Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Try running the pgf backend off the article class.#23443
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I would say this probably needs an API note? |
Apparently the minimal class is problematic from some use cases, and itsused discouraged (https://tex.stackexchange.com/questions/42114).This does require loading hyperref using a standard usepackage, though.While we're at it, remove the early font loading, which seemsunnecessary too. (Or we should add a test or a comment that shows acase where it's needed.)
done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Let's see how it goes.
This follows frommatplotlib#23443 where pgf started using `article` instead of`minimal`, but the testing check was not updated for it.
ArchangeGabriel commentedSep 15, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Just a small question way after: has the |
Uh oh!
There was an error while loading.Please reload this page.
Apparently the minimal class is problematic from some use cases, and its
used discouraged (https://tex.stackexchange.com/questions/42114).
This does require loading hyperref using a standard usepackage, though.
While we're at it, remove the early font loading, which seems
unnecessary too. (Or we should add a test or a comment that shows a
case where it's needed.)
Closes#18271. Admittedly I don'tknow for sure that this won't break any use cases, but I don't see how to find that out without trying...
PR Summary
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).