From ba7e3f444aaf4167aba39b8e0fab41eddc7c0de8 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 26 Sep 2025 18:17:35 +0200 Subject: [PATCH] [CS] Update word math mode macro --- main/cs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/cs.tex b/main/cs.tex index 1d074fb..5ee1f9f 100644 --- a/main/cs.tex +++ b/main/cs.tex @@ -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}}