@@ -419,18 +419,48 @@ The documentation requires LaTeX and Graphviz. These are not
419419Python packages and must be installed separately.
420420
421421* `Graphviz <http://www.graphviz.org/download >`_
422- * a minimal working LaTeX distribution, e.g. `TeX Live <https://www.tug.org/texlive/ >`_ or
422+ * a LaTeX distribution, e.g. `TeX Live <https://www.tug.org/texlive/ >`_ or
423423 `MikTeX <https://miktex.org/ >`_
424424
425- The following LaTeX packages:
425+
426+ The following collections must be installed. When using a distribution that does not
427+ support collections, the packages listed for each collection must be installed. You may
428+ need to install some packages that are not listed here. The complete version of many
429+ LaTeX distribution installers, e.g. "texlive-full" or "texlive-all",
430+ will often automatically include these collections.
431+
432+ +-----------------------------+--------------------------------------------------+
433+ | collection | packages |
434+ +=============================+==================================================+
435+ | collection-basic | `cm <https://ctan.org/pkg/cm >`_, |
436+ | | luahbtex |
437+ +-----------------------------+--------------------------------------------------+
438+ | collection-fontsrecommended | `cm-super <https://ctan.org/pkg/cm-super >`_, |
439+ | | `lm <https://ctan.org/pkg/lm >`_, |
440+ | | `txfonts <https://ctan.org/pkg/txfonts >`_ |
441+ +-----------------------------+--------------------------------------------------+
442+ | collection-latex | `geometry <https://ctan.org/pkg/geometry >`_, |
443+ | | `hyperref <https://ctan.org/pkg/hyperref >`_, |
444+ | | `latex <https://ctan.org/pkg/latex >`_, |
445+ | | latex-bin, |
446+ | | `psnfss <https://ctan.org/pkg/psnfss >`_ |
447+ +-----------------------------+--------------------------------------------------+
448+ | collection-latexextra | `import <https://ctan.org/pkg/import >`_, |
449+ | | `sfmath <https://ctan.org/pkg/sfmath >`_, |
450+ | | `type1cm <https://ctan.org/pkg/type1cm >`_ |
451+ +-----------------------------+--------------------------------------------------+
452+ | collection-latexrecommended | `fontspec <https://ctan.org/pkg/fontspec >`_, |
453+ | | `underscore <https://ctan.org/pkg/underscore >`_, |
454+ +-----------------------------+--------------------------------------------------+
455+ | collection-xetex | `xetex <https://ctan.org/pkg/xetex >`_, |
456+ | | xetex-bin |
457+ +-----------------------------+--------------------------------------------------+
458+
459+ The following packages must also installed:
426460
427461* `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 ``
462+ * `pgf <https://ctan.org/pkg/pgf >`_ (if using the pgf backend)
431463
432- The complete version of many LaTex distribution installers, e.g.
433- "texlive-full" or "texlive-all", will often automatically include these packages.
434464
435465Optional
436466^^^^^^^^
0 commit comments