From 656d7d95485ad778165f3a5790e810f678d703bf Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Thu, 25 Jan 2024 21:11:01 -0500 Subject: feat: add complex argument operator --- pandoc/templates/math_homework.latex | 1 + 1 file changed, 1 insertion(+) (limited to 'pandoc') diff --git a/pandoc/templates/math_homework.latex b/pandoc/templates/math_homework.latex index 287744c..1d6fabf 100644 --- a/pandoc/templates/math_homework.latex +++ b/pandoc/templates/math_homework.latex @@ -386,6 +386,7 @@ $if(math)$ \renewcommand{\Im}{\operatorname{Im}} \newcommand{\conjugate}[1]{\overline{#1}} \newcommand{\modulus}[1]{\left|#1\right|} +\DeclareMathOperator\Arg{Arg} $endif$ $endfor$ $endif$ -- cgit v1.2.3