Open upsj opened 2 weeks ago
Hmm interesting. I will have a look.
I also encountered this problem, but I didn't get an error.
In my case there just were no pauses in the most cases on slides between bullet points, but when I called functions as e.g. #v
or used math blocks, the pauses worked.
Even with this fix, pause
does still not work.
On the current main branch, pause does not hide anything.
I did a bit of bisecting, and found that these two commits broke it:
foo
#pause
bar
This example produces "foo bar" on both subslides.
I'm assuming these show rules were removed for a good reason, but I currently don't understand them. Maybe we can find a better solution? I'm keen to open a PR on this, let's discuss.
The show rules were removed because they made Polylux very slow for longer presentations. I'm currently in the process of rewriting the pause implementation. So yeah on current main, pause
does nothing.
I tried compiling the
examples/demo.typ
file with typst 0.12, but it fails due to reasons I can't understand, related to#pause
:Both of those locations are wrapped in
context
expressions, so something else must be going wrong outside.