new environment and more colors

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

@ -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

@ -21,6 +21,17 @@
\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

Loading…
Cancel
Save