about summary refs log tree commit diff
path: root/langfassung/master.tex
blob: eedd29cdc8f2a4e12b6ec6cf7a06faf1239933a5 (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
\documentclass[a4paper,10pt]{scrartcl}
\usepackage[top=2.5cm, bottom=2cm, left=2.5cm, right=2.5cm]{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{setspace}

% \linespread{0.95}

\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

\begin{figure}[h]
  \centering
  \includegraphics[width=120mm, trim={0 8.5cm 0 8.5cm}, clip]{figs/galaxy}
  \captionsetup{labelformat=empty}
  \caption{}
 \end{figure}

\begin{abstract}
\input{docs/1_kurzfassung}
\end{abstract}

\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}

\newpage

\end{document}