touying
touying copied to clipboard
Equation numbering increases with `#pause` on each subslide
When subslide is used (with #pause
, #only
, etc.), numbering of equation keeps increasing on each subslide, where they should remain the same number.
Code snippet for testing.
#set math.equation(numbering: "(1)")
#slide[
- Item 1
#pause
- Item 2
#pause
- Item 3
$ alpha + beta = f(x) $
]