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
2018-08-07 16:15:28 +02:00

33 lines
No EOL
619 B
TeX

\startenvironment notation
\define[1]\Fam{\mathcal{#1}}
\define\lang{\mathcal{L}}
\define\autom{\mathcal{A}}
\define\bigO{\mathcal{O}}
\define\pref{pref}
% L* algorithms
\define\LStar{{\tt L}$^{\ast}$}
\define\NLStar{{\tt NL}$^{\ast}$}
\define\nLStar{$\nu$\LStar}
\define\nNLStar{$\nu$\NLStar}
% Libraries
\define\ONS{{\sc Ons}}
\define\NLambda{{\sc N}$\lambda$}
\define\LOIS{{\sc Lois}}
% Maths
\define\N{\naturalnumbers}
\define\Q{\rationals}
\define\EAlph{\mathbb{A}}
\define\Perm{Perm}
\define\id{id}
\define\supp{{\tt supp}}
\define\orb{{\tt orb}}
% language extension
\define\Lext{{\cdot}}
\stopenvironment