2014-06-23 20:29:45 +02:00
|
|
|
%Packages
|
|
|
|
\documentclass{article}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage[ngerman]{babel}
|
|
|
|
\usepackage[style=authortitle,backend=bibtex,isbn=false]{biblatex}
|
|
|
|
\usepackage[babel,german=quotes]{csquotes}
|
|
|
|
\usepackage{fontspec}
|
|
|
|
\usepackage{geometry}
|
2014-06-23 20:41:31 +02:00
|
|
|
\usepackage{blindtext}
|
2014-06-23 20:29:45 +02:00
|
|
|
|
|
|
|
%Dokument Definition
|
|
|
|
\author{Valentin Boettcher}
|
|
|
|
\date{\today}
|
|
|
|
\title{Semi}
|
|
|
|
\geometry{a4paper, top=25mm, left=25mm, right=25mm, bottom=30mm,
|
|
|
|
headsep=10mm, footskip=12mm}
|
2014-06-25 16:47:58 +02:00
|
|
|
\setmainfont{Arial}
|
2014-06-23 20:29:45 +02:00
|
|
|
\bibliography{cool}
|
|
|
|
|
|
|
|
%Dokument
|
|
|
|
\begin{document}
|
|
|
|
%Title
|
|
|
|
\maketitle
|
|
|
|
\thispagestyle{empty}
|
|
|
|
\newpage
|
|
|
|
|
|
|
|
%Inhalt
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
%Dokument-Include
|
2014-07-13 13:06:49 +02:00
|
|
|
%Kapitel 1
|
2014-07-13 12:10:26 +02:00
|
|
|
\include{./Kapitel/01/10}
|
|
|
|
\include{./Kapitel/01/11}
|
2014-07-13 12:55:25 +02:00
|
|
|
\include{./Kapitel/01/111}
|
2014-07-13 13:08:56 +02:00
|
|
|
\include{./Kapitel/01/112}
|
|
|
|
\include{./Kapitel/01/113}
|
2014-07-13 12:55:25 +02:00
|
|
|
\include{./Kapitel/01/12}
|
2014-07-13 13:06:49 +02:00
|
|
|
%Kapitel 2
|
|
|
|
\include{./Kapitel/02/20}
|
|
|
|
\include{./Kapitel/02/21}
|
|
|
|
\include{./Kapitel/02/211}
|
2014-07-13 13:20:27 +02:00
|
|
|
\include{./Kapitel/02/22}
|
|
|
|
\include{./Kapitel/02/221}
|
|
|
|
\include{./Kapitel/02/222}
|
|
|
|
\include{./Kapitel/02/223}
|
|
|
|
\include{./Kapitel/02/23}
|
2014-06-23 20:29:45 +02:00
|
|
|
%Literatur
|
2014-06-23 20:41:31 +02:00
|
|
|
\setlength{\baselineskip}{2\baselineskip}
|
2014-06-23 20:29:45 +02:00
|
|
|
\printbibliography
|
|
|
|
\end{document}
|