-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
113 lines (98 loc) · 2.43 KB
/
main.tex
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
\documentclass[german,10pt,a4paper]{article}
\usepackage{url}
\usepackage[hidelinks]{hyperref}
% \usepackage{fancyhdr}
\usepackage{fontspec}
\usepackage{csquotes}
\usepackage[ngerman]{babel}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[backend=biber,style=numeric]{biblatex}
\usepackage{graphicx}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{commath}
\usepackage{gensymb}
\usepackage{listings,xcolor,gnuplottex}
\usepackage[font={it}]{caption}
\usepackage{subcaption}
\usepackage{siunitx}
\usepackage{booktabs}
%\usepackage[german]{translator}
\pagestyle{headings}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\selectlanguage{german}%
% Space savings:
\usepackage[top=5cm, left=2.5cm, right=2.5cm, bottom=3cm]{geometry}
\setlength\parindent{0pt}
% \usepackage[subtle]{savetrees}
\flushbottom
\raggedbottom
% Mathematica listening
\lstset{language=Mathematica} % mathmatica snippets
\lstset{basicstyle={\sffamily\footnotesize},
numbers=left,
numberstyle=\tiny\color{gray},
numbersep=5pt,
breaklines=true,
captionpos={t},
frame={lines},
rulecolor=\color{black},
framerule=0.5pt,
columns=flexible,
tabsize=2
}
%fancier pararaphs:
\usepackage{titlesec}
\titleformat{\paragraph}{\normalfont\normalsize\bfseries}{}{}{}
\titlespacing{\paragraph}{0pt}{1em}{0pt}
%hack
\setcounter{tocdepth}{10}
\addbibresource{bib.bib}
\title{Akustische Richtungsbestimmung}
\author{Robin Heinemann\\ Jaro Habiger}
\date{\today}
\begin{document}
\begin{centering}
Jugend forscht Arbeit
{\let\newpage\relax\maketitle}
\begin{figure}
\centering
{\large Erstellt im Schülerforschungszentrum Nordhessen}\\
\vspace{20pt}
\includegraphics[width=0.2\textwidth]{img/sfn}
\end{figure}
\end{centering}
\thispagestyle{empty}
\newgeometry{top=2.5cm, left=2.5cm, right=2.5cm, bottom=2cm}
\newpage
\tableofcontents
\iffalse
\fi
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
% begin the content
\begingroup
\let\clearpage\relax
\input{problematik}
\input{existing}
\input{konzept}
\input{implementation}
\input{1D}
\input{2D}
\input{3D}
\input{eval}
%\addcontentsline{toc}{subsection}{\protect\numberline{8.2} Realwelt}
%\addcontentsline{toc}{subsection}{\protect\numberline{8.3} Alltagstest}
\input{ausblick}
\input{fazit}
\endgroup
\pagebreak % Quellen und co
\pagenumbering{roman}
\setcounter{page}{1}
\addcontentsline{toc}{section}{Literaturverzeichnis}
\printbibliography
\end{document}