[CS] Update macros

This commit is contained in:
2025-09-26 18:19:04 +02:00
parent ba7e3f444a
commit 5f66b9e1db
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -84,7 +84,7 @@ These commands have to be executed inside math environment, except \verb|\timeco
\item \verb|\wordbool| Prints $\wordbool$ \item \verb|\wordbool| Prints $\wordbool$
\item \verb|\words|\{\textit{string}\} Prints $\words{test}$ \item \verb|\words|\{\textit{string}\} Prints $\words{test}$
\item \verb|\wordm|\{\textit{math}\} Prints $\wordm{1}$ \item \verb|\wordm|\{\textit{math}\} Prints $\wordm{1}$
\item \verb|\alphabetx|\{\textit{string}\} Prints $\alphabetx{test}$ \item \verb|\alphabets|\{\textit{string}\} Prints $\alphabets{test}$
\end{itemize} \end{itemize}
\fhlc{Aquamarine}{Algorithms} \fhlc{Aquamarine}{Algorithms}

View File

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