-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Fix pgf tests with TeXLive 2022 #25068
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
Perhaps change create_figure to no longer include a |
That's also a possibility; I wasn't sure if we used that specific text/package for any good testing reason. |
`|| true` was added, because, although the testsuite passed, xvfb-run errored out: ===== 9082 passed, 163 skipped, 17 xfailed, 7 xpassed in 89.15s (0:01:29) ====== /usr/bin/xvfb-run: line 186: kill: (4477) - No such process git-svn-id: file:///srv/repos/svn-community/svn@1444800 9fca08f4-af9d-4005-b8df-a31f2cc04f65
`|| true` was added, because, although the testsuite passed, xvfb-run errored out: ===== 9082 passed, 163 skipped, 17 xfailed, 7 xpassed in 89.15s (0:01:29) ====== /usr/bin/xvfb-run: line 186: kill: (4477) - No such process git-svn-id: file:///srv/repos/svn-community/svn@1444800 9fca08f4-af9d-4005-b8df-a31f2cc04f65
It appears that replacing with Unicode Greek alpha does not work directly, as that glyph does not seem to be available in all the cases that the tests run. Looking at the text again, it's actually 'MICRO SIGN' (U+00B5), not the Greek letter mu. Trying the latter actually ends up with an empty glyph as well. So this is specifically a character from the Latin-1 Supplement block, which ü and ° already cover. We could change it to 'PLUS-MINUS SIGN' (which would probably not italicize) or perhaps remove entirely. |
Apparently, the `Micro Sign` glyph in text is now upright and not italic. Replace it with `Section Sign`, which is in the same Unicode block, but does not change styles.
I've changed it to |
…068-on-v3.7.x Backport PR #25068 on branch v3.7.x (Fix pgf tests with TeXLive 2022)
PR Summary
Apparently, the
Micro Sign
glyph in text is now upright and not italic, as\mu
is in math mode.Unfortunately, I don't think CI is new enough to trigger this, so this PR is really just bookkeeping to have something to remember when that changes.PR Checklist
Documentation and Tests
pytest
passes)Release Notes
.. versionadded::
directive in the docstring and documented indoc/users/next_whats_new/
.. versionchanged::
directive in the docstring and documented indoc/api/next_api_changes/
next_whats_new/README.rst
ornext_api_changes/README.rst