Update latex builder docs (latexmk requirement)

This commit is contained in:
jfbu
2017-03-10 19:11:06 +01:00
parent a16b266ba8
commit 19558c9800
+13 -12
View File
@@ -178,28 +178,29 @@ The builder's "name" must be given to the **-b** command-line option of
.. note:: .. note::
The produced LaTeX file uses several LaTeX packages that may not be The produced LaTeX file uses several LaTeX packages that may not be
present in a "minimal" TeX distribution installation. For TeXLive, present in a "minimal" TeX distribution installation. For example, on
the following packages need to be installed: Ubuntu, the following packages need to be installed for successful PDF
builds:
* texlive-latex-recommended * texlive-latex-recommended
* texlive-fonts-recommended * texlive-fonts-recommended
* texlive-latex-extra * texlive-latex-extra
* latexmk (for ``make latexpdf``)
You may also need latex-xcolor, but Sphinx does not require it (and Sphinx will use ``xcolor.sty`` if present: recent Ubuntu distributions
recent distributions have ``xcolor.sty`` included in latex-recommended). have ``xcolor.sty`` included in latex-recommended, earlier ones have it
in latex-xcolor. Unicode engines will need texlive-luatex or
Unicode engines will need their respective packages texlive-luatex or
texlive-xetex. texlive-xetex.
The testing of Sphinx LaTeX is done on Ubuntu trusty with the above The testing of Sphinx LaTeX is done on Ubuntu trusty with the above
texlive packages. They are from a `TeXLive 2013 snapshot dated mentioned packages, which are from a TeXLive 2013 snapshot dated
20140215`__. February 2014.
__ http://packages.ubuntu.com/trusty/texlive-latex-recommended .. versionchanged:: 1.6
Formerly, testing had been done for some years on Ubuntu precise
.. versionchanged::
1.6 Formerly, testing was done for some years on Ubuntu precise
(based on TeXLive 2009). (based on TeXLive 2009).
.. versionchanged:: 1.6
Use of ``latexmk`` on GNU/Linux or Mac OS X.
.. autoattribute:: name .. autoattribute:: name