-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
55 lines (44 loc) · 1.01 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
\documentclass[pdftex, twoside, BCOR12mm, parskip=half]{scrartcl}
%%% KOMA Script Optionen
\KOMAoptions{draft=on}
%%% Tech
\usepackage[final]{graphicx}
\usepackage[linktocpage]{hyperref}
\hypersetup{colorlinks=false, pdfborder={0 0 0}, pdftitle={}, pdfauthor={}}
%%% Typo
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{helvet}
\usepackage{sansmath}
\usepackage{enumerate}
\usepackage{mdwlist}
\usepackage[activate=normal]{pdfcprot}
\usepackage[babel]{csquotes}
%%% Math
\usepackage[sumlimits,intlimits,namelimits]{amsmath}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{slashed}
\usepackage{bm}
\usepackage{bbm}
\usepackage{bbding}
\begin{document}
\title{Projektdokumentationen \\
\large{PeP et Al. SoAk 2013}}
\maketitle
\thispagestyle{empty}
\setcounter{page}{0}
\newpage
\newpage
\tableofcontents
\newpage
\section{Astrofotografie}
\input{astro}
\section{Geophone}
\input{geophon}
\section{Solarofen}
\input{ofen}
\section{Wasserrakete}
\input{rakete}
\end{document}