diff --git a/example/example.tex b/example/example.tex index 0ccb2d0..834adcb 100644 --- a/example/example.tex +++ b/example/example.tex @@ -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 diff --git a/main.tex b/main.tex index a6fe322..a81332e 100644 --- a/main.tex +++ b/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}