-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
56 lines (50 loc) · 1.39 KB
/
main.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
\input{head}
\makeglossaries
\loadglsentries{glossar}
% &as_qdr=y2 (find date)
\fancypagestyle{lscape}{
\fancyhf{} %Clears the header/footer
\fancyfoot{% Footer
\makebox[\textwidth][r]{% Right
\rlap{\hspace{1cm}% Push out of margin by \footskip
\smash{% Remove vertical height
\raisebox{4.87in}{% Raise vertically
\rotatebox{90}{\thepage}}}}}}% Rotate counter-clockwise
\renewcommand{\headrulewidth}{0pt}% No header rule
\renewcommand{\footrulewidth}{0pt}% No footer rule
}
\begin{document}
\include{titelblat}
\tableofcontents
%\newpage
%\addcontentsline{toc}{section}{\listfigurename}
%\listoffigures
\include{1_Introduction_goals}
%\include{2_4+1_arch_view}
\include{2_Constraints}
\include{3_Context_and_Scope}
%\include{4_Solution_Strategy}
\include{4_Building_Block_View}
%\include{6_Runtime_View}
%\include{7_Deployment_View}
\include{5_Crosscutting_Concept}
%\include{9_Architectural_Decisions}
\include{6_Quality_Requirements}
\include{7_Risk_and_Technical_Debt}
%\include{12_Glossary}
\nocite{*}
\clearpage
\printglossary[title=Glossary,toctitle=Glossary]
\clearpage
\newpage
\clearpage
\printglossary[type=acronym,title=Abbreviations,toctitle=Abbreviations]
\clearpage
\begingroup
\setlength{\bibsep}{4pt}
\setstretch{1}
\bibliography{reference}
\endgroup
\bibliographystyle{apalike}
%\newpage
\end{document}