mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove docs of `-M latexpdfja` sphinx-build option
Indeed, if latex_engine is not appropriately set, the ``make latexpdf`` then fails because the Makefile in latex build repertory is the one for pdflatex, not platex+dvipdfmx. Besides, if language is 'ja', then latexpdf automatically uses the platex latex_engine, hence the platex/dvipdfmx pipeline, and latexpdfja is not needed. For now, only removing documentation.
This commit is contained in:
@@ -103,12 +103,6 @@ Options
|
||||
If :confval:`language` is set to ``'ja'``, build LaTeX files and run them
|
||||
through :program:`platex/dvipdfmx`, rather.
|
||||
|
||||
**latexpdfja**
|
||||
Build LaTeX files and run them through :program:`platex/dvipdfmx`.
|
||||
As :progname:`platex` is a TeX-engine designed for use with Japanese
|
||||
LaTeX document classes, this is a priori not recommended (nor needed, see
|
||||
previous item.)
|
||||
|
||||
**info**
|
||||
Build Texinfo files and run them through :program:`makeinfo`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user