latex-thesis-template/template.tex
2023-10-20 16:20:47 +02:00

35 lines
673 B
TeX

% !TEX programm=latexmk
% !BIB program = biber
\documentclass[10pt,a4paper]{report}
\usepackage[ngerman]{babel}
\usepackage{src/kzo-thesis}
\title{KZO \LaTeX~Vorlage}
\author{Beat Jäckle (Jb)}
\date{\today}
\supervisor{Michael Bürgisser}
\project{Maturitätsarbeit}
\addbibresource{bibfile.bib}
\begin{document}
\hypersetup{pageanchor=false}
\begin{titlepage}
\maketitle
\end{titlepage}
\include{kapitel/030_abstract}
\tableofcontents
\hypersetup{pageanchor=true}
\include{kapitel/100_installation}
\include{kapitel/200_mb}
\include{kapitel/300_cite}
\nocite{chatgpt}
\printbibliography
% Abbildungsverzechnis, eventuell weglassen
\listoffigures
\end{document}