aboutsummaryrefslogtreecommitdiff
path: root/test/tables.opendocument
diff options
context:
space:
mode:
authorNils Carlson <pyssling@ludd.ltu.se>2018-10-05 16:58:23 +0000
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-05 09:58:23 -0700
commit6304720d8d7906d698018203e1c743683f0234f3 (patch)
tree410da738d36b149f0200c299387442bf8c724854 /test/tables.opendocument
parent90a4d693efe155139ae6b8f077ba7c7c0993c387 (diff)
downloadpandoc-6304720d8d7906d698018203e1c743683f0234f3.tar.gz
OpenDocument writer: Implement table caption numbering (#4949)
Implement table caption numbering with a format "Table 1: <caption>". Translations are enabled and numbering is consecutive for captioned tables, uncaptioned tables are not enumerated. Captioned figures are now also numbered consecutively and uncaptioned figures are not enumerated.
Diffstat (limited to 'test/tables.opendocument')
-rw-r--r--test/tables.opendocument10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/tables.opendocument b/test/tables.opendocument
index c04afd492..5c68476b8 100644
--- a/test/tables.opendocument
+++ b/test/tables.opendocument
@@ -63,7 +63,8 @@
</table:table-cell>
</table:table-row>
</table:table>
-<text:p text:style-name="Table">Demonstration of simple table syntax.</text:p>
+<text:p text:style-name="Table">Table <text:sequence text:ref-name="refTable0" text:name="Table" text:formula="ooow:Table+1" style:num-format="1">1</text:sequence>: Demonstration
+of simple table syntax.</text:p>
<text:p text:style-name="First_20_paragraph">Simple table without
caption:</text:p>
<table:table table:name="Table2" table:style-name="Table2">
@@ -196,7 +197,8 @@ spaces:</text:p>
</table:table-cell>
</table:table-row>
</table:table>
-<text:p text:style-name="Table">Demonstration of simple table syntax.</text:p>
+<text:p text:style-name="Table">Table <text:sequence text:ref-name="refTable1" text:name="Table" text:formula="ooow:Table+1" style:num-format="1">2</text:sequence>: Demonstration
+of simple table syntax.</text:p>
<text:p text:style-name="First_20_paragraph">Multiline table with
caption:</text:p>
<table:table table:name="Table4" table:style-name="Table4">
@@ -251,8 +253,8 @@ caption:</text:p>
</table:table-cell>
</table:table-row>
</table:table>
-<text:p text:style-name="Table">Here’s the caption. It may span multiple
-lines.</text:p>
+<text:p text:style-name="Table">Table <text:sequence text:ref-name="refTable2" text:name="Table" text:formula="ooow:Table+1" style:num-format="1">3</text:sequence>: Here’s
+the caption. It may span multiple lines.</text:p>
<text:p text:style-name="First_20_paragraph">Multiline table without
caption:</text:p>
<table:table table:name="Table5" table:style-name="Table5">