diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-01-26 13:08:04 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-01-26 13:08:04 +0000 |
| commit | b0cc2cd27ab792d8c5ec62e16c2db715ef14aacc (patch) | |
| tree | 1a0bb4657cd66d9fe112e57be4fb0f372ff75998 /docutils/test/functional/input | |
| parent | 3ad962bfbd3f2a4aea959a966d28dd6c737288f1 (diff) | |
| download | docutils-b0cc2cd27ab792d8c5ec62e16c2db715ef14aacc.tar.gz | |
Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.
Use ``\\\\DUtitle`` for section levels not supported by LaTeX.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/urls.txt | 2 | ||||
| -rw-r--r-- | docutils/test/functional/input/standalone_rst_latex.txt | 1 | ||||
| -rw-r--r-- | docutils/test/functional/input/standalone_rst_xetex.txt | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/docutils/test/functional/input/data/urls.txt b/docutils/test/functional/input/data/urls.txt index fc3d788cb..9b17e5801 100644 --- a/docutils/test/functional/input/data/urls.txt +++ b/docutils/test/functional/input/data/urls.txt @@ -3,7 +3,7 @@ External references Long URLs should be wrapped in the PDF. This can be achieved with the \url command which is used by the LaTeX writer -wheneve the content (name) of a reference node equals the link URL. +whenever the content (name) of a reference node equals the link URL. Example: a long URL that should wrap in the output diff --git a/docutils/test/functional/input/standalone_rst_latex.txt b/docutils/test/functional/input/standalone_rst_latex.txt index 7078faec2..f5f229da6 100644 --- a/docutils/test/functional/input/standalone_rst_latex.txt +++ b/docutils/test/functional/input/standalone_rst_latex.txt @@ -20,6 +20,7 @@ not need to be tested with other writers (e.g. the HTML writer). .. include:: data/latex_encoding.txt .. include:: data/hyperlinking.txt .. include:: data/urls.txt +.. include:: data/section_titles.txt .. unusual combinations (from newlatex, for interactive testing) .. include:: data/latex.txt diff --git a/docutils/test/functional/input/standalone_rst_xetex.txt b/docutils/test/functional/input/standalone_rst_xetex.txt index 3ce341b3d..c2c796f30 100644 --- a/docutils/test/functional/input/standalone_rst_xetex.txt +++ b/docutils/test/functional/input/standalone_rst_xetex.txt @@ -18,6 +18,7 @@ not need to be tested with other writers (e.g. the HTML writer). .. include:: data/latex_encoding.txt .. include:: data/hyperlinking.txt .. include:: data/urls.txt +.. include:: data/section_titles.txt Tests for the XeTeX writer ========================== @@ -32,8 +33,7 @@ Võro, ייִדיש , Žemaitėška. Currently, there is extended support for 28 languages in the polyglossia_ package. -.. _polyglossia: - http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=polyglossia +.. _polyglossia: http://ctan.org/pkg/polyglossia .. System Messages: .. include:: data/errors.txt |
