From b2ba922638a296887fa29b780d12ea40814a86bb Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Sun, 12 Apr 2015 00:34:03 +0300 Subject: ODT Writer: Figure captions Works pretty much the same as Word writer. Following styles are used for figures: Figure -- for figure with empty caption FigureWithCaption (based on Figure) -- for figure with caption FigureCaption (based on Caption) -- for figure captions Also, TableCaption (based on Caption) is used for table captions. We need FigureWithCaption to set keepWithNext, in order to keep caption with figure. --- data/odt/styles.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'data/odt') 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" /> + + + + + + + + + +