Open tingerrr opened 10 months ago
Given a document like so:
#import "@preview/hydra:0.4.0": hydra #show heading.where(level: 1): it => pagebreak(weak: true) + it #set page(paper: "a7", flipped: true, width: 100pt, header: context hydra(1)) = Incorrect = Correct #hide[.]
renders the following two pages:
Where the first page incorrectly shows the next heading. This seems to be directly correlated to typst#2631.
With Typst 0.11.0 such an incorrect query also seems to cause "Layout did not converge within 5 attempts" for more complex documents.
0.11.0
Given a document like so:
renders the following two pages:
Where the first page incorrectly shows the next heading. This seems to be directly correlated to typst#2631.