-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix uncover bug with list items in 0.12 #186
Comments
Oh here we go again... I think this problem appeared in the early days of Polylux already. Might be worth to investigate whether it's an regression within Typst. |
No wait I think it's always been like that? If you |
Can you try out - abc
#hide[- def] ? |
This also produces the bug of my first message (I'm on 0.12). |
But does it behave the same on earlier Typst versions? |
You're right, |
Workaround: #show hide: it => {
set list(marker: none)
set enum(numbering: n => [])
it
} I'm interested in integrating this fix into polylux. |
Clever idea! Let's use that.
That sounds like a good place to put it.
Yeah for Polylux it's the same with templates (Touying started as a fork of Polylux) that they each have a "global" show rule. But I envision Polylux to work more like a library than as a framework so core functionality should work without such show rules. |
Alright, I'll open a PR for this. Thanks for the insight! |
Hello,
In typst 0.12, when we uncover a list item, its bullet already appears in the previous slides.
Example:
First slide:
The text was updated successfully, but these errors were encountered: