semi_mirror/semi_main.tex

65 lines
1.5 KiB
TeX
Raw Normal View History

2014-06-23 20:29:45 +02:00
%Packages
\documentclass{article}
2014-09-01 17:44:28 +02:00
\usepackage[latin1]{inputenc}
2014-06-23 20:29:45 +02:00
\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-07-13 15:26:54 +02:00
\usepackage{todonotes}
2014-07-19 13:55:09 +02:00
2014-06-23 20:29:45 +02:00
%Dokument Definition
2014-09-07 15:25:18 +02:00
\author{Christian Becker, Valentin Boettcher, Phillip Hellwig, Nicolai Radke}
2014-06-23 20:29:45 +02:00
\date{\today}
\title{Kernfusuion als alternative Form der Energiegewinnung in Zukunft und heute aus wissenschaftlicher und gesellschaftlicher Sicht}
2014-06-23 20:29:45 +02:00
\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}
2014-07-19 13:17:43 +02:00
2014-06-23 20:29:45 +02:00
%Title
\maketitle
\thispagestyle{empty}
\newpage
%Inhalt
\tableofcontents
2014-07-19 13:15:28 +02:00
2014-06-23 20:29:45 +02:00
%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:36:35 +02:00
\include{./Kapitel/01/121}
2014-07-13 13:54:21 +02:00
\include{./Kapitel/01/122}
2014-07-13 13:28:57 +02:00
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-07-13 13:28:57 +02:00
%Kapitel 3
2014-07-13 15:03:56 +02:00
\include{./Kapitel/03/30}
\include{./Kapitel/03/31}
2014-07-13 15:26:54 +02:00
\include{./Kapitel/03/32}
\include{./Kapitel/03/321}
\include{./Kapitel/03/322}
\include{./Kapitel/03/323}
\include{./Kapitel/03/33}
2014-07-19 12:17:59 +02:00
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
2014-08-15 11:49:25 +02:00
\end{document}