aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/html.template8
-rw-r--r--templates/latex.template2
2 files changed, 9 insertions, 1 deletions
diff --git a/templates/html.template b/templates/html.template
index 993115ab9..9a5f3ce95 100644
--- a/templates/html.template
+++ b/templates/html.template
@@ -7,7 +7,13 @@
/><meta name="generator" content="pandoc"
/><meta name="author" content="$authors$"
/><meta name="date" content="$date$"
- />$header-includes$
+ />
+ $if(latexmathml-script)$
+ $latexmathml-script$
+ $endif$
+ $if(header-includes)$
+ $header-includes$
+ $endif$
</head
><body
>
diff --git a/templates/latex.template b/templates/latex.template
index d9dc8e5ff..82303f5e8 100644
--- a/templates/latex.template
+++ b/templates/latex.template
@@ -33,7 +33,9 @@ $if(numbersections)$
$else$
\setcounter{secnumdepth}{0}
$endif$
+$if(header-includes)$
$header-includes$
+$endif$
$if(title)$
\title{$title$}