We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: