diff --git a/main/cs.tex b/main/cs.tex index 4838d92..026eb98 100644 --- a/main/cs.tex +++ b/main/cs.tex @@ -10,6 +10,7 @@ \usepackage{setspace} \usepackage{verbatim} +\newcommand{\Indent}{\hspace{\algorithmicindent}} \newcommand{\timecomplexity}{\fhlc{orange}{\ifnum\value{lang}<2{Time complexity}\else {Laufzeit}\fi} \hspace{0.5em}} \newcommand{\tc}[1]{\timecomplexity $\Theta\left(#1\right)$}