From 69d5085c112ccd2a136b08895e268d43f9f2067f Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Sun, 29 Mar 2015 07:37:33 +0300 Subject: Docx Writer: Add a style to figure images Figures with empty captions use style "Figure" Figures with nonempty captions use style "Figure with Caption", which is based on "Figure", and additionally has keepNext set. --- data/docx/word/styles.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'data/docx/word') diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 0de21bd4c..3b3b142b4 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -313,6 +313,17 @@ + + + + + + + + + + + -- cgit v1.2.3 From 78cf36a392abc87e5b11fe8fd06a8ade143938f3 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Sun, 29 Mar 2015 07:38:15 +0300 Subject: Reference Docx: Add keepNext to table captions --- data/docx/word/styles.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/docx/word') diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 3b3b142b4..d2e35b4c3 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -308,6 +308,9 @@ + + + -- cgit v1.2.3