<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/writer.opendocument, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2021-12-29T00:06:25Z</updated>
<entry>
<title>OpenDocument writer: fix vertical align bug with display math.</title>
<updated>2021-12-29T00:06:25Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-29T00:06:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7d56650e0137daf504fdd79187811f091d4eee37'/>
<id>urn:sha1:7d56650e0137daf504fdd79187811f091d4eee37</id>
<content type='text'>
Previously some displayed formulas would be floated above
a preceding text line.  This is fixed by setting vertical-rel
to 'text' rather than 'paragraph-content'.

Closes #7777.
</content>
</entry>
<entry>
<title>Use pretty-simple to format native output.</title>
<updated>2021-09-21T19:37:42Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-09-19T19:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c266734448544a118ed80e47deaa2590131c7f84'/>
<id>urn:sha1:c266734448544a118ed80e47deaa2590131c7f84</id>
<content type='text'>
Previously we used our own homespun formatting.  But this
produces over-long lines that aren't ideal for diffs in tests.
Easier to use something off-the-shelf and standard.

Closes #7580.

Performance is slower by about a factor of 10, but this isn't
really a problem because native isn't suitable as a serialization
format. (For serialization you should use json, because the reader
is so much faster than native.)
</content>
</entry>
<entry>
<title>Use latest doclayout.</title>
<updated>2019-10-31T04:26:21Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-10-31T04:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4f1224dc0bfc4a5ca02467dc9a37c388277002a3'/>
<id>urn:sha1:4f1224dc0bfc4a5ca02467dc9a37c388277002a3</id>
<content type='text'>
Closes #5863.
</content>
</entry>
<entry>
<title>OpenDocument writer: Avoid duplicate attributes.</title>
<updated>2019-06-13T04:51:09Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-06-13T04:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fa50da30306aafed815a47ae4fc0f2f663bdd54d'/>
<id>urn:sha1:fa50da30306aafed815a47ae4fc0f2f663bdd54d</id>
<content type='text'>
We use the innermost attribute in nested cases.

Closes #4634.
</content>
</entry>
<entry>
<title>Roll back automatic figure/table numbering in ODT/OpenDocument.</title>
<updated>2019-06-08T21:17:52Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-06-08T21:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=05ae9f265f19a6ae4cbba77c5466c7f7eff4cde8'/>
<id>urn:sha1:05ae9f265f19a6ae4cbba77c5466c7f7eff4cde8</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Shared.compactify: Avoid mixed lists.</title>
<updated>2019-02-26T01:33:54Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-02-23T22:40:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ba05e1ea02d5227796f12dea2404285300021de6'/>
<id>urn:sha1:ba05e1ea02d5227796f12dea2404285300021de6</id>
<content type='text'>
This improves on the original fix to #5285 by preventing
other mixed lists (lists with a mix of Plain and Para
elements) that were allowed given the original fix.
</content>
</entry>
<entry>
<title>OpenDocument writer: small amendment to #5095.</title>
<updated>2018-11-23T03:02:08Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-11-23T03:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c9691b91dfe51fd4f4fabf72bdf23d5ca4754f8f'/>
<id>urn:sha1:c9691b91dfe51fd4f4fabf72bdf23d5ca4754f8f</id>
<content type='text'>
Level one lists should start at 0.5in rather than 0.75in.
(At least this is how LibreOffice behaves for me with a new
document.)
</content>
</entry>
<entry>
<title>ODT writer: Fix list indentation</title>
<updated>2018-11-22T17:18:09Z</updated>
<author>
<name>Nils Carlson</name>
<email>nils.carlson@ludd.ltu.se</email>
</author>
<published>2018-11-21T22:05:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=eb82fd6b5e12e46eafe21d3f0b7f9c21a893be4e'/>
<id>urn:sha1:eb82fd6b5e12e46eafe21d3f0b7f9c21a893be4e</id>
<content type='text'>
Previously lists were indented by half an inch on the first line
for each level of nesting. This resulted in lists that looked like
this:

1.      The first line of the list point text
the second line of the same list point.

Fix this and bring style into line with libreoffice standards:

    1.  The first line of the list point text
        the second line of the list point text.
</content>
</entry>
<entry>
<title>OpenDocument writer: Implement figure numbering in captions (#4944)</title>
<updated>2018-10-03T21:21:46Z</updated>
<author>
<name>Nils Carlson</name>
<email>pyssling@ludd.ltu.se</email>
</author>
<published>2018-10-03T21:21:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ecd4d5b8d8cfda6a2cd8d8fb631e0d7c79bee363'/>
<id>urn:sha1:ecd4d5b8d8cfda6a2cd8d8fb631e0d7c79bee363</id>
<content type='text'>
Figure captions are now numbered 1, 2, 3, ... The format in
the caption is "Figure 1: &lt;caption&gt;" and so on.

This is necessary in order for libreoffice to generate an
Illustration Index (Table of Figures) for included figures.</content>
</entry>
<entry>
<title>OpenDocument writer: improve bullet/numbering alignment.</title>
<updated>2018-10-02T17:11:32Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-10-02T17:11:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=f82d574d14c9ad71e76b8dfcbadac89ab4d10501'/>
<id>urn:sha1:f82d574d14c9ad71e76b8dfcbadac89ab4d10501</id>
<content type='text'>
This patch eliminates the large gap we used to have between
bullet and text, and also ensures that numbers in numbered
lists will be right-aligned.

Closes #4385.
</content>
</entry>
</feed>
