Skip to content
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

Bug with #pause and lists/enums in 0.12 #189

Open
TimotheAlbouy opened this issue Nov 3, 2024 · 1 comment
Open

Bug with #pause and lists/enums in 0.12 #189

TimotheAlbouy opened this issue Nov 3, 2024 · 1 comment

Comments

@TimotheAlbouy
Copy link

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:

image

This is bug is not present in 0.11.

@andreasKroepelin
Copy link
Owner

I'm about to remove pause in the next release. It just doesn't work without hacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants