<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/src/Text/Pandoc/Writers/Docx, 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-10-29T15:40:20Z</updated>
<entry>
<title>Docx writer: move ": " out of the caption bookmark.</title>
<updated>2021-10-29T15:40:20Z</updated>
<author>
<name>Tristan Stenner</name>
<email>ttstenner@gmail.com</email>
</author>
<published>2021-10-26T13:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=6509ff62043b6445098cc9c94628fab464638f62'/>
<id>urn:sha1:6509ff62043b6445098cc9c94628fab464638f62</id>
<content type='text'>
This is needed so that native references to the figure are included as
"As seen in Figure X, it is..." instead of
"As seen in [Figure: , it is..."
</content>
</entry>
<entry>
<title>Make docx writer sensitive to `native_numbering` extension.</title>
<updated>2021-08-15T22:05:54Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-08-15T22:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4340bd52c49b987087e123de2eae4464b300332f'/>
<id>urn:sha1:4340bd52c49b987087e123de2eae4464b300332f</id>
<content type='text'>
Figure and table numbers are now only included if `native_numbering`
is enabled.  (By default it is disabled.)  This is a behavior change
with respect to 2.14.1, but the behavior is that of previous versions.

The change was necessary to avoid incompatibilities between pandoc's
native numbering and third-party cross reference filters like
pandoc-crossref.

Closes #7499.
</content>
</entry>
<entry>
<title>Docx writer: Add table numbering for captioned tables.</title>
<updated>2021-06-29T18:15:40Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-06-29T18:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0948af9cc549f0ea3b85fa760aa521b8deaad2c0'/>
<id>urn:sha1:0948af9cc549f0ea3b85fa760aa521b8deaad2c0</id>
<content type='text'>
The numbers are added using fields, so that Word can
create a list of tables that will update automatically.
</content>
</entry>
<entry>
<title>Docx writer: support figure numbers.</title>
<updated>2021-06-29T16:56:21Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-06-29T16:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a3d745e48560a55d9a9ea9fa43ffdd5a8b84987f'/>
<id>urn:sha1:a3d745e48560a55d9a9ea9fa43ffdd5a8b84987f</id>
<content type='text'>
These are set up in such a way that they will work with Word's
automatic table of figures.

Closes #7392.
</content>
</entry>
<entry>
<title>Docx writer: fix handling of empty table headers</title>
<updated>2021-06-10T16:36:49Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-06-10T16:34:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c7dd33d5aaa30f4c95e141b10e6d8fe0212edf1e'/>
<id>urn:sha1:c7dd33d5aaa30f4c95e141b10e6d8fe0212edf1e</id>
<content type='text'>
A table header which does not contain any cells is now treated as an
empty header.

Fixes: #7369
</content>
</entry>
<entry>
<title>Docx writer: fix regression on captions.</title>
<updated>2021-05-30T17:07:28Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-05-30T17:07:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c2f46e6df4a80a313ab4329b740770dbdfbe1578'/>
<id>urn:sha1:c2f46e6df4a80a313ab4329b740770dbdfbe1578</id>
<content type='text'>
The "Table Caption" style was no longer getting applied.
(It was overwritten by "Compact.")

Closes #7328.
</content>
</entry>
<entry>
<title>Docx writer: fix alignment for cells.</title>
<updated>2021-05-14T14:49:19Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-05-14T14:49:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=3ec5726c9b7b9f7cc41ca5f26a80c347e20afc9a'/>
<id>urn:sha1:3ec5726c9b7b9f7cc41ca5f26a80c347e20afc9a</id>
<content type='text'>
This fixes a regression introduced with the in the colspan/rowspan
changes that caused column alignments to be ignored. The column
alignment is used only if a default alignment is specified at the cell
level; otherwise the cell-level alignment takes precedence.
</content>
</entry>
<entry>
<title>Docx writer: allow multirow table headers</title>
<updated>2021-05-14T14:19:20Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-05-14T14:19:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=17d96404f5b6f5f080329e220a0784f10c364f2d'/>
<id>urn:sha1:17d96404f5b6f5f080329e220a0784f10c364f2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docx writer: support colspans and rowspans in tables</title>
<updated>2021-05-01T16:52:24Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-05-01T16:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ddbf83f62c8bb6516203c99acd894c404351b5ae'/>
<id>urn:sha1:ddbf83f62c8bb6516203c99acd894c404351b5ae</id>
<content type='text'>
See: #6315
</content>
</entry>
<entry>
<title>Docx writer: autoset table width if no column has an explicit width.</title>
<updated>2021-04-27T11:27:20Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-04-26T16:07:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0921b82d98b6ec7fa80ffd522c129b3828b9c00b'/>
<id>urn:sha1:0921b82d98b6ec7fa80ffd522c129b3828b9c00b</id>
<content type='text'>
</content>
</entry>
</feed>
