8000 DOC: add collection-fontsrecommended to dependencies by story645 · Pull Request #27282 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

DOC: add collection-fontsrecommended to dependencies #27282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
22 changes: 13 additions & 9 deletions doc/users/installing/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,28 +397,32 @@ External tools
--------------

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

Required
^^^^^^^^

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

* `cm-super <https://ctan.org/pkg/cm-super>`_
The following LaTeX packages:

* `dvipng <https://ctan.org/pkg/dvipng>`_
* `underscore <https://ctan.org/pkg/underscore>`_
* `cm-super <https://ctan.org/pkg/cm-super>`_
* ``collection-fontsrecommended``

The complete version of many LaTex distribution installers, e.g.
"texlive-full" or "texlive-all", will often automatically include these packages.


Optional
^^^^^^^^

The documentation can be built without Inkscape and optipng, but the build
process will raise various warnings.

* `Inkscape <https://inkscape.org>`_
* `optipng <http://optipng.sourceforge.net>`_
* the font `xkcd script <https://github.com/ipython/xkcd-font/>`_ or `Comic Neue <http://comicneue.com/>`_
Expand Down
0