41 lines
788 B
TeX
41 lines
788 B
TeX
% !TeX program = lualatex
|
|
\documentclass[paper=a4,fontsize=10pt,parskip, footheight=20pt,headlines=10]{scrbook}
|
|
|
|
\input{config}
|
|
\input{settings}
|
|
|
|
\addbibresource{literature/groupA.bib}
|
|
\addbibresource{literature/groupB.bib}
|
|
\addbibresource{literature/groupC.bib}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\input{titlepage}
|
|
|
|
\frontmatter
|
|
\tableofcontents
|
|
|
|
|
|
\mainmatter
|
|
|
|
\pagestyle{scrheadings}
|
|
|
|
\chapter{Strukturdiagramme}
|
|
UML verfügt über sechs Strukturdiagrammtypen\stichwort{Strukturdiagramm}, die von der einzelnen Klasse bis hin zur Gliederung vollständiger Architekturen und Systeme reichen.
|
|
|
|
|
|
\foreach \n in {A,...,C}{\input{group_\n.tex}\printbibliography[heading=subbibliography]\newpage}
|
|
|
|
%\chapter{Verhaltensdiagramme}
|
|
|
|
|
|
\appendix
|
|
\listoffigures
|
|
\listoftables
|
|
|
|
\printindex
|
|
\end{document}
|
|
|