diff --git a/misc/packages.tex b/misc/packages.tex index ff60368..1dfb418 100644 --- a/misc/packages.tex +++ b/misc/packages.tex @@ -29,6 +29,7 @@ \tcbuselibrary{minted} % Make tcolorbox work with minted \usepackage{graphicx} \usepackage{appendix} % Appendix helpers +\usepackage[onehalfspacing]{setspace} % --- TikZ and UML diagrams \usepackage{pgf-umlsd} @@ -49,4 +50,4 @@ % --- Custom styles --- \renewcommand{\arraystretch}{1.2} % Streches the table row height so text is not crammed between the lines -\MakeOuterQuote{"} % For csquotes package +\MakeOuterQuote{"} % For csquotes package \ No newline at end of file diff --git a/thesis.pdf b/thesis.pdf index a3fc2bd..5b31508 100644 Binary files a/thesis.pdf and b/thesis.pdf differ diff --git a/thesis.tex b/thesis.tex index 082368e..5960d31 100644 --- a/thesis.tex +++ b/thesis.tex @@ -7,7 +7,7 @@ \input{bibliography/bib-setup} % 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} % Make title page \input{misc/title-page}