Greetings, the following code

for i = 1, 10000 do
  tex.runtoks(function () end)
end

causes the following error for me:

! TeX capacity exceeded, sorry [input stack size=10000].
<inserted text>
                BAD
<inserted text> BAD

<inserted text> BAD

<inserted text> BAD

<inserted text> BAD

<inserted text> BAD

...

Is this the intended behavior, and is there a way to pop from the stack to
avoid the overflow? Thank you very much!

David
_______________________________________________
dev-luatex mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to