touying-progress
Get the progress of the current slide.
utils.last-slide-number gives the total slide count and can be used directly in headers or footers.
Example:
#show: simple-theme.with(aspect-ratio: "16-9")
= Slide
#touying-progress(ratio => {
"Progress: " + str(int(ratio * 100)) + "%"
})
Returns: content