[CS] Add more macros for TI

This commit is contained in:
2025-09-26 18:16:43 +02:00
parent 1f296ccd56
commit 05d5ef49e6
3 changed files with 6 additions and 2 deletions

View File

@@ -18,7 +18,9 @@
\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{\words}[1]{(\Sigma_{\text{#1}})^*}
\newcommand{\wordm}[1]{(\Sigma_{\text{#1}})^*}
\newcommand{\alphabetx}[1]{\Sigma_{\text{#1}}}
\newcommand{\tR}{\text{R}}
\newcommand{\tC}{\text{C}}
\newcommand{\tN}{\text{N}}