[CS] Add new macro for words

This commit is contained in:
2025-09-26 18:12:09 +02:00
parent 4be2f5ed0d
commit 1f296ccd56
3 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
\newcommand{\tct}[1]{\Theta\left(#1\right)}
\newcommand{\tco}[1]{\mathcal{O}\left(#1\right)}
\newcommand{\tcl}[1]{\Omega\left(#1\right)}
\newcommand{\wordbool}{(\Sigma_{\text{bool}})^*}
\newcommand{\wordx}[1]{(\Sigma_{\text{#1}})^*}
\newcommand{\tR}{\text{R}}
\newcommand{\tC}{\text{C}}
\newcommand{\tN}{\text{N}}