about summary refs log tree commit diff
path: root/langfassung/master.tex
blob: c3ed02771a42acbe1c2c667e526ce9c1558542f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
\documentclass[a4paper,12pt]{scrartcl}
\usepackage[top=1cm, bottom=2.5cm, left=1cm, right=1cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[english,ngerman]{babel}
\usepackage{amsmath}
\usepackage{tabularx}
\usepackage[hidelinks]{hyperref}

\usepackage{graphicx}
\usepackage{caption}
\usepackage{lmodern}
\usepackage{textcomp}
\usepackage[onehalfspacing]{setspace}

\usepackage{tikz}
\usetikzlibrary{positioning}

\usepackage{listings}
\lstset{ %
  frame=single,	                   % adds a frame around the code
  language=Python,                 % the language of the code
  numbers=left,                    % where to put the line-numbers; possible values are (none, left, right)
  stepnumber=1,                    % the step between two line-numbers. If it's 1, each line will be numbered
}

\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}

\newcommand{\bold}{\textbf}
\renewcommand{\arraystretch}{1.5}
\newcommand{ \rarrow }{\( \rightarrow \)}

\setlength\parindent{0pt}
\setlength\parskip{10pt}
\setlength{\footskip}{30pt}
\setcounter{tocdepth}{3}

%%% MAIN DOCUMENT BEGINS HERE %%%

\begin{document}

\title{Galaxy Generation}
\subtitle{Jugend Forscht \the\year}
\author{ Emile Hansmaennel \texttt{ emile.hansmaennel@gmail.com }}
\date{\today}

\maketitle

\input{docs/1_kurzfassung}

\thispagestyle{empty}
\clearpage
\newpage
\setcounter{page}{1}

\tableofcontents
\newpage

\section{Einleitung} \label{Einleitung}
\input{docs/2_einleitung}
\newpage

\section{Hauptteil} \label{Hauptteil}
\input{docs/3_hauptteil}
\newpage

\section{Ergebnisse} \label{ergebnisse}
\input{docs/4_ergebnisse}
\newpage

\section{Quellen und Hilfen} \label{quellen}
\input{docs/5_quellen}

\end{document}