From 935d6645c4d94835e60b583d2856960a098fd783 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Thu, 22 Aug 2024 13:09:08 -0400 Subject: add principal log operator and underlining --- pandoc/templates/math_homework.latex | 1 + pandoc/templates/paper_template.latex | 2 ++ 2 files changed, 3 insertions(+) (limited to 'pandoc') diff --git a/pandoc/templates/math_homework.latex b/pandoc/templates/math_homework.latex index 1d6fabf..0793936 100644 --- a/pandoc/templates/math_homework.latex +++ b/pandoc/templates/math_homework.latex @@ -387,6 +387,7 @@ $if(math)$ \newcommand{\conjugate}[1]{\overline{#1}} \newcommand{\modulus}[1]{\left|#1\right|} \DeclareMathOperator\Arg{Arg} +\DeclareMathOperator\Log{Log} $endif$ $endfor$ $endif$ diff --git a/pandoc/templates/paper_template.latex b/pandoc/templates/paper_template.latex index 1a01c0d..317f179 100644 --- a/pandoc/templates/paper_template.latex +++ b/pandoc/templates/paper_template.latex @@ -472,6 +472,8 @@ $if(proof)$ \newtheorem{thrm}{Theorem} $endif$ +\usepackage{ulem} + %figure refrence \newcommand{\fig}[1]{Fig.\ref{fig:#1}} -- cgit v1.2.3