-
Notifications
You must be signed in to change notification settings - Fork 3
/
ixsi-docu.tex
76 lines (47 loc) · 1.5 KB
/
ixsi-docu.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[a4paper,
DIV=14, % Faktor Nutzefläche vs. Rand (zwischen 6 und 15)
BCOR=8mm, % Bindekorrekturfaktor für Klebebindung
twoside,
german,
titlepage=false,
footsepline=true,
toc=bib,indent,
parskip=half,
fontsize=12pt % Standardschriftgröße, default = 11pt
]{scrbook}
\usepackage[utf8]{inputenc}
% metadata in Settings.tex
% load settings
\input{preamble/Settings}
\input{preamble/Packages}
% \loadglsentries[\acronymtype]{preamble/Acronyms}
% \makeglossaries % Make the glossary
\makeindex % Make the index
\begin{document}
\input{content/0-Titlepage.tex}
\cleardoublepage
\tableofcontents
% \listoffigures
\cleardoublepage
% \linenumbers
\input{content/1-Zusammenfassung.tex}
\input{content/2-Rollenmodell.tex}
\input{content/3-Dienstebenen.tex}
\input{content/4-Interaktionsprotokolle.tex}
\input{content/5-Datenmodell.tex}
\input{content/6-TechnischeRealisierung.tex}
\input{content/7-Nachrichten.tex}
\input{content/8-Codetabellen.tex}
\cleardoublepage
\appendix
% \setglossarysection{section}
% \printglossary[type=\acronymtype,style=long]
\renewcommand{\lstlistlistingname}{Quellcodeverzeichnis}
\addcontentsline{toc}{chapter}{\lstlistlistingname}
\lstlistoflistings
\renewcommand{\indexname}{Stichwortverzeichnis}
\printindex
% \bibliographystyle{plain}
%{\small\bibliography{literature/Literature}}
\vfill
\end{document}