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 have a simple slide with a progress indication similar to https://polylux.dev/book/toolbox/progress.html, with the exception that I do #set page(header: my-progress) to add the progress to each slide.
When I create the nth slide with an animation:
#slide[
=== tst
reveal-code(lines: (1,2,3), after:gray)[``` A B C```]
]
The PDF creates the slide n for the slide with A highlighted, and the slides numbered with n+1 for the other subslides and the next slide.
The text was updated successfully, but these errors were encountered:
You can see that the numbering as well as the progress passed to slide 2 part B are wrong. One notable precondition I missed before is that there is no progress displayed on the first slide.
Uh oh!
There was an error while loading. Please reload this page.
I have a simple slide with a progress indication similar to https://polylux.dev/book/toolbox/progress.html, with the exception that I do
#set page(header: my-progress)
to add the progress to each slide.When I create the nth slide with an animation:
The PDF creates the slide
n
for the slide with A highlighted, and the slides numbered withn+1
for the other subslides and the next slide.The text was updated successfully, but these errors were encountered: