-
Notifications
You must be signed in to change notification settings - Fork 6
/
thesis.tex
45 lines (40 loc) · 1.17 KB
/
thesis.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
% Created by Christoph Jansen
% License: CC BY 4.0 http://creativecommons.org/licenses/by/4.0/
% Source: https://github.com/Gnork/htw-latex-template
% THIS TEMPLATE IS NOT OFFICIAL
% Offical .doc template: http://www.htw-berlin.de/hochschulstruktur/zentrale-referate/presse-und-oeffentlichkeitsarbeit/abschlussarbeiten-vorlagen/
\documentclass[a4paper]{book}
\usepackage[twoside=false,margin=2.5cm,bindingoffset=2cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{bibgerm}
\usepackage{ngerman}
\usepackage{graphicx}
\usepackage{wallpaper}
\usepackage{textpos}
% set wallpaper position for title page
\addtolength{\wpXoffset}{0.0cm}
\addtolength{\wpYoffset}{7.0cm}
% define htw color for title page
\definecolor{htwgreen}{RGB}{118,185,0}
\begin{document}
\input{text/titel}
\frontmatter
\input{text/kurzfassung}
\input{text/abstract}
\tableofcontents
\listoffigures
\mainmatter
\input{text/vorwort}
\input{text/einleitung}
\input{text/verwandt}
\input{text/methoden}
\input{text/implementierung}
\input{text/ergebnisse}
\input{text/diskussion}
\appendix
\input{appendix/apA} % Appendix A
\backmatter
\bibliographystyle{gerplain}
\bibliography{thesis}
\end{document}