From b086899472b8db1ed8345b75e2d6cfd685311cae Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Tue, 17 Dec 2019 11:04:29 +0100 Subject: [PATCH] Added a weighted requirements table --- lib/environments.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/environments.tex b/lib/environments.tex index 6dd7108..3056cc6 100644 --- a/lib/environments.tex +++ b/lib/environments.tex @@ -10,6 +10,17 @@ \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} +} + % table listing keys with values/descriptions % parameters: % 1 - the column name of the key