2022-10-07 22:34:01 +02:00
|
|
|
% !TeX program = lualatex
|
|
|
|
\documentclass[paper=a4,fontsize=10pt,parskip, footheight=20pt,headlines=10]{scrbook}
|
|
|
|
|
|
|
|
\usepackage[table]{xcolor}
|
|
|
|
\usepackage[top=3.75cm,bottom=3cm,left=3.5cm,right=3.5cm,marginparsep=0.6cm,marginparwidth=65pt]{geometry}
|
|
|
|
|
|
|
|
\usepackage[ngerman]{babel}
|
|
|
|
\usepackage{csquotes}
|
|
|
|
\usepackage{setspace}
|
|
|
|
|
|
|
|
\usepackage{atveryend}
|
|
|
|
\usepackage[inline]{enumitem}
|
|
|
|
\usepackage{amsmath,amssymb}
|
|
|
|
|
|
|
|
\usepackage{tikz}
|
|
|
|
\usepackage{etoolbox}
|
|
|
|
\usepackage{multirow}
|
|
|
|
|
|
|
|
\usepackage{graphicx}
|
|
|
|
|
|
|
|
\usepackage{pgffor}
|
|
|
|
\usepackage[automark,headsepline,footsepline]{scrlayer-scrpage}
|
|
|
|
|
|
|
|
|
2022-10-07 23:09:35 +02:00
|
|
|
\usepackage[backend=biber,refsection=section]{biblatex} % load the package
|
|
|
|
\addbibresource{literature\_groupA.bib}
|
|
|
|
\addbibresource{literature\_groupB.bib}
|
|
|
|
\addbibresource{literature\_groupC.bib}
|
|
|
|
|
|
|
|
|
|
|
|
\defbibheading{subbibliography}[Literatur]{\addsec{#1}}
|
2022-10-07 22:34:01 +02:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\title{Software Engineering 2}
|
2022-10-07 23:09:35 +02:00
|
|
|
\author{Prof. Dr. Jessica Steinberger, Studierende CSB/IMB}
|
2022-10-07 22:34:01 +02:00
|
|
|
\subtitle{UML-Diagramme}
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
|
|
|
|
\frontmatter
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
|
|
|
|
\mainmatter
|
|
|
|
|
|
|
|
\pagestyle{scrheadings}
|
|
|
|
|
|
|
|
\chapter{Strukturdiagramme}
|
|
|
|
UML verfügt über sechs Strukturdiagrammtypen, die von der einzelnen Klasse bis hin zur Gliederung vollständiger Architekturen und Systeme reichen.
|
|
|
|
|
|
|
|
|
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
|
|
|
|
\end{document}
|
|
|
|
|