-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Deprecate text.latex.unicode. #11381
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
Conversation
Travis says:
Can we get rid of that warning? |
a76eaba
to
d3ab158
Compare
fixed |
d3ab158
to
0e611f9
Compare
rebased |
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.
Conditional on a rebase and confirmation that we expect all reasonable latex installations to have the inputenc package installed.
It's in debian's https://packages.debian.org/stretch/texlive-latex-base and arch's https://www.archlinux.org/packages/extra/any/texlive-core/; seems good enough? |
It is 2018 and Python3 is ruling the world; it is high time for usetex to default to unicode support as well. (If ``\usepackage[utf8]{inputenc}`` is irremediably breaking some users' setup we can always revisit this decision.)
rebased |
0e611f9
to
0805c57
Compare
lib/matplotlib/__init__.py
Outdated
@@ -820,8 +820,10 @@ def gen_candidates(): | |||
'axes.hold': ('2.1',), | |||
'backend.qt4': ('2.2',), | |||
'backend.qt5': ('2.2',), | |||
'text.latex.unicde': ('3.0',), |
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.
unicode
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.
indeed, fixed
0805c57
to
70f16f3
Compare
70f16f3
to
9a147a4
Compare
Redo of #11255 (which was reverted in #11345) as the reason for the revert (the test suite being spammed by warnings) went away now that #11292 has been merged.
PR Summary
PR Checklist