Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
phd-thesis/environment/notation.tex

19 lines
No EOL
366 B
TeX

\startenvironment notation
\define[1]\Fam{\mathcal{#1}}
\define\lang{\mathcal{L}}
\define\autom{\mathcal{A}}
% L* algorithms
\define\LStar{{\tt L}$^{\ast}$}
\define\NLStar{{\tt NL}$^{\ast}$}
\define\nLStar{$\nu$\LStar}
\define\nNLStar{$\nu$\NLStar}
\define\N{\naturalnumbers}
\define\EAlph{\mathbb{A}}
% language extension
\define\Lext{{\cdot}}
\stopenvironment