diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-11 21:20:43 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-11 21:20:43 -0700 |
commit | a21c5ba7c8a9d9b79aec92d5eaa4966cb7fe2052 (patch) | |
tree | 0428d4f691cfadd9a7283d47173ccd6e35b6b61c /data | |
parent | 9e16fb3b961c1aa8e79a707204d5815528cfb5c6 (diff) | |
parent | 66a8016bb3902c45216004e3c0392761e55756db (diff) | |
download | pandoc-a21c5ba7c8a9d9b79aec92d5eaa4966cb7fe2052.tar.gz |
Merge pull request #2070 from lierdakil/odt-image-captions
ODT Writer: Figure captions
Diffstat (limited to 'data')
-rw-r--r-- | data/odt/styles.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/odt/styles.xml b/data/odt/styles.xml index ac0cbd742..32b918406 100644 --- a/data/odt/styles.xml +++ b/data/odt/styles.xml @@ -133,6 +133,22 @@ xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2"> style:font-size-complex="12pt" style:font-style-complex="italic" /> </style:style> + <style:style style:name="TableCaption" style:family="paragraph" + style:parent-style-name="Caption" style:class="extra"> + </style:style> + <style:style style:name="FigureCaption" style:family="paragraph" + style:parent-style-name="Caption" style:class="extra"> + </style:style> + <style:style style:name="Figure" style:family="paragraph" + style:parent-style-name="Standard" style:class="extra"> + <style:paragraph-properties text:number-lines="false" + text:line-number="0" /> + </style:style> + <style:style style:name="FigureWithCaption" style:family="paragraph" + style:parent-style-name="Figure" style:class="extra"> + <style:paragraph-properties text:number-lines="false" + text:line-number="0" fo:keep-with-next="always" /> + </style:style> <style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index"> <style:paragraph-properties text:number-lines="false" |