summaryrefslogtreecommitdiffstats
path: root/default.rst
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
commitac3dc50580d7185d18dd4916782904fd733b3bfd (patch)
tree23ec8e7c0c0806fde9a07a1b1d271b814343daf8 /default.rst
parente7d5d8957c77e125b8a1c7eb51356542633d0796 (diff)
downloadpandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.tar.gz
pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.zip
Initial commit, 2.0.5
Diffstat (limited to 'default.rst')
-rw-r--r--default.rst48
1 files changed, 48 insertions, 0 deletions
diff --git a/default.rst b/default.rst
new file mode 100644
index 0000000..30005d1
--- /dev/null
+++ b/default.rst
@@ -0,0 +1,48 @@
1$if(title)$
2$title$
3
4$endif$
5$for(author)$
6:Author: $author$
7$endfor$
8$if(date)$
9:Date: $date$
10$endif$
11$if(author)$
12
13$else$
14$if(date)$
15
16$endif$
17$endif$
18$if(math)$
19.. role:: math(raw)
20 :format: html latex
21..
22
23$endif$
24$if(rawtex)$
25.. role:: raw-latex(raw)
26 :format: latex
27..
28
29$endif$
30$for(include-before)$
31$include-before$
32
33$endfor$
34$if(toc)$
35.. contents::
36 :depth: $toc-depth$
37..
38
39$endif$
40$for(header-includes)$
41$header-includes$
42
43$endfor$
44$body$
45$for(include-after)$
46
47$include-after$
48$endfor$