8000 added latex requirements from fedora spec · matplotlib/matplotlib@d147e66 · GitHub
[go: up one dir, main page]

Skip to content

Commit d147e66

Browse files
committed
added latex requirements from fedora spec
1 parent 3edda65 commit d147e66

File tree

1 file changed

+34
-7
lines changed

1 file changed

+34
-7
lines changed

doc/install/dependencies.rst

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -413,18 +413,45 @@ The documentation requires LaTeX and Graphviz. These are not
413413
Python packages and must be installed separately.
414414

415415
* `Graphviz <http://www.graphviz.org/download>`_
416-
* a minimal working LaTeX distribution, e.g. `TeX Live <https://www.tug.org/texlive/>`_ or
416+
* LaTeX distribution, e.g. `TeX Live <https://www.tug.org/texlive/>`_ or
417417
`MikTeX <https://miktex.org/>`_
418418

419-
The following LaTeX packages:
419+
420+
When using tex-live, the following collections must be installed. If you cannot install
421+
the collections, then you must ensure that the following packages from each collection
422+
are installed:
423+
424+
* collection-basic
425+
* `cm <https://ctan.org/pkg/cm>`_
426+
* luahbtex
427+
* collection-fontsrecommended
428+
* `cm-super <https://ctan.org/pkg/cm-super>`_
429+
* `lm <https://ctan.org/pkg/lm>`_
430+
* `txfonts <https://ctan.org/pkg/txfonts>`_
431+
* collection-latex
432+
* `latex <https://ctan.org/pkg/latex>`_
433+
* latex-bin
434+
* `psnfss <https://ctan.org/pkg/psnfss>`_
435+
* collection-latexextra
436+
* `import <https://ctan.org/pkg/import>`_
437+
* `sfmath <https://ctan.org/pkg/sfmath>`_
438+
* `type1cm <https://ctan.org/pkg/type1cm>`_
439+
* collection-latexrecommended
440+
* `fontspec <https://ctan.org/pkg/fontspec>`_
441+
* `lwarp <https://ctan.org/pkg/lwarp>`_
442+
* collection-xetex
443+
* `xetex <https://ctan.org/pkg/xetex>`_
444+
* xetex-bin
445+
446+
Note you may need to install some packages in collection-basic that are not listed here.
447+
The complete version of many LaTex distribution installers, e.g. "texlive-full" or
448+
"texlive-all", will often automatically include these collections.
449+
450+
The following packages must also installed:
420451

421452
* `dvipng <https://ctan.org/pkg/dvipng>`_
422-
* `underscore <https://ctan.org/pkg/underscore>`_
423-
* `cm-super <https://ctan.org/pkg/cm-super>`_
424-
* ``collection-fontsrecommended``
453+
* `pgf <https://ctan.org/pkg/pgf>`_ (if using the pgf backend)
425454

426-
The complete version of many LaTex distribution installers, e.g.
427-
"texlive-full" or "texlive-all", will often automatically include these packages.
428455

429456
Optional
430457
^^^^^^^^

0 commit comments

Comments
 (0)
0