diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-09-24 22:08:15 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-09-24 22:08:15 +0000 |
| commit | 8e80812842685daaf241b7205ecf6581ccb60d1f (patch) | |
| tree | 35d9a1278e63bc76402741044a4b52a04161116b /docutils/test/functional/input/data | |
| parent | 14a20b7b59848e57136abcb6198dfe23061e9130 (diff) | |
| download | docutils-8e80812842685daaf241b7205ecf6581ccb60d1f.tar.gz | |
xetex writer documentation and new default font.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6432 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/custom_roles_latex.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docutils/test/functional/input/data/custom_roles_latex.txt b/docutils/test/functional/input/data/custom_roles_latex.txt index b1b69d25b..88c0a370c 100644 --- a/docutils/test/functional/input/data/custom_roles_latex.txt +++ b/docutils/test/functional/input/data/custom_roles_latex.txt @@ -1,9 +1,10 @@ Custom Roles in LaTeX --------------------- -* Role names and class arguments are converted to conform to the regular - expression ``[a-z][-a-z0-9]*`` (all non-conforming characters are replaced - by a hyphen, all letters are downcased). +* Role names and class arguments are converted to conform to the + regular expression ``[a-z][-a-z0-9]*`` (letters are downcased, + accents and similar decoration is stripped, non-conforming + characters are replaced by a hyphen). Class arguments may contain numbers and hyphens, which need special treatment in LaTeX command names. |
