-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dangling prev
fields?
#13
Comments
I must admit that I have not yet thought about the prev field. From the LuaTeX reference manual (Page 127)
|
Ah, ok. Not sure whether it would make sense to track |
I tried using the function |
Ok, they are valid – but how to use nodes that don't appear in the listings? The obviously point to something that shouldn't be considered in a given callback. Or am I missing something? |
Consider this input
which produces the following output (using #11).
I now wonder what is going on with the
prev
fields that point to elements not shown here, for exampleprev: 312
. Does element 312 no longer exist? Is thisprev
field invalid? Is this a bug because theprev
fields haven't been unset properly? I guess it makes sense for the former cases – in case this can be detected (which I really hope) – to write, say,prev: 312 (unreachable)
.The text was updated successfully, but these errors were encountered: