add suchthat macro

This commit is contained in:
Maximilian Keßler 2022-01-28 16:01:58 +01:00
parent 640d447995
commit 0bc05e8129

View file

@ -163,6 +163,10 @@ __END_OPTIONS_X__
\newcommand*{\cfun}{\ensuremath{\mathbbm{1}}} \newcommand*{\cfun}{\ensuremath{\mathbbm{1}}}
\newcommand*{\One}{\cfun} \newcommand*{\One}{\cfun}
%% such that in set declarations
\newcommand{\suchthat}{\;\middle|\;}
%Paired Delimiters %Paired Delimiters
\DeclarePairedDelimiter\ceil{\lceil}{\rceil} \DeclarePairedDelimiter\ceil{\lceil}{\rceil}
\DeclarePairedDelimiter\floor{\lfloor}{\rfloor} \DeclarePairedDelimiter\floor{\lfloor}{\rfloor}