Thesis

This repository contains a comprehensive LaTeX template designed for writing Bachelor's and Master's theses. The template is structured to provide a professional and consistent format, adhering to academic standards.

Category

masters

License

Free to use (MIT)

File

thesis.tex

thesis.texRead-only preview
\documentclass{thesis}

%%% Einbinden der Metadatendatei
%%% Darin befinden sich die Angaben für Autor und Titel
\input{metadaten}

\begin{document}

%%% Titelseite einbinden
\input{parts/titelseite}
\include{parts/sperrvermerk-eigenstaendigkeitserklaerung}

\frontmatter
\include{parts/kurzzusammenfassung}

\microtypesetup{activate=false}
\tableofcontents
\listoffigures
\listoftables
\include{parts/abkuerzungsverzeichnis}
%\include{parts/list-of-symbols}
\microtypesetup{activate=true}

\mainmatter

% Dieses Teil sollte vor Abgabe gelöscht werden
\include{parts/latex-tipps}

\include{parts/einleitung}
\include{parts/grundlagen}
\include{parts/anforderungen}
\include{parts/konzept}
\include{parts/implementierung}
\include{parts/evaluation}
\include{parts/zusammenfassung}

%%% Falls es einen Anhang gibt:
%\appendix
%\include{parts/appendix-a}
%\include{parts/appendix-b}

%%% Falls es ein Glossar gibt:
%\printglossaries

%%% Literaturverzeichnis:
\printbibliography[heading=bibintoc]

%%% Falls es einen Index gibt
%\addcontentsline{toc}{chapter}{\numberline{}Index}
%\printindex

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