From b82c8e89ee993c85b76d661145504fcf9f74b2df Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 6 Apr 2026 15:33:32 -0400 Subject: Remove unused plugins and update template --- pandoc/templates/math_homework.latex | 1 + 1 file changed, 1 insertion(+) (limited to 'pandoc/templates') 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}} -- cgit v1.2.3