Add initial version of the template

main
steinbergerj 2022-10-07 22:34:01 +02:00
commit a28a2600e9
7 changed files with 188 additions and 0 deletions

6
.gitignore vendored 100644
View File

@ -0,0 +1,6 @@
*.aux
*.log
*.gz
*.lof
*.lot
*.toc

44
group_A.tex 100644
View File

@ -0,0 +1,44 @@
%%%%%%%%%%% BITTE AUSFÜLLEN%%%%%%%%%%%%%%%%%%%
\newcommand{\diagrammname}{\texttt{<Diagrammname>}}
\newcommand{\diagrammnameengl}{\texttt{<Diagrammname engl>}}
\newcommand{\diagrammfrage}{\texttt{<Frage>}}
\newcommand{\diagrammanwendungsfall}{\texttt{<Anwendungsfall>}}
\newcommand{\autorE}{\texttt{Vorname Nachname Teilnehmer 1}}
\newcommand{\autorZ}{\texttt{Vorname Nachname Teilnehmer 2}}
\newcommand{\autorD}{\texttt{Vorname Nachname Teilnehmer 3}}
\section{\diagrammname}
\paragraph{Management Summary}\mbox{}
%%% BITTE NICHT ÄNDERNT%%%%%%%%%%%%
{\renewcommand*{\arraystretch}{1.5}
\begin{tabular}{|p{6cm}|p{7.05cm}|}
\hline
\textbf{Diagrammbezeichnung (deutsch):} & \diagrammname \\
\hline
\textbf{Diagrammbezeichnung (englisch):} & \diagrammnameengl \\
\hline
\textbf{Welche Frage beantwortet das Diagramm?} & \diagrammfrage \\
\hline
\textbf{Anwendungsfall} & \diagrammanwendungsfall \\
\hline %genutzt in der Anforderungsanalyse
\textbf{\multirow{3}{*}{Autoren}} & \autorE \\\cline{2-2}
& \autorZ \\\cline{2-2}
& \autorD \\\hline
\end{tabular}
}
%%%%%%%%%%%%%%%%%%%
\subsection{Beschreibung des \diagrammname}
\texttt{Allg. Beschreibung, Stärken und Schwächen des Diagramms}
\subsection{Notationselemente des \diagrammname}
\subsection{Beispiel des \diagrammname \ im Dokumentenmanagement}

41
group_B.tex 100644
View File

@ -0,0 +1,41 @@
%%%%%%%%%%% BITTE AUSFÜLLEN%%%%%%%%%%%%%%%%%%%
\newcommand{\diagrammname}{\texttt{<Diagrammname>}}
\newcommand{\diagrammnameengl}{\texttt{<Diagrammname engl>}}
\newcommand{\diagrammfrage}{\texttt{<Frage>}}
\newcommand{\diagrammanwendungsfall}{\texttt{<Anwendungsfall>}}
\newcommand{\autoren}[1]{\texttt{Vorname Nachname Teilnehmer #1}}
\section{\diagrammname}
\paragraph{Management Summary}\mbox{}
%%% BITTE NICHT ÄNDERNT%%%%%%%%%%%%
{\renewcommand*{\arraystretch}{1.5}
\begin{tabular}{|p{6cm}|p{7.05cm}|}
\hline
\textbf{Diagrammbezeichnung (deutsch):} & \diagrammname \\
\hline
\textbf{Diagrammbezeichnung (englisch):} & \diagrammnameengl \\
\hline
\textbf{Welche Frage beantwortet das Diagramm?} & \diagrammfrage \\
\hline
\textbf{Anwendungsfall} & \diagrammanwendungsfall \\
\hline %genutzt in der Anforderungsanalyse
\textbf{\multirow{3}{*}{Autoren}} & \autoren{1} \\\cline{2-2}
& \autoren{2} \\\cline{2-2}
& \autoren{3} \\\hline
\end{tabular}
}
%%%%%%%%%%%%%%%%%%%
\subsection{Beschreibung des \diagrammname}
\texttt{Allg. Beschreibung, Stärken und Schwächen des Diagramms}
\subsection{Notationselemente des \diagrammname}
\subsection{Beispiel des \diagrammname \ im Dokumentenmanagement}

41
group_C.tex 100644
View File

@ -0,0 +1,41 @@
%%%%%%%%%%% BITTE AUSFÜLLEN%%%%%%%%%%%%%%%%%%%
\newcommand{\diagrammname}{\texttt{<Diagrammname>}}
\newcommand{\diagrammnameengl}{\texttt{<Diagrammname engl>}}
\newcommand{\diagrammfrage}{\texttt{<Frage>}}
\newcommand{\diagrammanwendungsfall}{\texttt{<Anwendungsfall>}}
\newcommand{\autoren}[1]{\texttt{Vorname Nachname Teilnehmer #1}}
\section{\diagrammname}
\paragraph{Management Summary}\mbox{}
%%% BITTE NICHT ÄNDERNT%%%%%%%%%%%%
{\renewcommand*{\arraystretch}{1.5}
\begin{tabular}{|p{6cm}|p{7.05cm}|}
\hline
\textbf{Diagrammbezeichnung (deutsch):} & \diagrammname \\
\hline
\textbf{Diagrammbezeichnung (englisch):} & \diagrammnameengl \\
\hline
\textbf{Welche Frage beantwortet das Diagramm?} & \diagrammfrage \\
\hline
\textbf{Anwendungsfall} & \diagrammanwendungsfall \\
\hline %genutzt in der Anforderungsanalyse
\textbf{\multirow{3}{*}{Autoren}} & \autoren{1} \\\cline{2-2}
& \autoren{2} \\\cline{2-2}
& \autoren{3} \\\hline
\end{tabular}
}
%%%%%%%%%%%%%%%%%%%
\subsection{Beschreibung des \diagrammname}
\texttt{Allg. Beschreibung, Stärken und Schwächen des Diagramms}
\subsection{Notationselemente des \diagrammname}
\subsection{Beispiel des \diagrammname \ im Dokumentenmanagement}

BIN
images/hm_logo.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
main.pdf 100644

Binary file not shown.

56
main.tex 100644
View File

@ -0,0 +1,56 @@
% !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}
\usepackage{blindtext}
\begin{document}
\title{Software Engineering 2}
\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.
\foreach \n in {A,...,C}{\input{group_\n.tex}\newpage}
%\chapter{Verhaltensdiagramme}
\appendix
\listoffigures
\listoftables
\end{document}