diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-06-08 14:17:52 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-06-08 14:17:52 -0700 |
commit | 05ae9f265f19a6ae4cbba77c5466c7f7eff4cde8 (patch) | |
tree | 0817519322ee4f19083467da06cbec12a8c41224 /test/writer.opendocument | |
parent | d1df2b2783a6fdbe0315cf69d2306271254960f3 (diff) | |
download | pandoc-05ae9f265f19a6ae4cbba77c5466c7f7eff4cde8.tar.gz |
Roll back automatic figure/table numbering in ODT/OpenDocument.
This was added in pandoc 2.7.2, but it makes it impossible
to use pandoc-crossref. So this has been rolled back for now,
until we find a good solution to make this behavior optional
(or a creative way to let pandoc-crossref and this feature
to coexist).
See #5474.
Diffstat (limited to 'test/writer.opendocument')
-rw-r--r-- | test/writer.opendocument | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.opendocument b/test/writer.opendocument index 2d9068d07..95e909029 100644 --- a/test/writer.opendocument +++ b/test/writer.opendocument @@ -1879,7 +1879,7 @@ link in pointy braces</text:span></text:a>.</text:p> <text:p text:style-name="First_20_paragraph">From “Voyage dans la Lune” by Georges Melies (1902):</text:p> <text:p text:style-name="FigureWithCaption"><draw:frame draw:name="img1"><draw:image xlink:href="lalune.jpg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" /></draw:frame></text:p> -<text:p text:style-name="FigureCaption">Figure <text:sequence text:ref-name="refIllustration0" text:name="Illustration" text:formula="ooow:Illustration+1" style:num-format="1">1</text:sequence>: lalune</text:p> +<text:p text:style-name="FigureCaption">lalune</text:p> <text:p text:style-name="Text_20_body">Here is a movie <draw:frame draw:name="img2"><draw:image xlink:href="movie.jpg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" /></draw:frame> icon.</text:p> |