diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-22 13:09:08 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-22 13:09:08 -0400 |
| commit | 935d6645c4d94835e60b583d2856960a098fd783 (patch) | |
| tree | 511a9d7001ac0c7bd29f72b1f37fc3a34dfd12fe | |
| parent | 7bf883de6312465ef32a8a03d27d834601d08d36 (diff) | |
add principal log operator and underlining
| -rw-r--r-- | pandoc/templates/math_homework.latex | 1 | ||||
| -rw-r--r-- | pandoc/templates/paper_template.latex | 2 |
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}} |
