diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-12-01 21:13:54 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-12-01 21:13:54 +0000 |
| commit | 1e8983c6a1102d2587399c552aac0c8a737b35cb (patch) | |
| tree | 0f48e308e344d2b6c2db7e0ad3f713728e0507cd /docutils/docs | |
| parent | 348459d69f7c0b7cb08547e750431eb0855d29f6 (diff) | |
| download | docutils-1e8983c6a1102d2587399c552aac0c8a737b35cb.tar.gz | |
The "xetex" writer now ignores settings in the [latex2e writer] config section.
Move settings intended for both, `xetex` and `latex2e` writers
to section [latex writers].
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9293 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
| -rw-r--r-- | docutils/docs/user/config.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index f30a00c32..6cc43c1d1 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -145,6 +145,9 @@ Individual configuration sections and settings are described in the following section. +.. _configuration section: +.. _configuration sections: + ------------------------------------- Configuration File Sections & Entries ------------------------------------- @@ -1901,7 +1904,6 @@ LaTeX (pdfTeX_). It shares all settings defined in the `[latex writers]`_ .. _LaTeX2e writer: latex.html#latex2e-writer .. _pdfTeX: https://www.tug.org/applications/pdftex/ -.. _configuration section: `Configuration File Sections & Entries`_ Writer Specific Defaults @@ -1938,14 +1940,12 @@ Default: "T1". Option: ``--font-encoding``. [xetex writer] ~~~~~~~~~~~~~~ -The `XeTeX writer`_ generates a LaTeX source for compilation with `XeTeX or -LuaTeX`_. It derives from the latex2e writer, and shares all settings -defined in the `[latex writers]`_ and `[latex2e writer]`_ `configuration -sections`_. +The `XeTeX writer`_ generates a LaTeX source for compilation with `XeTeX +or LuaTeX`_. It derives from the latex2e writer, and shares all settings +defined in the `[latex writers]`_ `configuration section`_. .. _XeTeX writer: latex.html#xetex-writer .. _XeTeX or LuaTeX: https://texfaq.org/FAQ-xetex-luatex -.. _configuration sections: `Configuration File Sections & Entries`_ Writer Specific Defaults """""""""""""""""""""""" |
