You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is related to the other bugs found with #pause in 0.12, but I'm filing this issue in case this is unrelated.
In Typst 0.12, making a #pause between 2 list items can produce unwanted behaviors.For example, the following code produces 2 identical slides with "Text 1" and "Text 2". But "Text 2" shouldn't appear on the first slide.
#import "@preview/polylux:0.3.1": *
#set page(paper: "presentation-4-3")
#set text(size: 16em)
#polylux-slide[
- Text 1
#pause
- Text 2
]
First slide:
This is bug is not present in 0.11.
The text was updated successfully, but these errors were encountered:
I don't know if this is related to the other bugs found with #pause in 0.12, but I'm filing this issue in case this is unrelated.
In Typst 0.12, making a #pause between 2 list items can produce unwanted behaviors.For example, the following code produces 2 identical slides with "Text 1" and "Text 2". But "Text 2" shouldn't appear on the first slide.
First slide:
This is bug is not present in 0.11.
The text was updated successfully, but these errors were encountered: