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/data | |
| 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/data')
| -rw-r--r-- | docutils/test/functional/input/data/urls.txt | 2 |
1 files changed, 1 insertions, 1 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 |
