-
Notifications
You must be signed in to change notification settings - Fork 0
/
templ.tex
76 lines (58 loc) · 1.51 KB
/
templ.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
\documentclass[titlepage]{article}
\usepackage{amssymb,amsmath}
\usepackage[mathletters]{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{natbib}
\bibliographystyle{natdin}
\bibpunct{[}{]}{;}{a}{}{,~}
% Redefine labelwidth for lists; otherwise, the enumerate package will cause
% markers to extend beyond the left margin.
\makeatletter\AtBeginDocument{%
\renewcommand{\@listi}
{\setlength{\labelwidth}{4em}}
}\makeatother
\usepackage{enumerate}
\usepackage[breaklinks=true,unicode=true,pdfborder={0 0 0}]{hyperref}
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
\usepackage[all]{hypcap}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{ae,aecompl}
\usepackage{amsmath}
\usepackage{verbatim}
\usepackage{setspace}
\nonstopmode
\usepackage{tabularx}
\usepackage{xspace}
\newcommand{\degree}{\ensuremath{^\circ} \xspace}
\newcommand{\ra}{\rightarrow}
\newcommand{\la}{\leftarrow}
\newcommand{\Ra}{\Rightarrow}
\newcommand{\La}{\Leftarrow}
\begin{document}
\begin{titlepage}
{\huge \bf \begin{onehalfspace}
Minimale Theorien und Kitchers Vereinheitlichungstheorie
\end{onehalfspace} }
\vspace{3cm}
\vfill
{\bf \large Bachelorarbeit\\}
der Philosophisch-historischen Fakultät\\
der Universität Bern
\vspace{2cm}
\vfill
vorgelegt von\\
{\bf Nathan Gass\\}
2011
\vfill
Leiter der Arbeit\\
Dr. Raphael Scholl\\
Institut für Philosophie, Universität Bern
\end{titlepage}
\tableofcontents
\pagebreak
$body$
\renewcommand\refname{$biblio-title$}
\bibliography{$biblio-files$}
\end{document}