|
@ -1,7 +1,7 @@ |
|
|
\documentclass[12pt]{report} |
|
|
\documentclass[12pt]{report} |
|
|
|
|
|
|
|
|
% Custom packages |
|
|
% Custom packages |
|
|
\input{packages} |
|
|
\input{misc/packages} |
|
|
|
|
|
|
|
|
% Sets up the bib files |
|
|
% Sets up the bib files |
|
|
\input{bibliography/bib-setup} |
|
|
\input{bibliography/bib-setup} |
|
@ -9,7 +9,8 @@ |
|
|
% Paper size and margins |
|
|
% Paper size and margins |
|
|
\geometry{a4paper, top=2.5cm, bottom=2.5cm, left=2.2cm,right=2.2cm} |
|
|
\geometry{a4paper, top=2.5cm, bottom=2.5cm, left=2.2cm,right=2.2cm} |
|
|
|
|
|
|
|
|
\input{title-page} |
|
|
% Make title page |
|
|
|
|
|
\input{misc/title-page} |
|
|
|
|
|
|
|
|
% Avoid reset of footnote counter through chapters |
|
|
% Avoid reset of footnote counter through chapters |
|
|
\counterwithout{footnote}{chapter} |
|
|
\counterwithout{footnote}{chapter} |
|
|