forked from pads-fhs/LaTeX-Template-Thesis
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocument.tex
executable file
·216 lines (174 loc) · 5.08 KB
/
document.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
% define documentclass
\documentclass[12pt, bibliography=totoc, a4paper, abstracton, numbers=noenddot]{scrreprt}
%compiler anweisung
\nonstopmode
% absatz abstand
\parskip 12pt
\parindent 0pt
%Hurenkinder & Schusterjungen verbieten
\clubpenalty = 10000
\widowpenalty = 10000
\displaywidowpenalty = 10000
%floatplatzierung
\renewcommand{\floatpagefraction}{.6}% vorher: .5
\renewcommand{\textfraction}{.15} % vorher: .2
\renewcommand{\topfraction}{.8} % vorher: .7
\renewcommand{\bottomfraction}{.5} % vorher: .3
\setcounter{topnumber}{3} % vorher: 2
\setcounter{bottomnumber}{1} % vorher: 1
\setcounter{totalnumber}{5} % vorher: 3
\makeatletter
\setlength{\@fptop}{0pt}
\makeatother
\setcapindent{1em}
% define used packages
\usepackage[left=4.0cm, right=2.0cm, top=3cm, bottom=3cm]{geometry}
\usepackage{fixltx2e}
\usepackage{fontspec}
\usepackage{xltxtra}
\usepackage{xunicode}
\usepackage{graphicx}
\usepackage[ngerman]{babel}
%--------------------------
%schriftart
\usepackage{lmodern}
%--------------------------
%\usepackage{listings}
%--------------------------
%custom floats
\usepackage{float}
\floatstyle{plain} % optionally change the style of the new float
\newfloat{Code}{H}{myc}
%--------------------------
%--------------------------
%Glossar
%\input{header/glossar}
%--------------------------
%Literaturverzeichnis
\usepackage[autostyle]{csquotes}
\usepackage[style=alphabetic-verb,backend=bibtexu,autocite=footnote,bibencoding=utf8,natbib=true]{biblatex}
\setlength{\bibitemsep}{1em} % Abstand zwischen den Literaturangaben
\setlength{\bibhang}{2em}
\defcounter{biburlnumpenalty}{3000}
\defcounter{biburlucpenalty}{6000}
\defcounter{biburllcpenalty}{9000}
\addbibresource{bibliography.bib}
\usepackage[bottom]{footmisc} %Damit Footnotes immer als Unterstes angezeigt werden, wenn man ein Abbildung mit [b]ottom platziert
%Fußnoten einrücken
\deffootnote[1em]{1.5em}{1em}{\textsuperscript{\thefootnotemark}}
%Fußnotencounter anpassen um durchgängig zu nummerieren
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
%\usepackage{lastpage}
% advanced tables
\usepackage{array}
% to colorize tablerows
\usepackage[table]{xcolor}
% own colors for tables
\definecolor{lightgray}{gray}{0.9}
\definecolor{middlegray}{gray}{0.7}
% header and footer
\usepackage{fancyhdr}
% internal links
\usepackage[colorlinks=true ,linkcolor=black,
anchorcolor=black ,citecolor=black ,filecolor=black,
menucolor=black ,urlcolor=black]{hyperref}
% mathematical formulas
\usepackage{amsmath, amssymb}
% to include images side by side
\usepackage{subfigure}
% define the programming language
\input{header/lststyles}
%set default pagestyle
\pagestyle{empty}
%veringert den abstand zwischen tichpunkten
\usepackage{enumitem}
\setitemize{noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt}
%\setlength{\parindent}{0pt}
%\setlength{\parskip}{3pt}
% #####
% #
% # START config area
% #
% #####
%\renewcommand{\baselinestretch}{1.50} %zeilenabstand
\newcommand{\HEADER}[0]{Fachhochschule Schmalkalden SS 2011}
\newcommand{\PAGENUMBERS}[0]{Seite \pagemark \ von \pageref{LastContentPage}}
\newcommand{\DATE}[0]{\today}
\newcommand{\AUTHOR}[0]{Max Müller}
\newcommand{\MATNR}[0]{123456}
\newcommand{\STREET}[0]{Musterstraße 11}
\newcommand{\ZIP}[0]{12345}
\newcommand{\TOWN}[0]{Musterstadt}
\newcommand{\REFERENT}[0]{Prof. Dr. Marianne Musterfrau}
\newcommand{\KOREFERENT}[0]{Prof. Dr. Max Mustermann}
\newcommand{\TITLE}[0]{Thema}
\newcommand{\COURSE}[0]{Studiengang}
\newcommand{\TYPE}[0]{Masterarbeit}
\newcommand{\COMPLETION}[0]{Master of Science}
\newcommand{\UNIVERSITYTOWN}[0]{Schmalkalden}
% #####
% #
% # END config area
% #
% #####
\usepackage{scrhack}
% starting the document
\begin{document}
% set pagenumbering to roman(I II III IV)
\pagenumbering{Roman}
% input the title
\input{header/title}
\input{content/abstract}
% load the preamble
\input{content/preamble}
% loads the fancy pagestyle for register part
\input{header/fancyRegisterPart}
% create the registers
\tableofcontents
\listoffigures
\addcontentsline{toc}{chapter}{Abbildungsverzeichnis}
\listoftables
\addcontentsline{toc}{chapter}{Tabellenverzeichnis}
\lstlistoflistings
\addcontentsline{toc}{chapter}{Listingverzeichnis}
\newpage
%\glsaddall
%\printglossary
%\printglossary[type=\acronymtype] % prints just the list of acronyms
%\addcontentsline{toc}{chapter}{Glossar}
%\newpage
\newcounter{romanCount}
\setcounter{romanCount}{\value{page}}
% set pagenumbering to arabic(1 2 3 4)
\pagenumbering{arabic}
% loads the fancy pagestyle for main part
\input{header/fancyMainPart}
% #####
% # load the chapter from the files
% #
% # TODO: create new chapter
% #####
\input{content/chapter1}
\input{content/chapter2}
\label{LastContentPage}
\newpage
% loads the fancy pagestyle for register part
\input{header/fancyRegisterPart}
% #####
% # load the bibliography
% #####
\printbibliography
\input{header/fancyRegisterPart}
\pagenumbering{Roman}
\setcounter{page}{\value{romanCount}}
% #####
% # load the appendix from the files
% #####
\input{content/appendix}
% #####
% # load the sworn declaration
% #####
\input{content/declaration}
% end of the document
\end{document}