Fix parenthesis size for time complexity commands

This commit is contained in:
Janis Hutz 2025-01-15 09:56:47 +01:00
parent f2cb7b6ef1
commit f288af7781

View File

@ -12,7 +12,7 @@
\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]{$\mathcal{O}(#1)$}
\newcommand{\tcl}[1]{$\Omega(#1)$}
\newcommand{\tc}[1]{\timecomplexity $\Theta\left(#1\right)$}
\newcommand{\tct}[1]{$\Theta\left(#1\right)$}
\newcommand{\tco}[1]{$\mathcal{O}\left(#1\right)$}
\newcommand{\tcl}[1]{$\Omega\left(#1\right)$}