Merge pull request #1 from parallel-programming-hwr/develop

Improvements of the document (lol)
master
Trivernis 4 years ago committed by GitHub
commit c96e95135f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

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

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

Loading…
Cancel
Save