Templates

Hochschule Muenchen

Preview

Hochschule Muenchen

Eine einfach zu verwendende, modulare LaTeX-Vorlage für Seminar-, Bachelor- und Masterarbeiten an der Hochschule München.

Category

university

License

Free to use (MIT)

File

Thesis-Template.tex

Thesis-Template.texRead-only preview
\documentclass[a4paper,12pt,oneside]{book}

\input{config/packages.tex}
\input{config/settings.tex}
\input{config/abbreviations.tex}

\begin{document}

\frontmatter
\pagestyle{plain}
% Uppercase Roman page numbering for front matter
\pagenumbering{Roman}

\input{frontmatter/titlepage.tex}
\input{frontmatter/confidentiality.tex}
\input{frontmatter/abstract.tex}
\input{frontmatter/acknowledgments.tex}

\clearpage
\tableofcontents

\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures

% Combine List of Tables, Algorithms, and Code Listings into one page
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Tabellen-, Algorithmen- und Codeverzeichnis}
\listoftables
\vspace{-0.3cm}
\begingroup
\let\clearpage\relax
\listofalgorithms
\lstlistoflistings
\endgroup

\printglossary[style=customglossarystyle,type=\acronymtype,title=Abkürzungsverzeichnis,toctitle=Abkürzungsverzeichnis]

\mainmatter
\pagestyle{fancy}

\input{chapters/01_introduction.tex}
\input{chapters/02_related-work.tex}
\input{chapters/03_methodology.tex}
\input{chapters/04_implementation.tex}
\input{chapters/05_results.tex}
\input{chapters/06_conclusion.tex}

\appendix
\pagestyle{plain}

\printbibliography[heading=bibintoc]
\input{backmatter/declaration.tex}
\addcontentsline{toc}{chapter}{Ehrenwörtliche Erklärung}
\input{backmatter/appendix.tex}

\end{document}
Preview
Hochschule Muenchen preview
Hochschule Muenchen LaTeX Template | Bibby | Bibby AI