<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/functional/expected/standalone_rst_xetex.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>Update PEP base URL and template.</title>
<updated>2022-03-13T18:04:05+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-03-13T18:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=78e51d9d3a67d6cd95b31e75b754007146543739'/>
<id>78e51d9d3a67d6cd95b31e75b754007146543739</id>
<content type='text'>
The canonical PEP base URL changed to "peps.python.org/".

The PEP-writer template.txt added a "source" link that no longer
works due to sources now only be stored on github and having
two possible file extensions ("txt" or "rst").
Adapt the header to resemble the header of official PEP documents
(which are now produced using Sphinx).

Fixes [bug:#445].

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9045 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The canonical PEP base URL changed to "peps.python.org/".

The PEP-writer template.txt added a "source" link that no longer
works due to sources now only be stored on github and having
two possible file extensions ("txt" or "rst").
Adapt the header to resemble the header of official PEP documents
(which are now produced using Sphinx).

Fixes [bug:#445].

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9045 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Update base URL config settings defaults.</title>
<updated>2022-01-21T13:46:05+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-01-21T13:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=582c9cec70a56bbb86c4dfd28aa0905b3b731dcc'/>
<id>582c9cec70a56bbb86c4dfd28aa0905b3b731dcc</id>
<content type='text'>
The default values for the "pep-references", "rfc-base-url", and
"python-home" `configuration settings`_ now uses the "https:" scheme.

Based on a patch by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8960 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default values for the "pep-references", "rfc-base-url", and
"python-home" `configuration settings`_ now uses the "https:" scheme.

Based on a patch by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8960 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>HTML5: New default for table column widths (fixes bug #426).</title>
<updated>2021-10-01T13:39:33+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-10-01T13:39:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=e687396c4491d6e120ee2e2b576b9a76aa69fea4'/>
<id>e687396c4491d6e120ee2e2b576b9a76aa69fea4</id>
<content type='text'>
Only specify table column widths, if the "widths" option is set
and is not "auto".
The `table_style`_ setting "colwidths-grid" restores the
current default.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8836 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only specify table column widths, if the "widths" option is set
and is not "auto".
The `table_style`_ setting "colwidths-grid" restores the
current default.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8836 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX writer: New algorithm for table colum widths. Fixes bug #422.</title>
<updated>2021-09-30T10:15:45+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-09-30T10:15:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=03130753046e2d6ffdc1a0629cce3598e644dc11'/>
<id>03130753046e2d6ffdc1a0629cce3598e644dc11</id>
<content type='text'>
New configuration setting "legacy_column_widths" for backwards
compatibility.

Only write "continued on next page..." if it fits without
making the table columns wider.

Table `width` option overrides conflicting "auto" column `widths`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8835 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New configuration setting "legacy_column_widths" for backwards
compatibility.

Only write "continued on next page..." if it fits without
making the table columns wider.

Table `width` option overrides conflicting "auto" column `widths`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8835 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX writer: Update tests after r8826</title>
<updated>2021-09-11T12:26:09+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-09-11T12:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=aa7b021887b3676e83658dec51d6a0cdf86c3a00'/>
<id>aa7b021887b3676e83658dec51d6a0cdf86c3a00</id>
<content type='text'>
No newline (new paragraph) before a table in compounds.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8828 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No newline (new paragraph) before a table in compounds.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8828 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX writer: revise Docutils-generated table of contents</title>
<updated>2021-09-11T11:18:39+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-09-11T11:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=f63e4e2c15ebfbea1d4445aa297f3457a1214af7'/>
<id>f63e4e2c15ebfbea1d4445aa297f3457a1214af7</id>
<content type='text'>
Improve spacing,
allow customization.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8826 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve spacing,
allow customization.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8826 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeXwriter: small fixes.</title>
<updated>2021-09-11T11:18:27+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-09-11T11:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=4729b2e08e7fbc0578b707e5a5264bc2f4827b51'/>
<id>4729b2e08e7fbc0578b707e5a5264bc2f4827b51</id>
<content type='text'>
Don't add ``\phantomsection`` to labels in math-blocks.

New optional argument `newline` for LaTeXTranslator.ids_to_labels().

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't add ``\phantomsection`` to labels in math-blocks.

New optional argument `newline` for LaTeXTranslator.ids_to_labels().

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX writer: code cleanup and small fixes.</title>
<updated>2021-09-11T11:18:15+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-09-11T11:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=f4f3769340b6109f3cf88a8c76f85c3b060a3075'/>
<id>f4f3769340b6109f3cf88a8c76f85c3b060a3075</id>
<content type='text'>
Fix newlines after/before ids_to_labels() (cf. patch #183).

Refactor/revise ToC writing.
Don't write `\phantomsection`, if a local ToC is skipped.

Functional test for "--use-docutils-toc" in XeTeX writer test).

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8824 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix newlines after/before ids_to_labels() (cf. patch #183).

Refactor/revise ToC writing.
Don't write `\phantomsection`, if a local ToC is skipped.

Functional test for "--use-docutils-toc" in XeTeX writer test).

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8824 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>LaTeX writer: Simpler LaTeX code.</title>
<updated>2021-08-10T14:14:24+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-08-10T14:14:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=c859602a97d3bf4ee414c29cf29467c00b0d2170'/>
<id>c859602a97d3bf4ee414c29cf29467c00b0d2170</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8807 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8807 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
