From 0bc05e8129553fff481472eb2d8ccbab5faa5009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 28 Jan 2022 16:01:58 +0100 Subject: [PATCH] add suchthat macro --- src/math/mathop.pysty | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/math/mathop.pysty b/src/math/mathop.pysty index f15d21a..b0e4d43 100644 --- a/src/math/mathop.pysty +++ b/src/math/mathop.pysty @@ -163,6 +163,10 @@ __END_OPTIONS_X__ \newcommand*{\cfun}{\ensuremath{\mathbbm{1}}} \newcommand*{\One}{\cfun} +%% such that in set declarations +\newcommand{\suchthat}{\;\middle|\;} + + %Paired Delimiters \DeclarePairedDelimiter\ceil{\lceil}{\rceil} \DeclarePairedDelimiter\floor{\lfloor}{\rfloor}