diff --git a/packages.tex b/misc/packages.tex similarity index 98% rename from packages.tex rename to misc/packages.tex index 55d227a..9287272 100644 --- a/packages.tex +++ b/misc/packages.tex @@ -11,7 +11,7 @@ % --- Languages & Fonts --- \usepackage{polyglossia} -\input{polyglossia-setup} +\input{misc/polyglossia-setup} % --- Styling --- \usepackage{hyperref} % Extensive support for hypertext diff --git a/polyglossia-setup.tex b/misc/polyglossia-setup.tex similarity index 100% rename from polyglossia-setup.tex rename to misc/polyglossia-setup.tex diff --git a/title-page.tex b/misc/title-page.tex similarity index 100% rename from title-page.tex rename to misc/title-page.tex diff --git a/thesis.pdf b/thesis.pdf index f8633c5..6098888 100644 Binary files a/thesis.pdf and b/thesis.pdf differ diff --git a/thesis.tex b/thesis.tex index e86c8fc..67707da 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,7 +1,7 @@ \documentclass[12pt]{report} % Custom packages -\input{packages} +\input{misc/packages} % Sets up the bib files \input{bibliography/bib-setup} @@ -9,7 +9,8 @@ % Paper size and margins \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 \counterwithout{footnote}{chapter}