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 1ab1a65

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

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>`_
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
428+
429+
If not using texlive, install the equivalent version provided by your distribution. The
430+
complete version of many LaTex distribution installers, e.g. "texlive-full" or
431+
"texlive-all", will often automatically include these collections. Many of the packages
432+
listed below are included in the collections, but you may need to manually install:
433+
434+
* `cm <https://ctan.org/pkg/cm>`_
423435
* `cm-super <https://ctan.org/pkg/cm-super>`_
424-
* ``collection-fontsrecommended``
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>`_
425447

426-
The complete version of many LaTex distribution installers, e.g.
427-
"texlive-full" or "texlive-all", will often automatically include these packages.
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.