mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #8508: LaTeX: uplatex becomes a default setting of latex_engine for Japanese
Since v2.3, Sphinx supports uplatex as an alternative of latex_engine for Japanese docs (refs: #4186, #6841). uplatex is able to build a document without conversion character encoding internally. It allows using unicode characters in documents. Additionally, uplatex is compatible with platex (current default latex_engine for Japanese docs). This changes the default latex_engine for Japanese document to uplatex.
This commit is contained in:
@@ -1903,8 +1903,8 @@ These options influence LaTeX output.
|
||||
* ``'pdflatex'`` -- PDFLaTeX (default)
|
||||
* ``'xelatex'`` -- XeLaTeX
|
||||
* ``'lualatex'`` -- LuaLaTeX
|
||||
* ``'platex'`` -- pLaTeX (default if :confval:`language` is ``'ja'``)
|
||||
* ``'uplatex'`` -- upLaTeX (experimental)
|
||||
* ``'platex'`` -- pLaTeX
|
||||
* ``'uplatex'`` -- upLaTeX (default if :confval:`language` is ``'ja'``)
|
||||
|
||||
``'pdflatex'``\ 's support for Unicode characters is limited.
|
||||
|
||||
@@ -1934,6 +1934,10 @@ These options influence LaTeX output.
|
||||
|
||||
Add ``uplatex`` support.
|
||||
|
||||
.. versionchanged:: 4.0
|
||||
|
||||
``uplatex`` becomes the default setting of Japanese documents.
|
||||
|
||||
Contrarily to :ref:`MathJaX math rendering in HTML output <math-support>`,
|
||||
LaTeX requires some extra configuration to support Unicode literals in
|
||||
:rst:dir:`math`: the only comprehensive solution (as far as we know) is to
|
||||
|
||||
Reference in New Issue
Block a user