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