diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 09:29:34 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 09:29:34 -0800 |
commit | ac3dc50580d7185d18dd4916782904fd733b3bfd (patch) | |
tree | 23ec8e7c0c0806fde9a07a1b1d271b814343daf8 /default.opendocument | |
parent | e7d5d8957c77e125b8a1c7eb51356542633d0796 (diff) | |
download | pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.tar.gz pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.zip |
Initial commit, 2.0.5
Diffstat (limited to 'default.opendocument')
-rw-r--r-- | default.opendocument | 161 |
1 files changed, 161 insertions, 0 deletions
diff --git a/default.opendocument b/default.opendocument new file mode 100644 index 0000000..e0bc5c1 --- /dev/null +++ b/default.opendocument | |||
@@ -0,0 +1,161 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" office:version="1.2"> | ||
3 | <office:font-face-decls> | ||
4 | <style:font-face style:name="Courier New" style:font-family-generic="modern" style:font-pitch="fixed" svg:font-family="'Courier New'" /> | ||
5 | </office:font-face-decls> | ||
6 | <office:automatic-styles> | ||
7 | $automatic-styles$ | ||
8 | </office:automatic-styles> | ||
9 | $for(header-includes)$ | ||
10 | $header-includes$ | ||
11 | $endfor$ | ||
12 | <office:body> | ||
13 | <office:text> | ||
14 | $if(title)$ | ||
15 | <text:p text:style-name="Title">$title$</text:p> | ||
16 | $endif$ | ||
17 | $for(author)$ | ||
18 | <text:p text:style-name="Author">$author$</text:p> | ||
19 | $endfor$ | ||
20 | $if(date)$ | ||
21 | <text:p text:style-name="Date">$date$</text:p> | ||
22 | $endif$ | ||
23 | $for(include-before)$ | ||
24 | $include-before$ | ||
25 | $endfor$ | ||
26 | $if(toc)$ | ||
27 | <text:table-of-content> | ||
28 | <text:table-of-content-source text:outline-level="10"> | ||
29 | <text:index-title-template text:style-name="Contents_20_Heading"> | ||
30 | $toc-title$ | ||
31 | </text:index-title-template> | ||
32 | <text:table-of-content-entry-template text:outline-level="1" | ||
33 | text:style-name="Contents_20_1"> | ||
34 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
35 | <text:index-entry-chapter /> | ||
36 | <text:index-entry-text /> | ||
37 | <text:index-entry-link-end /> | ||
38 | <text:index-entry-tab-stop style:type="right" | ||
39 | style:leader-char="." /> | ||
40 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
41 | <text:index-entry-page-number /> | ||
42 | <text:index-entry-link-end /> | ||
43 | </text:table-of-content-entry-template> | ||
44 | <text:table-of-content-entry-template text:outline-level="2" | ||
45 | text:style-name="Contents_20_2"> | ||
46 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
47 | <text:index-entry-chapter /> | ||
48 | <text:index-entry-text /> | ||
49 | <text:index-entry-link-end /> | ||
50 | <text:index-entry-tab-stop style:type="right" | ||
51 | style:leader-char="." /> | ||
52 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
53 | <text:index-entry-page-number /> | ||
54 | <text:index-entry-link-end /> | ||
55 | </text:table-of-content-entry-template> | ||
56 | <text:table-of-content-entry-template text:outline-level="3" | ||
57 | text:style-name="Contents_20_3"> | ||
58 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
59 | <text:index-entry-chapter /> | ||
60 | <text:index-entry-text /> | ||
61 | <text:index-entry-link-end /> | ||
62 | <text:index-entry-tab-stop style:type="right" | ||
63 | style:leader-char="." /> | ||
64 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
65 | <text:index-entry-page-number /> | ||
66 | <text:index-entry-link-end /> | ||
67 | </text:table-of-content-entry-template> | ||
68 | <text:table-of-content-entry-template text:outline-level="4" | ||
69 | text:style-name="Contents_20_4"> | ||
70 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
71 | <text:index-entry-chapter /> | ||
72 | <text:index-entry-text /> | ||
73 | <text:index-entry-link-end /> | ||
74 | <text:index-entry-tab-stop style:type="right" | ||
75 | style:leader-char="." /> | ||
76 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
77 | <text:index-entry-page-number /> | ||
78 | <text:index-entry-link-end /> | ||
79 | </text:table-of-content-entry-template> | ||
80 | <text:table-of-content-entry-template text:outline-level="5" | ||
81 | text:style-name="Contents_20_5"> | ||
82 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
83 | <text:index-entry-chapter /> | ||
84 | <text:index-entry-text /> | ||
85 | <text:index-entry-link-end /> | ||
86 | <text:index-entry-tab-stop style:type="right" | ||
87 | style:leader-char="." /> | ||
88 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
89 | <text:index-entry-page-number /> | ||
90 | <text:index-entry-link-end /> | ||
91 | </text:table-of-content-entry-template> | ||
92 | <text:table-of-content-entry-template text:outline-level="6" | ||
93 | text:style-name="Contents_20_6"> | ||
94 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
95 | <text:index-entry-chapter /> | ||
96 | <text:index-entry-text /> | ||
97 | <text:index-entry-link-end /> | ||
98 | <text:index-entry-tab-stop style:type="right" | ||
99 | style:leader-char="." /> | ||
100 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
101 | <text:index-entry-page-number /> | ||
102 | <text:index-entry-link-end /> | ||
103 | </text:table-of-content-entry-template> | ||
104 | <text:table-of-content-entry-template text:outline-level="7" | ||
105 | text:style-name="Contents_20_7"> | ||
106 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
107 | <text:index-entry-chapter /> | ||
108 | <text:index-entry-text /> | ||
109 | <text:index-entry-link-end /> | ||
110 | <text:index-entry-tab-stop style:type="right" | ||
111 | style:leader-char="." /> | ||
112 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
113 | <text:index-entry-page-number /> | ||
114 | <text:index-entry-link-end /> | ||
115 | </text:table-of-content-entry-template> | ||
116 | <text:table-of-content-entry-template text:outline-level="8" | ||
117 | text:style-name="Contents_20_8"> | ||
118 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
119 | <text:index-entry-chapter /> | ||
120 | <text:index-entry-text /> | ||
121 | <text:index-entry-link-end /> | ||
122 | <text:index-entry-tab-stop style:type="right" | ||
123 | style:leader-char="." /> | ||
124 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
125 | <text:index-entry-page-number /> | ||
126 | <text:index-entry-link-end /> | ||
127 | </text:table-of-content-entry-template> | ||
128 | <text:table-of-content-entry-template text:outline-level="9" | ||
129 | text:style-name="Contents_20_9"> | ||
130 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
131 | <text:index-entry-chapter /> | ||
132 | <text:index-entry-text /> | ||
133 | <text:index-entry-link-end /> | ||
134 | <text:index-entry-tab-stop style:type="right" | ||
135 | style:leader-char="." /> | ||
136 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
137 | <text:index-entry-page-number /> | ||
138 | <text:index-entry-link-end /> | ||
139 | </text:table-of-content-entry-template> | ||
140 | <text:table-of-content-entry-template text:outline-level="10" | ||
141 | text:style-name="Contents_20_10"> | ||
142 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
143 | <text:index-entry-chapter /> | ||
144 | <text:index-entry-text /> | ||
145 | <text:index-entry-link-end /> | ||
146 | <text:index-entry-tab-stop style:type="right" | ||
147 | style:leader-char="." /> | ||
148 | <text:index-entry-link-start text:style-name="Internet_20_link" /> | ||
149 | <text:index-entry-page-number /> | ||
150 | <text:index-entry-link-end /> | ||
151 | </text:table-of-content-entry-template> | ||
152 | </text:table-of-content-source> | ||
153 | </text:table-of-content> | ||
154 | $endif$ | ||
155 | $body$ | ||
156 | $for(include-after)$ | ||
157 | $include-after$ | ||
158 | $endfor$ | ||
159 | </office:text> | ||
160 | </office:body> | ||
161 | </office:document-content> | ||