requirements
This commit is contained in:
parent
623454a2c4
commit
978f26c5d9
2 changed files with 23 additions and 7 deletions
|
@ -14,6 +14,22 @@
|
|||
|
||||
\newpage
|
||||
|
||||
\section{Requirements}
|
||||
|
||||
\srequirement{should}
|
||||
lala und lulu
|
||||
|
||||
\corequirement{could}
|
||||
lala und lulu
|
||||
|
||||
\morequirement{could}
|
||||
lala und lulu
|
||||
|
||||
\wrequirement{could}
|
||||
lala und lulu
|
||||
|
||||
\section{Programming}
|
||||
|
||||
\begin{lstlisting}[language=Bash]
|
||||
#!/bin/bash
|
||||
|
||||
|
|
14
main.tex
14
main.tex
|
@ -91,17 +91,17 @@
|
|||
\definecolor{should-have-red}{RGB}{229, 24, 31}
|
||||
\definecolor{could-have-orange}{RGB}{246, 121, 28}
|
||||
\definecolor{wont-have-blue}{RGB}{32, 169, 215}
|
||||
\newcommand{\morequirement}[1]{\paragraph{#1}\hfill\textbf{\textcolor{must-have-brown}{must-have}} (\ref{must-haves})\\}
|
||||
\newcommand{\srequirement}[1]{\paragraph{#1}\hfill\textbf{\textcolor{should-have-red}{should-have}} (\ref{should-haves})\\}
|
||||
\newcommand{\corequirement}[1]{\paragraph{#1}\hfill\textbf{\textcolor{could-have-orange}{could-have}} (\ref{could-haves})\\}
|
||||
\newcommand{\wrequirement}[1]{\paragraph{#1}\hfill\textbf{\textcolor{wont-have-blue}{won't-have}} (\ref{wont-haves})\\}
|
||||
\newcommand{\morequirement}[1]{\paragraph{#1}\hfill\textbf{\textcolor{must-have-brown}{must-have}}\\}
|
||||
\newcommand{\srequirement}[1]{\paragraph{#1}\hfill\textbf{\textcolor{should-have-red}{should-have}}\\}
|
||||
\newcommand{\corequirement}[1]{\paragraph{#1}\hfill\textbf{\textcolor{could-have-orange}{could-have}}\\}
|
||||
\newcommand{\wrequirement}[1]{\paragraph{#1}\hfill\textbf{\textcolor{wont-have-blue}{won't-have}}\\}
|
||||
|
||||
\ihead{Praxissemester WS21/22}
|
||||
\ihead{Example Header}
|
||||
\chead{}
|
||||
\ohead{Florian Hoss}
|
||||
\ohead{Surname Lastname}
|
||||
\ofoot{Seite~\thepage{}/\pageref{LastPage}}
|
||||
\cfoot{}
|
||||
\title{Praxissemester}
|
||||
\title{Example Title}
|
||||
\usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,filecolor=black,urlcolor=black]{hyperref}
|
||||
|
||||
\begin{document}
|
||||
|
|
Loading…
Reference in a new issue