aboutsummaryrefslogtreecommitdiffstats
path: root/pandoc/templates
diff options
context:
space:
mode:
authorJean-Pierre Appel <jeanpierre.appel01@gmail.com>2024-01-25 21:11:01 -0500
committerJean-Pierre Appel <jeanpierre.appel01@gmail.com>2024-01-25 21:11:01 -0500
commit656d7d95485ad778165f3a5790e810f678d703bf (patch)
tree134caf34d29f1cc17b1af3a85925c442727efd1a /pandoc/templates
parent9a24a7092103e4e9a3c80a978ef5deb750ceb605 (diff)
feat: add complex argument operator
Diffstat (limited to 'pandoc/templates')
-rw-r--r--pandoc/templates/math_homework.latex1
1 files changed, 1 insertions, 0 deletions
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$