new environment and more colors

- added environment for weighted evaluation of requirements
- added the colors red, green, orange
develop
Julius Riegel 5 years ago
parent a0b91a2a72
commit cec45c014a

@ -11,6 +11,9 @@
\definecolor{dkyellow}{cmyk}{0,0,.8,.3} \definecolor{dkyellow}{cmyk}{0,0,.8,.3}
\definecolor{zcgray}{rgb}{.7, .7, .7} \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 \clubpenalty = 10000 \widowpenalty = 10000 \displaywidowpenalty = 10000
\addtokomafont{caption}{\small} \addtokomafont{caption}{\small}
@ -41,14 +44,11 @@
\renewcommand*{\glspostdescription}{} \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*} \KOMAoptions{parskip=full*}
% ändert Titelschriftart in Serifen-Normalschriftart
\addtokomafont{disposition}{\rmfamily} \addtokomafont{disposition}{\rmfamily}
\makenoidxglossaries{} \makenoidxglossaries{}
\loadglsentries{misc/glossary.tex} \loadglsentries{misc/glossary.tex}
% \fontfamily{Arial}\selectfont
\sloppy \sloppy

@ -21,6 +21,17 @@
\end{tabular} \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 % table listing keys with values/descriptions
% parameters: % parameters:
% 1 - the column name of the key % 1 - the column name of the key

Loading…
Cancel
Save