-
-
Notifications
You must be signed in to change notification settings - Fork 14
compiler warning after typst.app released to 0.7.0 #38
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
Comments
That is unfortunately a limitation of the current tablex implementation which can manifest itself depending on your table. This should be improved, if not fixed, on the planned overhaul for version 0.1.0. Thanks for reporting! |
By the way, feel free to share examples of tables which cause this warning to occur for further investigation. |
This one triggers it, but if you remove one line (or the two header command lines) it doesn't. #import "@preview/tablex:0.0.4": *
#align(center)[
#tablex(
columns: (2),
repeat-header: true,
header-rows: 1,
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
[Test], [test],
)
] |
Thank you for the examples, everyone. I think this might be related to how headers work right now (they will be reworked in v0.1.0). Not 100% sure if that's the cause, though. For future readers: feel free to add more examples as replies to this thread! |
This triggers it:
It doesn't happen if |
Found another example which causes it. In this case, as soon as the table spans 3 pages, the warning pops up:
Not sure why it would happen at 3 and not 5 but anyways. |
This specific case seems to have been fixed with my latest commits in main for the soon-to-be-released v0.0.5 👍 |
Still triggers on 0.0.5 |
Still triggered in 0.0.5 |
Thanks for checking. I haven't addressed the issue with repeatable headers yet - this will come in v0.1.0. |
<
8000
/tr>
[layout did not converge within 5 attempts hint: check if any states or queries are updating themselvesline 1]
The text was updated successfully, but these errors were encountered: