@@ -419,18 +419,46 @@ The documentation requires LaTeX and Graphviz. These are not
419
419
Python packages and must be installed separately.
420
420
421
421
* `Graphviz <http://www.graphviz.org/download >`_
422
- * a minimal working LaTeX distribution, e.g. `TeX Live <https://www.tug.org/texlive/ >`_ or
422
+ * LaTeX distribution, e.g. `TeX Live <https://www.tug.org/texlive/ >`_ or
423
423
`MikTeX <https://miktex.org/ >`_
424
424
425
- The following LaTeX packages:
425
+
426
+ When using tex-live, the following collections must be installed. If you cannot install
427
+ the collections, for example when using a different distribution, then you must ensure
428
+ that the following packages from each collection are installed:
429
+
430
+ * collection-basic
431
+ * `cm <https://ctan.org/pkg/cm >`_
432
+ * luahbtex
433
+ * collection-fontsrecommended
434
+ * `cm-super <https://ctan.org/pkg/cm-super >`_
435
+ * `lm <https://ctan.org/pkg/lm >`_
436
+ * `txfonts <https://ctan.org/pkg/txfonts >`_
437
+ * collection-latex
438
+ * `latex <https://ctan.org/pkg/latex >`_
439
+ * latex-bin
440
+ * `psnfss <https://ctan.org/pkg/psnfss >`_
441
+ * collection-latexextra
442
+ * `import <https://ctan.org/pkg/import >`_
443
+ * `sfmath <https://ctan.org/pkg/sfmath >`_
444
+ * `type1cm <https://ctan.org/pkg/type1cm >`_
445
+ * collection-latexrecommended
446
+ * `fontspec <https://ctan.org/pkg/fontspec >`_
447
+ * `lwarp <https://ctan.org/pkg/lwarp >`_
448
+ * `underscore <https://ctan.org/pkg/underscore >`_
449
+ * collection-xetex
450
+ * `xetex <https://ctan.org/pkg/xetex >`_
451
+ * xetex-bin
452
+
453
+ Note you may need to install some packages in collection-basic that are not listed here.
454
+ The complete version of many LaTex distribution installers, e.g. "texlive-full" or
455
+ "texlive-all", will often automatically include these collections.
456
+
457
+ The following packages must also installed:
426
458
427
459
* `dvipng <https://ctan.org/pkg/dvipng >`_
428
- * `underscore <https://ctan.org/pkg/underscore >`_
429
- * `cm-super <https://ctan.org/pkg/cm-super >`_
430
- * ``collection-fontsrecommended ``
460
+ * `pgf <https://ctan.org/pkg/pgf >`_ (if using the pgf backend)
431
461
432
- The complete version of many LaTex distribution installers, e.g.
433
- "texlive-full" or "texlive-all", will often automatically include t
4C42
hese packages.
434
462
435
463
Optional
436
464
^^^^^^^^
0 commit comments