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
error on that document (using make all) while testing #13. It seems to happen sometime within the fourth compilation of that file, so the first one with \def vorkursRecurse enabled.
As far as I can tell, that prelude is also the issue, because \def vorkursRecurse will consume the next token, whatever that is, and use that as the definition content. Changing that to \def vorkursRecurse {} seems to do the trick.
The text was updated successfully, but these errors were encountered:
I'm currently getting a
error on that document (using
make all
) while testing #13. It seems to happen sometime within the fourth compilation of that file, so the first one with\def vorkursRecurse
enabled.As far as I can tell, that prelude is also the issue, because
\def vorkursRecurse
will consume the next token, whatever that is, and use that as the definition content. Changing that to\def vorkursRecurse {}
seems to do the trick.The text was updated successfully, but these errors were encountered: