Merge pull request #2774 from tk0miya/latex_engine

Add `latex_engine` to switch the LaTeX engine by conf.py
This commit is contained in:
Takeshi KOMIYA
2016-07-21 01:05:51 +09:00
committed by GitHub
10 changed files with 82 additions and 240 deletions

View File

@@ -1469,6 +1469,16 @@ Options for LaTeX output
These options influence LaTeX output. See further :doc:`latex`.
.. confval:: latex_engine
The LaTeX engine to build the docs. The setting can have the following
values:
* pdflatex -- PDFLaTeX (default)
* xelatex -- XeLaTeX
* lualatex -- LuaLaTeX
* platex -- pLaTeX (default if `language` is 'ja')
.. confval:: latex_documents
This value determines how to group the document tree into LaTeX source files.