<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/src/Text/Pandoc/Writers/LaTeX, 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-11-18T00:32:36Z</updated>
<entry>
<title>Babel mappings: use ancientgreek for grc.</title>
<updated>2021-11-18T00:32:36Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-11-18T00:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=13125945261568f04e8efe0033deb32c5a643c3c'/>
<id>urn:sha1:13125945261568f04e8efe0033deb32c5a643c3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>With `-t latex-smart`, don't generate `\ldots` from ellipsis.</title>
<updated>2021-11-08T19:59:13Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-11-08T19:59:13Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=9c153e3d6e877ce53e8e4f5a9c44f682b973e777'/>
<id>urn:sha1:9c153e3d6e877ce53e8e4f5a9c44f682b973e777</id>
<content type='text'>
Instead just use unicode ellipsis.
Closes #7674.
</content>
</entry>
<entry>
<title>Use babel, not polyglossia, with xelatex.</title>
<updated>2021-09-19T16:40:59Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-09-10T01:32:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=dd7b83ac9111b63786c1042c4849d7cea79c668b'/>
<id>urn:sha1:dd7b83ac9111b63786c1042c4849d7cea79c668b</id>
<content type='text'>
Previously polyglossia worked better with xelatex, but
that is no longer the case, so we simplify the code so that
babel is used with all latex engines.

This involves a change to the default LaTeX template.
</content>
</entry>
<entry>
<title>LaTeX table writer: Increase column width precision (#7466)</title>
<updated>2021-08-03T21:34:39Z</updated>
<author>
<name>Peter Fabinski</name>
<email>github@peterfab.com</email>
</author>
<published>2021-08-03T21:34:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8667ba2bcc8a7da6ba50369161c0bcb9020780e8'/>
<id>urn:sha1:8667ba2bcc8a7da6ba50369161c0bcb9020780e8</id>
<content type='text'>
In some cases, the rounding performed by the LaTeX table
writer would introduce visible overrun outside the text
area.
This adds two more decimal places to the width values.</content>
</entry>
<entry>
<title>LaTeX writer: add strut at end of minipage if it contains...</title>
<updated>2021-06-22T06:33:00Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-06-22T06:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8eed5b90d09a4a0c2592c92215fa96c69cf35234'/>
<id>urn:sha1:8eed5b90d09a4a0c2592c92215fa96c69cf35234</id>
<content type='text'>
line breaks.  Without them, the last line is shorter
than it should be, at least in some cases.
</content>
</entry>
<entry>
<title>LaTeX writer: always use a minipage for cells with line breaks...</title>
<updated>2021-06-22T01:25:36Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-06-22T01:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ed3974a254c3e0c4e7a34d5d25ddef90c25d2092'/>
<id>urn:sha1:ed3974a254c3e0c4e7a34d5d25ddef90c25d2092</id>
<content type='text'>
if width information is available.  Otherwise the way we treat them can
lead to content that overflows a cell.

Closes #7393.
</content>
</entry>
<entry>
<title>LaTeX writer: Fix regression in table header position.</title>
<updated>2021-06-05T20:13:58Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-06-05T20:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=21cc52abe33997ea2f2c539f10d26684b7633bc0'/>
<id>urn:sha1:21cc52abe33997ea2f2c539f10d26684b7633bc0</id>
<content type='text'>
In recent versions the table headers were no longer bottom-aligned
(if more than one line).  This patch fixes that by using minipages
for table headers in non-simple tables.

Closes #7347.
</content>
</entry>
<entry>
<title>LaTeX template: define commands for zero width non-joiner character</title>
<updated>2021-05-16T19:33:32Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-05-16T19:33:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d92622ba3cae5ced69a256472d367a53fc5878a1'/>
<id>urn:sha1:d92622ba3cae5ced69a256472d367a53fc5878a1</id>
<content type='text'>
Closes: #6639

The zero-width non-joiner character is used to avoid ligatures (e.g. in
German).
</content>
</entry>
<entry>
<title>LaTeX writer: better handling of line breaks in simple tables.</title>
<updated>2021-05-11T13:52:05Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-05-11T13:52:05Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=2bd5d0cafbe67fa723f49fd2d35d913594fdb935'/>
<id>urn:sha1:2bd5d0cafbe67fa723f49fd2d35d913594fdb935</id>
<content type='text'>
Now we also handle the case where they're embedded in other
elements, e.g. spans. Closes #7272.
</content>
</entry>
<entry>
<title>Update to released unicode-collation, latest citeproc dev version.</title>
<updated>2021-04-17T23:15:14Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-04-17T18:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a478a5c4c8753fd0bf272cd540ca197ae146a196'/>
<id>urn:sha1:a478a5c4c8753fd0bf272cd540ca197ae146a196</id>
<content type='text'>
Update citeproc test.
</content>
</entry>
</feed>
