aboutsummaryrefslogtreecommitdiff
path: root/templates/html.template
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:13:16 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:13:16 +0000
commitf36ce015c4ba1d638f3b4009419f11c3d5ffa768 (patch)
tree365b843b636081d7fe31daec9fa2efce09c84356 /templates/html.template
parentb7750b705a57720681a3308f2c887ec86f82bf85 (diff)
downloadpandoc-f36ce015c4ba1d638f3b4009419f11c3d5ffa768.tar.gz
Fixed up LaTeXMathML module not to use TH.
Instead, we read the script in pandoc.hs, and pass it via variables. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1702 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/html.template')
-rw-r--r--templates/html.template8
1 files changed, 7 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
>