[CS] Add more commands for words & alphabets
This commit is contained in:
BIN
docs/docs.pdf
BIN
docs/docs.pdf
Binary file not shown.
@@ -11,7 +11,9 @@ These commands have to be executed inside math environment, except \verb|\timeco
|
||||
\item \verb|\wordbool| Prints $\wordbool$
|
||||
\item \verb|\words|\{\textit{string}\} Prints $\words{test}$
|
||||
\item \verb|\wordm|\{\textit{math}\} Prints $\wordm{1}$
|
||||
\item \verb|\word| Prints $\word$
|
||||
\item \verb|\alphabets|\{\textit{string}\} Prints $\alphabets{test}$
|
||||
\item \verb|\alphabetbool| Prints $\alphabetbool$
|
||||
\end{itemize}
|
||||
|
||||
\fhlc{Aquamarine}{Algorithms}
|
||||
|
@@ -20,8 +20,10 @@
|
||||
\newcommand{\tcl}[1]{\Omega\left(#1\right)}
|
||||
\newcommand{\wordbool}{(\Sigma_{\text{bool}})^*}
|
||||
\newcommand{\words}[1]{(\Sigma_{\text{#1}})^*}
|
||||
\newcommand{\word}{(\Sigma)^*}
|
||||
\newcommand{\wordm}[1]{\Sigma_{\text{#1}}^*}
|
||||
\newcommand{\alphabets}[1]{\Sigma_{\text{#1}}}
|
||||
\newcommand{\alphabetbool}{\Sigma_{\text{bool}}}
|
||||
\newcommand{\tR}{\text{R}}
|
||||
\newcommand{\tC}{\text{C}}
|
||||
\newcommand{\tN}{\text{N}}
|
||||
|
Reference in New Issue
Block a user