mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
update docs about LaTeX builder with required TeX install version
This commit is contained in:
parent
4aa2318185
commit
7f1b9c0e5b
@ -182,8 +182,28 @@ The builder's "name" must be given to the **-b** command-line option of
|
|||||||
the following packages need to be installed:
|
the following packages need to be installed:
|
||||||
|
|
||||||
* latex-recommended
|
* latex-recommended
|
||||||
* latex-extra
|
|
||||||
* fonts-recommended
|
* fonts-recommended
|
||||||
|
* latex-extra
|
||||||
|
|
||||||
|
Only those LaTeX packages from latex-extra are needed:
|
||||||
|
|
||||||
|
capt-of, fncychap, framed, needspace, tabulary, threeparttable,
|
||||||
|
titlesec, upquote, wrapfig, eqparbox, multirow
|
||||||
|
|
||||||
|
Unicode engines will need their respective packages luatex or xetex.
|
||||||
|
|
||||||
|
Sphinx uses by default document classes *article*, *report* and, for
|
||||||
|
Japanese language *jreport*, *jsbook*.
|
||||||
|
|
||||||
|
The testing of Sphinx LaTeX is done on Ubuntu trusty with the above
|
||||||
|
texlive packages. They are from a `TeXLive 2013 snapshot dated
|
||||||
|
20140215`__.
|
||||||
|
|
||||||
|
__ http://packages.ubuntu.com/trusty/texlive-latex-recommended
|
||||||
|
|
||||||
|
.. versionchanged::
|
||||||
|
1.6 Formerly, testing was done for some years on Ubuntu precise
|
||||||
|
(based on TeXLive 2009).
|
||||||
|
|
||||||
.. autoattribute:: name
|
.. autoattribute:: name
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user