From 8583c50c595665f13b47a8f55033529d885745d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 24 Apr 2022 21:19:28 +0200 Subject: [PATCH] add set --- src/math/mathop/mathop.pysty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/math/mathop/mathop.pysty b/src/math/mathop/mathop.pysty index d185983..a90e75a 100644 --- a/src/math/mathop/mathop.pysty +++ b/src/math/mathop/mathop.pysty @@ -192,6 +192,11 @@ __END_OPTIONS_X__ \newcommand\abelianization{^{\ab}} +\NewDocumentCommand\set{m} + { + \left\{ #1 \right\} + } + %Taken from user egreg on % https://tex.stackexchange.com/a/22255 \newcommand\frestriction[2]{{% we make the whole thing an ordinary symbol