aboutsummaryrefslogtreecommitdiff
path: root/data/odt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-16 14:38:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-16 14:38:26 -0700
commitcc7dcf2a92ca10cb12a86370b717092a789bc3fe (patch)
tree49bd0dc8147c264ee80d923e17d28aaeb02791c7 /data/odt
parenta2ce28fa4d0e90fc2cd1e4d3a6d738005323164f (diff)
downloadpandoc-cc7dcf2a92ca10cb12a86370b717092a789bc3fe.tar.gz
ODT: clean up styles.
Add Abstract. Change Author, Date to centered paragraphs with no character styling.
Diffstat (limited to 'data/odt')
-rw-r--r--data/odt/styles.xml26
1 files changed, 15 insertions, 11 deletions
diff --git a/data/odt/styles.xml b/data/odt/styles.xml
index 623a89051..d066b300b 100644
--- a/data/odt/styles.xml
+++ b/data/odt/styles.xml
@@ -73,6 +73,21 @@ xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
style:font-size-complex="12pt" style:language-complex="zxx"
style:country-complex="none" />
</style:default-style>
+ <style:style style:name="Author" style:family="paragraph"
+ style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:text-align="center" />
+ </style:style>
+ <style:style style:name="Date" style:family="paragraph"
+ style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:text-align="center" />
+ </style:style>
+ <style:style style:name="Abstract" style:family="paragraph"
+ style:parent-style-name="Standard" style:class="html">
+ <style:paragraph-properties fo:margin-left="0.3937in"
+ fo:margin-right="0.3937in" fo:margin-top="0.1in"
+ fo:margin-bottom="0.1in" style:contextual-spacing="false"
+ fo:text-indent="0in" style:auto-text-indent="false" />
+ </style:style>
<style:default-style style:family="paragraph">
<style:paragraph-properties fo:hyphenation-ladder-count="no-limit"
style:text-autospace="ideograph-alpha"
@@ -319,17 +334,6 @@ xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
fo:margin-bottom="0in" style:contextual-spacing="false"
fo:text-indent="0in" style:auto-text-indent="false" />
</style:style>
- <style:style style:name="Date" style:family="paragraph"
- style:parent-style-name="Standard"
- style:next-style-name="Text_20_body">
- <style:text-properties fo:font-style="italic" />
- </style:style>
- <style:style style:name="Author" style:family="paragraph"
- style:parent-style-name="Standard" style:next-style-name="Date"
- style:master-page-name="">
- <style:paragraph-properties style:page-number="auto" />
- <style:text-properties fo:font-style="italic" />
- </style:style>
<style:style style:name="Horizontal_20_Line"
style:display-name="Horizontal Line" style:family="paragraph"
style:parent-style-name="Standard"