commit dc19f26fc373887adc8ee2a574e38eb68cfb7b00
parent 5139d2433de8fbb5c39ee90012db7bbc12e4560a
Author: Silas Brack <s174433@student.dtu.dk>
Date: Mon, 2 Jan 2023 19:33:56 +0100
Small cleanups.
Diffstat:
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/main.tex b/main.tex
@@ -55,11 +55,11 @@
\usepackage{censor}
\usepackage{tikz}
+\usetikzlibrary{patterns,shapes.arrows,plotmarks,angles,quotes}
\usepackage{pgfplots}
+\pgfplotsset{compat=newest}
\DeclareUnicodeCharacter{2212}{−}
\usepgfplotslibrary{groupplots,dateplot}
-\usetikzlibrary{patterns,shapes.arrows,plotmarks,angles,quotes}
-\pgfplotsset{compat=newest}
\usepackage{xcolor}
\colorlet{vcol}{green!70!black}
@@ -73,7 +73,7 @@
\input{macros.tex}
-\graphicspath{{figures/}{./}}
+\graphicspath{{figures/}{./}} % Paths in which to look for images
\makeindex[columns=3, title=Alphabetical Index, intoc] % Make LaTeX produce the files required to compile the index
@@ -181,7 +181,6 @@
% \blackout
% {It’s an incredibly exciting thing, this one, meaningless life of yours.}\\
{You don't have to have a dream.}\\
- % {Life is about learning as much as you can as much as you can.}\\
\flushright -- Tim Minchin
}
@@ -242,8 +241,6 @@
\mainmatter % Denotes the start of the main document content, resets page numbering and uses arabic numbers
\setchapterstyle{kao} % Choose the default chapter heading style
-% \newpage
-
\input{chapters/introduction.tex}
\input{chapters/theory.tex}
\input{chapters/literature.tex}
@@ -304,6 +301,6 @@
\setglossarystyle{listgroup} % Set the style of the glossary (see https://en.wikibooks.org/wiki/LaTeX/Glossary for a reference)
\printglossary[title=Special Terms, toctitle=List of Terms] % Output the glossary, 'title' is the chapter heading for the glossary, toctitle is the table of contents heading
-% %----------------------------------------------------------------------------------------
+%----------------------------------------------------------------------------------------
\end{document}