aboutsummaryrefslogtreecommitdiffstats
path: root/pandoc
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2026-04-06 15:33:32 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2026-04-06 15:33:32 -0400
commitb82c8e89ee993c85b76d661145504fcf9f74b2df (patch)
tree2650082ad7b95677696751e1d303c876cd23eca4 /pandoc
parent03598ce54cb9f56d56d65eef5731e9fdc12e5164 (diff)
Remove unused plugins and update templateHEADmain
Diffstat (limited to 'pandoc')
-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 996f68c..90ecdc2 100644
--- a/pandoc/templates/math_homework.latex
+++ b/pandoc/templates/math_homework.latex
@@ -370,6 +370,7 @@ $if(math)$
$endif$ %math.proof
$if(math.sets)$
\renewcommand{\emptyset}{\varnothing}
+ \newcommand{\powerset}[1]{\mathcal{P}\left(#1\right)}
$endif$ %math.sets
$if(math.topology)$
\newcommand{\closure}[1]{\overline{#1}}