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:
jfbu
2017-12-14 12:47:11 +01:00
parent e782ee6b63
commit a1b04e05d7

View File

@@ -103,12 +103,6 @@ Options
If :confval:`language` is set to ``'ja'``, build LaTeX files and run them If :confval:`language` is set to ``'ja'``, build LaTeX files and run them
through :program:`platex/dvipdfmx`, rather. 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** **info**
Build Texinfo files and run them through :program:`makeinfo`. Build Texinfo files and run them through :program:`makeinfo`.