You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dependency on ucs for pgf tests using [utf8x]{inputenc}.
`ucs` is a dependency of `\usepackage[utf8x]{inputenc}`, but if it
is absent we fail later with the slightly confusing error message
"Keyboard character used is undefined in inputencoding `utf8x'" (as
can be observed by temporarily uninstalling `ucs`). Instead, make
the dependency explicit. Also, in test_rcupdate, only one of the two
iterations uses `[utf8x]{inputenc}`, so run the other iteration first
(giving it a chance to fail) and skip the test only at the second
iteration if needed.
0 commit comments