Add indentation macro

This commit is contained in:
Janis Hutz 2025-05-01 08:40:43 +02:00
parent 7f6fc218c0
commit 3d9c9ddf5a

View File

@ -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)$}