2 Jun 2009 16:31
r5967 - in trunk/docutils: HISTORY.txt docs/dev/todo.txt docs/user/docutils-05-compat.sty.txt docutils/writers/latex2e/__init__.py docutils/writers/latex2e/docutils-05-compat.sty test/functional/expected/standalone_rst_latex.tex
<milde <at> users.berlios.de>
2009-06-02 14:31:41 GMT
2009-06-02 14:31:41 GMT
Author: milde
Date: 2009-06-02 16:31:39 +0200 (Tue, 02 Jun 2009)
New Revision: 5967
Modified:
trunk/docutils/HISTORY.txt
trunk/docutils/docs/dev/todo.txt
trunk/docutils/docs/user/docutils-05-compat.sty.txt
trunk/docutils/docutils/writers/latex2e/__init__.py
trunk/docutils/docutils/writers/latex2e/docutils-05-compat.sty
trunk/docutils/test/functional/expected/standalone_rst_latex.tex
Log:
latex writer bugfix: Newlines around targets and references
prevent run-together paragraphs.
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2009-05-29 20:56:50 UTC (rev 5966)
+++ trunk/docutils/HISTORY.txt 2009-06-02 14:31:39 UTC (rev 5967)
<at> <at> -38,7 +38,9 <at> <at>
* reStructuredText:
- - Allow length units for all length specifications.
+ - Documented Unicode characters allowed as inline markup openers,
+ closers, and delimiters.
+ - Allow units for all length specifications.
- Allow percent sign in "scale" argument of "figure" and "image" directives.
- Bugfix: The "figalign" argument of a figure now works as intended
(aligning the figure, not its contents).
(Continue reading)
RSS Feed