latex-thesis-template/template.tex

36 lines
673 B
TeX
Raw Normal View History

2023-10-20 15:53:56 +02:00
% !TEX programm=latexmk
% !BIB program = biber
\documentclass[10pt,a4paper]{report}
2023-10-20 16:20:47 +02:00
\usepackage[ngerman]{babel}
2023-03-14 15:47:22 +01:00
\usepackage{src/kzo-thesis}
2023-10-20 15:53:56 +02:00
2023-10-20 16:20:47 +02:00
\title{KZO \LaTeX~Vorlage}
2023-03-14 15:47:22 +01:00
\author{Beat Jäckle (Jb)}
\date{\today}
\supervisor{Michael Bürgisser}
\project{Maturitätsarbeit}
2023-10-20 15:53:56 +02:00
\addbibresource{bibfile.bib}
2023-03-14 15:47:22 +01:00
\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-10-20 15:53:56 +02:00
2023-10-10 11:56:18 +02:00
\nocite{chatgpt}
2023-10-20 15:53:56 +02:00
\printbibliography
% Abbildungsverzechnis, eventuell weglassen
\listoffigures
2023-03-14 15:47:22 +01:00
\end{document}