From 153c3b2709f3649234eff8291d8e475e92b6f4c3 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 12 Apr 2013 08:56:46 +0200 Subject: doc: Add preliminary project documentation --- doc/masterproject_klauser.tex | 71 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 doc/masterproject_klauser.tex (limited to 'doc/masterproject_klauser.tex') 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 -- cgit v1.2.3-54-g00ecf