|
From: <mi...@us...> - 2020-08-30 13:07:59
|
Revision: 8549
http://sourceforge.net/p/docutils/code/8549
Author: milde
Date: 2020-08-30 13:07:56 +0000 (Sun, 30 Aug 2020)
Log Message:
-----------
Small documentation update.
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/RELEASE-NOTES.txt
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2020-08-29 11:57:34 UTC (rev 8548)
+++ trunk/docutils/HISTORY.txt 2020-08-30 13:07:56 UTC (rev 8549)
@@ -72,15 +72,27 @@
- Use LaTeX environments for admonitions and "class wrappers" for styling
admonitions and titles if the new configuration setting
`legacy_class_functions`_ is False.
+
+ .. _legacy_class_functions: docs/user/config.html#legacy-class-functions
+
- Remove backwards compatibility code for the deprecated
`styling command`__ prefix ``\docutilsrole``.
- __ docs/user/latex.html#classes
+ __ docs/user/latex.html#custom-interpreted-text-roles
- Support the `memoir` LaTeX document class.
Fixes #390, #391, and #392.
+
+ - The special value "auto" for the `graphicx_option`_ setting
+ is no longer supported (it never worked for xetex/luatex).
+ .. _graphicx_option: docs/user/config.html#graphicx-option
+
+ - Most helper commands and element definitions are now defined in the
+ LaTeX package `docutils.sty` and no longer inserted in the document
+ preamble if the `stylesheet` setting lists "docutils".
+
* docutils/writers/manpage.py
- Fix #394 fix missing new line after rubric.
@@ -93,7 +105,6 @@
- Run python3 test like python2 against source not the build/-directory
.. _pip: https://pypi.org/project/pip/
-.. _legacy_class_functions: docs/user/config.html#legacy-class-functions
Release 0.16
Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt 2020-08-29 11:57:34 UTC (rev 8548)
+++ trunk/docutils/RELEASE-NOTES.txt 2020-08-30 13:07:56 UTC (rev 8549)
@@ -28,7 +28,7 @@
* HTML5 writer:
Do not use <h1> for section headings when it is used for the document
title. https://www.w3.org/wiki/HTML/Usage/Headings/h1only
-
+
Use <blockquote> instead of <div> tags for topics and admonitions.
* ``Node.traverse()`` will return an iterator instead of a list.
@@ -36,9 +36,9 @@
* Remove ``utils.unique_combinations``
(obsoleted by ``itertools.combinations``).
-* Eventually remove the "rawsource" attribute and argument from nodes.Text: we
- store the null-escaped text in Text nodes since 0.16 so there is no additional
- information in the rawsource.
+* Eventually remove the "rawsource" attribute and argument from nodes.Text:
+ we store the null-escaped text in Text nodes since 0.16 so there is no
+ additional information in the rawsource.
* If the id_prefix_ setting is non-empty, leading number and hyphen characters
will not be stripped from a `reference name`_ during `identifier
@@ -91,19 +91,29 @@
Move non-essential styling from ``minimal.css`` to ``plain.css``.
Support numbered figures in ``plain.css``.
-
* LaTeX writer:
- New configuration setting `legacy_class_functions`_.
+ - The special value "auto" for the `graphicx_option`_ setting
+ is no longer supported (it never worked for xetex/luatex).
+
- `Styling commands`__ using the legacy ``\docutilsrole`` prefix are
now ignored. Use ``\DUrole``.
__ docs/user/latex.html#classes
+ - Most helper commands and element definitions are now defined in the
+ LaTeX package `docutils.sty` and no longer inserted in the document
+ preamble if the stylesheet__ setting lists "docutils".
+
+ __ docs/user/config.html#stylesheet-latex-writers
+
.. _setuptools: https://pypi.org/project/setuptools/
.. _pip: https://pypi.org/project/pip/
.. _legacy_class_functions: docs/user/config.html#legacy-class-functions
+.. _graphicx_option: docs/user/config.html#graphicx-option
+.. docutils.sty: https://ctan.org/pkg/docutils (coming soon)
Release 0.16 (2020-01-12)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|