diff --git a/document.tex b/document.tex index c3f5189..d579019 100644 --- a/document.tex +++ b/document.tex @@ -70,10 +70,12 @@ \addcontentsline{toc}{chapter}{Inhaltsverzeichnis} %\listoffigures +%\addcontentsline{toc}{chapter}{Abbildungsverzeichnis} %\listoftables +%\addcontentsline{toc}{chapter}{Tabellenverzeichnis} -\addcontentsline{toc}{chapter}{Akronyme} \printnoidxglossaries{} +\addcontentsline{toc}{chapter}{Akronyme} \clearpage diff --git a/img/hwr_header_logo.png b/img/hwr_header_logo.png index d8b4991..f0edf45 100644 Binary files a/img/hwr_header_logo.png and b/img/hwr_header_logo.png differ diff --git a/lib/customstyle.tex b/lib/customstyle.tex index cdf90c2..b631bc7 100644 --- a/lib/customstyle.tex +++ b/lib/customstyle.tex @@ -11,6 +11,9 @@ \definecolor{dkyellow}{cmyk}{0,0,.8,.3} \definecolor{zcgray}{rgb}{.7, .7, .7} +\definecolor{zcgreen}{rgb}{.4, 1, .4} +\definecolor{zcorange}{rgb}{1, .7, .2} +\definecolor{zcred}{rgb}{1, .4, .4} \clubpenalty = 10000 \widowpenalty = 10000 \displaywidowpenalty = 10000 \addtokomafont{caption}{\small} @@ -41,14 +44,11 @@ \renewcommand*{\glspostdescription}{} -% sorgt dafür, dass bei Leerzeile die Einrückung verhindert und stattdessen eine Leerzeile eingefügt wird % erspart bigskips und erhöht die Lesbarkeit im LaTeX-Text \KOMAoptions{parskip=full*} -% ändert Titelschriftart in Serifen-Normalschriftart \addtokomafont{disposition}{\rmfamily} \makenoidxglossaries{} \loadglsentries{misc/glossary.tex} -% \fontfamily{Arial}\selectfont \sloppy \ No newline at end of file diff --git a/lib/environments.tex b/lib/environments.tex index 6dd7108..be27cbf 100644 --- a/lib/environments.tex +++ b/lib/environments.tex @@ -10,6 +10,28 @@ \end{tabular} } +% Weighted Requirements table +\newenvironment{wreqtable}{ + \begin{tabular}{| p{0.05\linewidth} | p{0.325\linewidth} | p{0.45\linewidth} | p{0.175\linewidth} |} + \hline + \rowcolor{zcgray} + \textbf{Nr.} & \textbf{Anforderung} & \textbf{Erläuterung} & \textbf{Gewichtung} \\ \hline +}{ + \hline + \end{tabular} +} + +% "Weighted evaluation of Requirements" table +\newenvironment{ereqtable}{ + \begin{tabular}{| p{0.5\linewidth} | p{0.25\linewidth} | p{0.25\linewidth} |} + \hline + \rowcolor{zcgray} + \textbf{Anforderung} & \textbf{Erfüllungsgrad} & \textbf{Erfüllungsgrad (gewichtet)}\\ \hline +}{ + \hline + \end{tabular} +} + % table listing keys with values/descriptions % parameters: % 1 - the column name of the key