Update solution chapter, add glossary
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
2c66a18f0e
commit
db99961a62
17 changed files with 161 additions and 25 deletions
|
@ -27,7 +27,7 @@
|
|||
% Add space between paragraphs
|
||||
\usepackage{parskip}
|
||||
|
||||
\graphicspath{ {documentation/thesis/assets/} }
|
||||
\graphicspath{ {thesis/assets/} }
|
||||
|
||||
\usepackage{pgfgantt}
|
||||
\usepackage{rotating}
|
||||
|
@ -39,9 +39,15 @@
|
|||
|
||||
% https://tex.stackexchange.com/a/24827
|
||||
\makeatletter
|
||||
\def\input@path{{documentation/thesis/content}}
|
||||
\def\input@path{{thesis/content}}
|
||||
\makeatother
|
||||
|
||||
\setcounter{tocdepth}{1}
|
||||
|
||||
\usepackage[nonumberlist]{glossaries}
|
||||
\makeglossaries
|
||||
\input{_glossary.tex}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\frontmatter
|
||||
|
@ -80,7 +86,11 @@
|
|||
|
||||
\cleardoublepage
|
||||
\bibliographystyle{plainurl}
|
||||
\bibliography{thesis}
|
||||
\bibliography{thesis/thesis.bib}
|
||||
|
||||
% Glossary
|
||||
\printglossary
|
||||
\addcontentsline{toc}{chapter}{\glossaryname}
|
||||
|
||||
\listoffigures
|
||||
\listoftables
|
||||
|
|
Reference in a new issue