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
No new functionality, but various internal rewrites to improve compatibility with older systems, such as the current one used on arXiv. In addition to the modified implementations, some documentation was added on how to use pseudo on older systems.
The initial definition of the \kwfont command is normally \fontseries{b}\selectfont, though this won't work if the font you're using doesn't have non-extended bold, such as if you're using beamer with the default font theme. This version adds a check that redefines \kwfont to \bfseries in such cases (provided, because of the implementation, that \fontseries{b}\selectfont has not been used earlier in the document, suppressing further font warnings).