latex-thesis-template/template.tex
2023-10-20 13:38:43 +02:00

37 lines
846 B
TeX

\documentclass[10pt,a4paper]{book}
\usepackage{src/kzo-thesis}
\title{KZO LaTeX Vorlage}
\author{Beat Jäckle (Jb)}
\date{\today}
\supervisor{Michael Bürgisser}
\project{Maturitätsarbeit}
\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}
% include
% Much more tipps: https://github.com/oetiker/lshort
% Literautrverzeichnis
%\include{kapitel/bibl.tex}
%\thebibliography
%https://tex.stackexchange.com/questions/85623/ieeetran-bibliography-germanify-it
%\bibliographystyle{src/deIEEEtran}
\bibliographystyle{apacite}
\nocite{chatgpt}
\bibliography{bibfile}
% Abbildungsverzechnis, eventuell weglassen
\listoffigures
\end{document}