latex-thesis-template/template.tex

38 lines
846 B
TeX
Raw Normal View History

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}
\tableofcontents
2023-10-10 11:56:18 +02:00
\hypersetup{pageanchor=true}
\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
% 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}
% Abbildungsverzechnis, eventuell weglassen
\listoffigures
2023-03-14 15:47:22 +01:00
\end{document}