Add more docs on extra commands

This commit is contained in:
2025-01-07 18:40:16 +01:00
parent 08369be70d
commit f099566e8f
3 changed files with 34 additions and 2 deletions

View File

@@ -13,5 +13,5 @@
\newcommand{\timecomplexity}{\fhlc{orange}{\ifnum\value{lang}<2{Time complexity}\else {Laufzeit}\fi} \hspace{0.5em}}
\newcommand{\tc}[1]{\timecomplexity $\Theta (#1)$}
\newcommand{\tct}[1]{$\Theta (#1)$}
\newcommand{\tco}[1]{$O(#1)$}
\newcommand{\tco}[1]{$\mathcal{O}(#1)$}
\newcommand{\tcl}[1]{$\Omega(#1)$}