You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
244 B
TeX
9 lines
244 B
TeX
6 years ago
|
\newenvironment{reqtable}{
|
||
|
\begin{tabular}{| p{0.05\linewidth} | p{0.35\linewidth} | p{0.5\linewidth} |}
|
||
|
\hline
|
||
|
\rowcolor{zcgray}
|
||
|
\textbf{Nr.} & \textbf{Anforderung} & \textbf{Erläuterung}\\ \hline
|
||
|
}{
|
||
|
\hline
|
||
|
\end{tabular}
|
||
|
}
|