[CS] Update word math mode macro

This commit is contained in:
2025-09-26 18:17:35 +02:00
parent 05d5ef49e6
commit ba7e3f444a

View File

@@ -19,7 +19,7 @@
\newcommand{\tcl}[1]{\Omega\left(#1\right)}
\newcommand{\wordbool}{(\Sigma_{\text{bool}})^*}
\newcommand{\words}[1]{(\Sigma_{\text{#1}})^*}
\newcommand{\wordm}[1]{(\Sigma_{\text{#1}})^*}
\newcommand{\wordm}[1]{\Sigma_{\text{#1}}^*}
\newcommand{\alphabetx}[1]{\Sigma_{\text{#1}}}
\newcommand{\tR}{\text{R}}
\newcommand{\tC}{\text{C}}