aboutsummaryrefslogtreecommitdiffstats
path: root/pandoc
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc')
-rw-r--r--pandoc/templates/math_homework.latex1
-rw-r--r--pandoc/templates/paper_template.latex2
2 files changed, 3 insertions, 0 deletions
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}}