summaryrefslogtreecommitdiff
path: root/doc/masterproject_klauser.tex
diff options
context:
space:
mode:
authorTobias Klauser <tobias.klauser@uzh.ch>2013-04-12 08:56:46 +0200
committerTobias Klauser <tobias.klauser@uzh.ch>2013-04-12 08:56:46 +0200
commit153c3b2709f3649234eff8291d8e475e92b6f4c3 (patch)
tree8c4a656355e628ba8a0b3e42673285e6a35addae /doc/masterproject_klauser.tex
parent89d50b91ad1fdfbbe419b5fe79a0bcfa6cb64657 (diff)
doc: Add preliminary project documentation
Diffstat (limited to 'doc/masterproject_klauser.tex')
-rw-r--r--doc/masterproject_klauser.tex71
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/masterproject_klauser.tex b/doc/masterproject_klauser.tex
new file mode 100644
index 0000000..767e0cb
--- /dev/null
+++ b/doc/masterproject_klauser.tex
@@ -0,0 +1,71 @@
+\documentclass[
+ a4paper,
+ 11pt,
+ liststotoc,
+ bibtotoc,
+ appendixprefix,
+ final]{scrreprt}
+
+\usepackage[latin1]{inputenc}
+\usepackage[english]{babel}
+
+\usepackage{geometry}
+\geometry{top=40mm,bottom=50mm,textwidth=142mm}
+
+\usepackage{hyperref}
+\usepackage[pdftex]{graphicx}
+
+\usepackage[citestyle=numeric-comp,doi=false,url=false,isbn=false]{biblatex}
+\addbibresource{bibliography.bib}
+\addbibresource{bibliography_additional.bib}
+
+\setlength{\parindent}{0cm}
+\setlength{\parskip}{0.3cm plus0.5mm minus0.5mm}
+
+\newcommand{\HRule}{\rule{\linewidth}{0.25mm}}
+\newcommand{\TODO}[1]{\textbf{TODO:} #1}
+
+\begin{document}
+
+%%%
+
+%\frontmatter
+\include{title}
+% One page completely empty: back side of title page
+\newpage
+\thispagestyle{empty}
+\mbox{}
+\pagebreak
+
+\include{abstract}
+% One page completely empty: back side of abstract
+\newpage
+\thispagestyle{empty}
+\mbox{}
+\pagebreak
+\tableofcontents
+
+%%%
+
+%\mainmatter
+\include{introduction}
+
+% Methods
+\include{methods}
+% Results
+\include{results}
+% Discussion
+\include{discussion}
+
+\include{conclusion}
+
+%%%
+
+\appendix
+\listoffigures
+\listoftables
+%\bibliographystyle{numeric-comp}
+%\bibliography{bibliography}
+\printbibliography
+
+\end{document} \ No newline at end of file