Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.
commit536601af4ad4c57004075ef99c6bf31d85425719
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 26 Jan 2012 13:08:04 +0000 (26 13:08 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 26 Jan 2012 13:08:04 +0000 (26 13:08 +0000)
tree0981618d0e0d090f20bbdd0b4aaf0da399c214f1
parenta39eedb34754fbed02d6966739ccefcb165a3abe
Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.

Use ``\\\\DUtitle`` for section levels not supported by LaTeX.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@7325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
HISTORY.txt
docutils/writers/latex2e/__init__.py
test/functional/expected/cyrillic.tex
test/functional/expected/standalone_rst_latex.tex
test/functional/expected/standalone_rst_xetex.tex
test/functional/expected/xetex-cyrillic.tex
test/functional/input/data/urls.txt
test/functional/input/standalone_rst_latex.txt
test/functional/input/standalone_rst_xetex.txt
test/test_writers/test_latex2e.py