diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-05-18 21:33:28 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-05-18 21:33:28 +0000 |
| commit | de9ecbf62c315da013f46f8b1d1f7c476ddd1e72 (patch) | |
| tree | 7c9e10ac3467d6bcd19f3abb8db64aef67f6c30f /docutils/docs/user | |
| parent | 38982da785192cc8e8eb2b8855a3592f2e951d6c (diff) | |
| download | docutils-de9ecbf62c315da013f46f8b1d1f7c476ddd1e72.tar.gz | |
Default of "legacy_class_functions" setting changed to "False".
- The setting `legacy_class_functions`_ now defaults to "False".
- latex2e/docutils.sty: Fix excessive padding above sidebar titles.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8728 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
| -rw-r--r-- | docutils/docs/user/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index b8ad9992f..522b75dfa 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -1581,7 +1581,7 @@ comma-separated list of class values as optional argument. If `False`, class values are handled with wrappers and admonitions use the ``DUadmonition`` environment. See `Generating LaTeX with Docutils`__ for details. -Default: True (this will change to False in version 0.18). +Default: False. Options: ``--legacy-class-functions``, ``--new-class-functions``. New in Docutils 0.17. |
