touying-typ / touying

Touying is a powerful package for creating presentation slides in Typst.
https://touying-typ.github.io/touying/
MIT License
460 stars 10 forks source link

Empty #`pause` breaks page dimension #35

Closed Enter-tainer closed 2 months ago

Enter-tainer commented 2 months ago
#import "@preview/touying:0.4.0": *

#let s = themes.simple.register(aspect-ratio: "16-9", footer: [Simple slides])
#let s = (s.methods.enable-transparent-cover)(self: s)
#let (init, slides) = utils.methods(s)
#show: init

#let (slide, empty-slide, title-slide, centered-slide, focus-slide) = utils.slides(s)
#show: slides

= 第一章

#pause

= 第二章

image

OrangeX4 commented 2 months ago

It's weird, and few people will need to use it that way. I'll try to see if I can fix it, and if it's difficult I probably won't fix it.

Enter-tainer commented 2 months ago

It's weird, and few people will need to use it that way. I'll try to see if I can fix it, and if it's difficult I probably won't fix it.

i understand your decision. i'm playing with touying and this appears during editing. it's harmless but looks interesting