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
Previously, the code injected into the preamble assumed that etoolbox was loaded.
If it wasn't, \undef remained undefined.
By using \@ifundefined (a standard LaTeX command), we can use \let\func\relax in place of \undef\func.
0 commit comments