Hsrm

Unofficial modern LaTeX thesis template for Hochschule RheinMain.

Category

masters

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\documentclass[
  a4paper,
  12pt,
  oneside,
  headings=normal,
  listof=totoc,
  bibliography=totoc,
  captions=tableheading,
  numbers=noenddot,
  parskip=half
]{scrreprt}

% Edit metadata.tex first. Change preamble.tex only for layout or package needs.
\input{config/metadata}
\input{config/preamble}

\begin{document}

% The cover page is not numbered. Front matter starts at Roman page I.
\pagenumbering{gobble}
\input{sections/cover}

\cleardoublepage
\pagenumbering{Roman}

% Optional: remove this block if your programme or supervisor requires no abstract.
\input{sections/abstract}

\cleardoublepage
\pdfbookmark[0]{\contentsname}{toc}
\tableofcontents

% Optional: remove this block if your thesis has no figures.
\cleardoublepage
\listoffigures

% Optional: remove this block if your thesis has no tables.
\cleardoublepage
\listoftables

% Optional: remove this block if your thesis has no source-code listings.
\cleardoublepage
\lstlistoflistings

% Optional: remove this block if your thesis has no acronyms.
\cleardoublepage
\input{sections/acronyms}

% Main chapters use Arabic page numbers.
\cleardoublepage
\pagenumbering{arabic}

\chapter{Einleitung}
\label{chap:introduction}
\input{sections/introduction}

\chapter{Theoretische Grundlagen}
\label{chap:background}
\input{sections/background}

\chapter{Konzeption}
\label{chap:concept}
\input{sections/concept}

\chapter{Implementierung}
\label{chap:implementation}
\input{sections/implementation}

\chapter{Fazit und Ausblick}
\label{chap:conclusion}
\input{sections/conclusion}

% Optional: remove this appendix block if your thesis has no appendix.
\appendix
\chapter{Anhang}
\label{chap:appendix}
\input{sections/appendix}

\cleardoublepage
\printbibliography

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