LaTeX

:page_facing_up: LaTeX template for students :mortar_board: at Hochschule Bonn-Rhein-Sieg (HBRS) :school:

Category

masters

License

Free to use (MIT)

File

document.tex

document.texRead-only preview
\documentclass[12pt,a4paper,titlepage,final]{article}

\def\abschnitte{abschnitte}
\def\settings{settings}

\usepackage{\settings/packages}
\usepackage{\settings/meta}
\usepackage{\settings/commands}


\setlength{\headheight}{15pt}

\bibliography{content/literature}

\begin{document}

\setcounter{page}{1}
\pagenumbering{roman}
\pagestyle{plain}

\hypersetup{pageanchor=false}

\input{frame/title}

\hypersetup{pageanchor=true}

% ***************************************
% Declaration / Erklärung
% ***************************************

\if\NeedDeclaration1
	\input{frame/declaration}
	\newpage{}
\fi


% ***************************************
% Tabel of conents / Inhaltsverzeichnis
% ***************************************

\tableofcontents
\newpage{}

% ***************************************
% List of figures / Abbildungsverzeichnis
% ***************************************

\listoffigures 
\newpage{}

% ***************************************
% List of tables / Tabellenverzeichnis
% ***************************************

\listoftables
\newpage{}

% ***************************************
% Abbrevations / Abkürzungsverzeichnis
% ***************************************

\input{content/abbreviation}
\newpage{}

% ***************************************
% Content
% ***************************************

\setcounter{table}{0}
\setcounter{page}{1}
\pagenumbering{arabic}


% Pagestyle / Header / Footer
\pagestyle{fancy}
\rhead{}


\input{content/example.tex}
\newpage{}

% ***************************************
% Appendix
% ***************************************

\pagestyle{plain}

\printbibliography[heading=bibintoc]

\begin{appendix}

\input{content/appendix}

\end{appendix}


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