-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Deprecate text.latex.unicode. #11255
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
5e5d7eb
to
9112b02
Compare
@@ -111,8 +111,8 @@ text.usetex : False # use latex for all text handling. The following fo | |||
# If another font is desired which can loaded using the | |||
# LaTeX \usepackage command, please inquire at the | |||
# matplotlib mailing list | |||
text.latex.unicode : False # use "ucs" and "inputenc" LaTeX packages for handling | |||
# unicode strings. | |||
# text.latex.unicode : False # use "ucs" and "inputenc" LaTeX packages for handling |
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.
Why is this commented out? Either we leave the setting for the classic style to False (maybe we should?), or we explicitly set it to True.
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.
I decided to just delete them (given that the ultimate goal is to just get rid of the rcs, and that this should not change the result of any plot, just make more plots usetex-compilable).
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.)
9112b02
to
e9a8120
Compare
Would someone revert this ASAP, please? Or fix the problem it is causing, which is flooding the test output with deprecation warnings? |
It is 2018 and Python3 is ruling the world; it is high time for usetex
to default to unicode support as well.
See https://tex.stackexchange.com/questions/13067/utf8x-vs-utf8-inputenc
https://groups.google.com/forum/?fromgroups=#!msg/comp.text.tex/4LC-xODb-LU/1Bd5UZOMNM4J
regarding why
\usepackage[utf8]{inputenc}
is better.(If
\usepackage[utf8]{inputenc}
is irremediably breaking some users'setups we can always revisit this decision.)
PR Summary
PR Checklist