From 1273d8c145b53ce155faa507b10b0b94616cffb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler=20=28via=20gitlab=20runner=29?= Date: Mon, 25 Oct 2021 22:48:15 +0200 Subject: [PATCH] add operator for free product --- src/math/mathop.pysty | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/mathop.pysty b/src/math/mathop.pysty index 90a2090..0be9557 100644 --- a/src/math/mathop.pysty +++ b/src/math/mathop.pysty @@ -208,4 +208,5 @@ __END_OPTIONS_X__ \newcommand\directlimit{\varinjlim} \newcommand\inverselimit{\varprojlim} +\DeclareMathOperator*{\freeproduct}{\raisebox{-0.5ex}{\scalebox{2}{$\ast$}}}