<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/functional/expected/cyrillic.tex, branch master</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>Simplify/fix LaTeX character encoding handling.</title>
<updated>2022-11-06T21:24:14+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-06T21:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=3a1df7d472649aa3241e57e1b3341d7ee58d087d'/>
<id>3a1df7d472649aa3241e57e1b3341d7ee58d087d</id>
<content type='text'>
Do not call "inputenc" if the "output-encoding" setting is 'utf-8'.
(UTF-8 is the default encoding for LaTeX2e since 2018.)

Do not call "inputenc" if the "output-encoding" setting is 'unicode':
Docutils returns a `str` instance and does not know which encoding will
be used when the output is written to a file or passed to LaTeX.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9219 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not call "inputenc" if the "output-encoding" setting is 'utf-8'.
(UTF-8 is the default encoding for LaTeX2e since 2018.)

Do not call "inputenc" if the "output-encoding" setting is 'unicode':
Docutils returns a `str` instance and does not know which encoding will
be used when the output is written to a file or passed to LaTeX.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9219 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Change http://docutils.sourceforge.net -&gt; https://docutils.sourceforge.io</title>
<updated>2022-01-20T10:11:44+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-01-20T10:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=0ec0fdb4465b48772f41ecb4408454f3ea1cd067'/>
<id>0ec0fdb4465b48772f41ecb4408454f3ea1cd067</id>
<content type='text'>
Patch by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor test fixes.</title>
<updated>2021-09-20T13:03:28+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-09-20T13:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=1004cfee85d9916e48b07ef3877b5dcabb7cdfac'/>
<id>1004cfee85d9916e48b07ef3877b5dcabb7cdfac</id>
<content type='text'>
Remove workaround for legacy versions of the "hyperref"
LaTeX package.

Remove spurious import.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8830 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove workaround for legacy versions of the "hyperref"
LaTeX package.

Remove spurious import.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8830 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Support the "meta" directive in LaTeX.</title>
<updated>2021-01-11T11:07:31+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-01-11T11:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=b484bc7d3fc261a507a594ef3b55115991595633'/>
<id>b484bc7d3fc261a507a594ef3b55115991595633</id>
<content type='text'>
Set PDF document properties from "meta" directive content
using "hyperref" options.

Also set "pdflang" if the document language is not "en".

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8606 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set PDF document properties from "meta" directive content
using "hyperref" options.

Also set "pdflang" if the document language is not "en".

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8606 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX package/stylesheet for Docutils.</title>
<updated>2020-08-28T20:07:40+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2020-08-28T20:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=74f41e18c731d13ef4a1bd2b9735dbeb4b9aedf8'/>
<id>74f41e18c731d13ef4a1bd2b9735dbeb4b9aedf8</id>
<content type='text'>
New LaTeX style file with required Docutils-specific definitions.
This file will also be published on CTAN.

When "docutils.sty" is not found in the "stylesheet" setting(s),
the LaTeX writer will insert required code into the
document preamble (like up to this commit).

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8545 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New LaTeX style file with required Docutils-specific definitions.
This file will also be published on CTAN.

When "docutils.sty" is not found in the "stylesheet" setting(s),
the LaTeX writer will insert required code into the
document preamble (like up to this commit).

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8545 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/functional: Set "auto_id_prefix" to "%" (expands to tag-names).</title>
<updated>2019-11-15T10:36:15+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-11-15T10:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=7f14a81296d7db1f6d3ca2a4e09e22e663cd893f'/>
<id>7f14a81296d7db1f6d3ca2a4e09e22e663cd893f</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8414 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8414 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix [ 323 ]: do not add ``\\\\phantomsection`` and whitespace to ``parts["title"].</title>
<updated>2017-08-08T21:39:19+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2017-08-08T21:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=046dfee06c6f9f7db3255452d90d3d2134c17176'/>
<id>046dfee06c6f9f7db3255452d90d3d2134c17176</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8161 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8161 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneccessary empty lines from the latex output.</title>
<updated>2017-03-13T21:49:17+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2017-03-13T21:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=30a76a242ecbcf45bbf518b5444916fa2ef07782'/>
<id>30a76a242ecbcf45bbf518b5444916fa2ef07782</id>
<content type='text'>
This is a cosmetic change without influence on the result of the latex
compilation.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8048 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a cosmetic change without influence on the result of the latex
compilation.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8048 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>latex-writer: Handle class arguments for block-level elements</title>
<updated>2017-03-03T15:14:48+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2017-03-03T15:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=411acd3220c99470ce843f60a5f36cf38af7128b'/>
<id>411acd3220c99470ce843f60a5f36cf38af7128b</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8044 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8044 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt tests to latest latex writer fix.</title>
<updated>2015-03-23T08:15:10+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2015-03-23T08:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=ba0d31900778b51cc39ed10cbf9f703200c1dbcc'/>
<id>ba0d31900778b51cc39ed10cbf9f703200c1dbcc</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7853 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7853 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
