Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Description
Documentation Link
https://matplotlib.org/devdocs/devel/dependencies.html#development-dependencies
Problem
When trying to set up my machine for testing the docs, I came across thishere.
a minimal working LaTeX distribution
There are many ways to install LaTeX (MacTex, BasicTeX, etc.). I triedpip install latex
and it was not sufficient for doc'smake html
.
Suggested improvement
It would be helpful for new devs to document what a minimal working LaTeX distribution means, or at least link an article on this.