Use `frozen-counters` to prevent counter jumps in animations
mainWhen using packages that maintain internal counters (like Theorion's theorem-counter), Touying's subslide rendering can cause these counters to increment on every subslide, leading to incorrect numbering.
To fix this, use config-common(frozen-counters: (...)) to tell Touying to capture the counter value at the start of a slide and restore it for every subslide. This ensures theorem or figure numbers remain consistent across animation steps.