Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd182db

Browse filesBrowse files
committed
added latex requirements from fedora spec
1 parent 3edda65 commit bd182db
Copy full SHA for bd182db

File tree

1 file changed

+27
-7
lines changed
Filter options

1 file changed

+27
-7
lines changed

‎doc/install/dependencies.rst

Copy file name to clipboardExpand all lines: doc/install/dependencies.rst
+27-7Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -413,18 +413,38 @@ 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:
420419

421-
* `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``
420+
When using tex-live, the following collections must be installed:
421+
422+
* collection-basic
423+
* collection-fontsrecommended
424+
* collection-latex
425+
* collection-latex-bin
426+
* collection-latexextra
427+
* collection-latexrecommended
425428

426429
The complete version of many LaTex distribution installers, e.g.
427-
"texlive-full" or "texlive-all", will often automatically include these packages.
430+
"texlive-full" or "texlive-all", will often automatically include these collections.
431+
Many of the packages listed below are included in the collections listed above, but you
432+
may also need to manually install the following:
433+
434+
* `cm <https://ctan.org/pkg/cm>`_
435+
* `cm-super <https://ctan.org/pkg/cm-super>`_
436+
* `dvipng <https://ctan.org/pkg/dvipng>`_
437+
* `fontspec <https://ctan.org/pkg/fontspec>`_
438+
* `import <https://ctan.org/pkg/import>`_
439+
* `latex <https://ctan.org/pkg/latex>`_
440+
* `lm <https://ctan.org/pkg/lm>`_
441+
* `lwarp <https://ctan.org/pkg/lwarp>`_
442+
* `pgf <https://ctan.org/pkg/pgf>`_
443+
* `psnfss <https://ctan.org/pkg/psnfss>`_
444+
* `sfmath <https://ctan.org/pkg/sfmath>`_
445+
* `type1cm <https://ctan.org/pkg/type1cm>`_
446+
* `txfonts <https://ctan.org/pkg/txfonts>`_
447+
428448

429449
Optional
430450
^^^^^^^^

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.