summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-02 22:38:29 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-02 22:38:29 -0800
commit1c6e64dec931ec03080ea4a2b368e69e128e6cc2 (patch)
tree120f8cc4214996578e4e6e30e37bd38527df75c9
parent725d2f1f65c17ac9b1f7925fe18822a7a1b2042b (diff)
downloadpandoc-templates-1c6e64dec931ec03080ea4a2b368e69e128e6cc2.tar.gz
pandoc-templates-1c6e64dec931ec03080ea4a2b368e69e128e6cc2.zip
Updated templates for pandoc 2.1.2
-rw-r--r--default.ms4
-rw-r--r--default.rst6
2 files changed, 4 insertions, 6 deletions
diff --git a/default.ms b/default.ms
index c136843..f420433 100644
--- a/default.ms
+++ b/default.ms
@@ -40,6 +40,10 @@ $endif$
40.nr FL \n[LL] 40.nr FL \n[LL]
41.\" footnote point size 41.\" footnote point size
42.nr FPS (\n[PS] - 2000) 42.nr FPS (\n[PS] - 2000)
43$if(papersize)$
44.\" paper size
45.ds paper $papersize$
46$endif$
43.\" color used for strikeout 47.\" color used for strikeout
44.defcolor strikecolor rgb 0.7 0.7 0.7 48.defcolor strikecolor rgb 0.7 0.7 0.7
45.\" color for links (rgb) 49.\" color for links (rgb)
diff --git a/default.rst b/default.rst
index 30005d1..e9c0dc2 100644
--- a/default.rst
+++ b/default.rst
@@ -15,12 +15,6 @@ $if(date)$
15 15
16$endif$ 16$endif$
17$endif$ 17$endif$
18$if(math)$
19.. role:: math(raw)
20 :format: html latex
21..
22
23$endif$
24$if(rawtex)$ 18$if(rawtex)$
25.. role:: raw-latex(raw) 19.. role:: raw-latex(raw)
26 :format: latex 20 :format: latex