layout did not converge
when printing a group heading causes outline to span another page.
#82
Milestone
layout did not converge
when printing a group heading causes outline to span another page.
#82
This code prevents the layout from converging:
The reference to
@Abbr
causes the group heading to be printed and the outline to break into another page.I believe that this somehow causes the group heading to not be printed in the next iteration and the outline to fit into one page again, because the page number of the outline repeats at the second page.
I traced the code to the line
glossarium/themes/default.typ
Line 868 in 8f42432
and changing the line to
makes the error disappear. So I think that the reference counting is at fault here, but I don't know how to investigate this further.
The text was updated successfully, but these errors were encountered: