mirror of
https://github.com/vale981/semi_mirror
synced 2025-03-04 17:01:41 -05:00
66 lines
1.4 KiB
TeX
66 lines
1.4 KiB
TeX
%Packages
|
|
\documentclass{article}
|
|
\usepackage[latin1]{inputenc}
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage[style=authortitle,backend=bibtex,isbn=false]{biblatex}
|
|
\usepackage[babel,german=quotes]{csquotes}
|
|
\usepackage{fontspec}
|
|
\usepackage{geometry}
|
|
\usepackage{blindtext}
|
|
\usepackage{todonotes}
|
|
|
|
%Dokument Definition
|
|
\author{Nicolai Radke, Philli Hellwig, Valentin Boettcher}
|
|
\date{\today}
|
|
\title{Ennergiegewinnung, ein geschichtlicher Abriss und Blick in die Zukunft.}
|
|
\geometry{a4paper, top=25mm, left=25mm, right=25mm, bottom=30mm,
|
|
headsep=10mm, footskip=12mm}
|
|
\setmainfont{Arial}
|
|
\bibliography{cool}
|
|
|
|
%Dokument
|
|
\begin{document}
|
|
|
|
%Title
|
|
\maketitle
|
|
\thispagestyle{empty}
|
|
\newpage
|
|
|
|
%Inhalt
|
|
\tableofcontents
|
|
|
|
%Dokument-Include
|
|
%Kapitel 1
|
|
\include{./Kapitel/01/10}
|
|
\include{./Kapitel/01/11}
|
|
\include{./Kapitel/01/111}
|
|
\include{./Kapitel/01/112}
|
|
\include{./Kapitel/01/113}
|
|
\include{./Kapitel/01/12}
|
|
\include{./Kapitel/01/121}
|
|
\include{./Kapitel/01/122}
|
|
|
|
%Kapitel 2
|
|
\include{./Kapitel/02/20}
|
|
\include{./Kapitel/02/21}
|
|
\include{./Kapitel/02/211}
|
|
\include{./Kapitel/02/22}
|
|
\include{./Kapitel/02/221}
|
|
\include{./Kapitel/02/222}
|
|
\include{./Kapitel/02/223}
|
|
\include{./Kapitel/02/23}
|
|
|
|
%Kapitel 3
|
|
\include{./Kapitel/03/30}
|
|
\include{./Kapitel/03/31}
|
|
\include{./Kapitel/03/32}
|
|
\include{./Kapitel/03/321}
|
|
\include{./Kapitel/03/322}
|
|
\include{./Kapitel/03/323}
|
|
\include{./Kapitel/03/33}
|
|
|
|
%Literatur
|
|
\setlength{\baselineskip}{2\baselineskip}
|
|
\printbibliography
|
|
|
|
\end{document}
|