[go: up one dir, main page]

Menu

Commit [r9942]  Maximize  Restore  History

LaTeX writers update.

Deprecate `writers.latex2e.SortableDict`.

Remove `writers.latex2e.Table.get_caption` (obsolete).

Test and fix local ToC without global ToC.
Package "minitoc" needs a ``\faketableofcontents`` in this case so that a
".toc" file is generated.
Move the conditional insertion code in `depart_document()` before the
conversion of `self.requirements` from a dict to a list, so that the
test works again as intended.

milde 2024-09-29

changed /trunk/docutils/RELEASE-NOTES.rst
changed /trunk/docutils/docutils/writers/latex2e/__init__.py
changed /trunk/docutils/docutils/writers/latex2e/xelatex.tex
changed /trunk/docutils/test/functional/expected/standalone_rst_xetex.tex
changed /trunk/docutils/test/functional/expected/xetex-cyrillic.tex
changed /trunk/docutils/test/test_writers/test_latex2e.py
changed /trunk/docutils/test/test_writers/test_latex2e_misc.py