summaryrefslogtreecommitdiffstats
path: root/default.rst
diff options
context:
space:
mode:
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$