Skip to content

Commit 5ee79b7

Browse files
authored
Merge pull request matplotlib#27282 from story645/latex-win
DOC: add collection-fontsrecommended to dependencies
2 parents 87e09e8 + 978fd77 commit 5ee79b7

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

doc/users/installing/dependencies.rst

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -399,28 +399,32 @@ External tools
399399
--------------
400400

401401
The documentation requires LaTeX and Graphviz. These are not
402-
Python packages and must be installed separately. The documentation can be
403-
built without Inkscape and optipng, but the build process will raise various
404-
warnings. If the build process warns that you are missing fonts, make sure
405-
your LaTeX distribution bundles cm-super or install it separately.
402+
Python packages and must be installed separately.
406403

407404
Required
408405
^^^^^^^^
409406

410407
* `Graphviz <http://www.graphviz.org/download>`_
411-
* a minimal working LaTeX distribution, e.g., `TeX Live <https://www.tug.org/texlive/>`_ or
408+
* a minimal working LaTeX distribution, e.g. `TeX Live <https://www.tug.org/texlive/>`_ or
412409
`MikTeX <https://miktex.org/>`_
413-
* the following LaTeX packages (if your OS bundles TeX Live, the
414-
"complete" version of the installer, e.g. "texlive-full" or "texlive-all",
415-
will often automatically include these packages):
416410

417-
* `cm-super <https://ctan.org/pkg/cm-super>`_
411+
The following LaTeX packages:
412+
418413
* `dvipng <https://ctan.org/pkg/dvipng>`_
419414
* `underscore <https://ctan.org/pkg/underscore>`_
415+
* `cm-super <https://ctan.org/pkg/cm-super>`_
416+
* ``collection-fontsrecommended``
417+
418+
The complete version of many LaTex distribution installers, e.g.
419+
"texlive-full" or "texlive-all", will often automatically include these packages.
420+
420421

421422
Optional
422423
^^^^^^^^
423424

425+
The documentation can be built without Inkscape and optipng, but the build
426+
process will raise various warnings.
427+
424428
* `Inkscape <https://inkscape.org>`_
425429
* `optipng <http://optipng.sourceforge.net>`_
426430
* the font `xkcd script <https://github.com/ipython/xkcd-font/>`_ or `Comic Neue <http://comicneue.com/>`_

0 commit comments

Comments
 (0)