@@ -413,18 +413,38 @@ The documentation requires LaTeX and Graphviz. These are not
413
413
Python packages and must be installed separately.
414
414
415
415
* `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
417
417
`MikTeX <https://miktex.org/ >`_
418
418
419
- The following LaTeX packages:
420
419
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 >`_
423
435
* `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 >`_
425
447
426
- The complete version of many LaTex distribution installers, e.g.
427
- "texlive-full" or "texlive-all", will often automatically include these packages.
428
448
429
449
Optional
430
450
^^^^^^^^
0 commit comments