diff --git a/main.pdf b/main.pdf index 66b005e..a6a60f4 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index 09fad23..64b320b 100644 --- a/main.tex +++ b/main.tex @@ -92,7 +92,7 @@ \input{include/titlepage} \input{include/preamble} - \begingroup \let\clearpage\relax % in order to avoid listoffigures and listoftables on new pages + \begingroup\let\clearpage\relax % in order to avoid listoffigures and listoftables on new pages \tableofcontents \listoffigures \listoftables @@ -118,7 +118,7 @@ % appendix for more or less interesting calculations etc. \Appendix - \chapter*{\appendixname} \addcontentsline{toc}{chapter}{\appendixname} % so the appendix does not get a number in the ToC. \appendixname = Appendix oder Anhang (je nach ausgewählter Sprache) + \chapter*{\appendixname}\addcontentsline{toc}{chapter}{\appendixname} % so the appendix does not get a number in the ToC. \appendixname = Appendix oder Anhang (je nach ausgewählter Sprache) \input{./chap/appendix.tex} %\cleardoublepage @@ -136,4 +136,4 @@ %\begin{thebibliography}{000} % \bibitem{ident}Entry into Bibliography %\end{thebibliography} -\end{document} \ No newline at end of file +\end{document}