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.
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.