2023-03-14 15:47:22 +01:00
|
|
|
\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}
|
2023-10-10 11:56:18 +02:00
|
|
|
\hypersetup{pageanchor=false}
|
2023-03-14 15:47:22 +01:00
|
|
|
\begin{titlepage}
|
|
|
|
\maketitle
|
|
|
|
\end{titlepage}
|
|
|
|
\include{kapitel/030_abstract}
|
|
|
|
|
2023-03-24 15:35:17 +01:00
|
|
|
\tableofcontents
|
2023-10-10 11:56:18 +02:00
|
|
|
\hypersetup{pageanchor=true}
|
2023-03-24 15:35:17 +01:00
|
|
|
|
|
|
|
\include{kapitel/100_installation}
|
2023-10-10 11:56:18 +02:00
|
|
|
\include{kapitel/200_mb}
|
|
|
|
\include{kapitel/300_cite}
|
2023-03-14 15:47:22 +01:00
|
|
|
% include
|
|
|
|
% Much more tipps: https://github.com/oetiker/lshort
|
2023-03-24 15:35:17 +01:00
|
|
|
% Literautrverzeichnis
|
2023-10-10 11:56:18 +02:00
|
|
|
%\include{kapitel/bibl.tex}
|
|
|
|
%\thebibliography
|
|
|
|
%https://tex.stackexchange.com/questions/85623/ieeetran-bibliography-germanify-it
|
|
|
|
%\bibliographystyle{src/deIEEEtran}
|
2023-10-20 13:38:43 +02:00
|
|
|
|
2023-10-10 11:56:18 +02:00
|
|
|
\bibliographystyle{apacite}
|
|
|
|
\nocite{chatgpt}
|
|
|
|
\bibliography{bibfile}
|
2023-03-24 15:35:17 +01:00
|
|
|
% Abbildungsverzechnis, eventuell weglassen
|
|
|
|
\listoffigures
|
|
|
|
|
2023-03-14 15:47:22 +01:00
|
|
|
\end{document}
|