29 lines
558 B
TeX
29 lines
558 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}
|
|
\begin{titlepage}
|
|
\maketitle
|
|
\end{titlepage}
|
|
\include{kapitel/030_abstract}
|
|
|
|
\tableofcontents
|
|
|
|
\include{kapitel/100_installation}
|
|
\include{kapitel/200_mb.tex}
|
|
% include
|
|
% Much more tipps: https://github.com/oetiker/lshort
|
|
|
|
% Literautrverzeichnis
|
|
\include{kapitel/bibl.tex}
|
|
|
|
% Abbildungsverzechnis, eventuell weglassen
|
|
\listoffigures
|
|
|
|
\end{document}
|