touying-typ / touying

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

Regression: footnotes doesn't appear since 0.3.0 #26

Closed sefidel closed 6 months ago

sefidel commented 6 months ago

Footnotes on the simple theme example doesn't render since v0.3.0.

v0.3.0

v0 3 0-slide

v0.2.1

v0 2 1-slide

Minimal reproducible example ```typ // #import "@preview/touying:0.2.1": * #import "@preview/touying:0.3.0": * #let s = themes.simple.register(s, aspect-ratio: "16-9", footer: [Simple slides]) #let s = (s.methods.enable-transparent-cover)(self: s) #let (init, slide, slides, title-slide, centered-slide, focus-slide) = utils.methods(s) #show: init #title-slide[ = Keep it simple! #v(2em) Alpha #footnote[Uni Augsburg] #h(1em) Bravo #footnote[Uni Bayreuth] #h(1em) Charlie #footnote[Uni Chemnitz] #h(1em) July 23 ] #slide[ == First slide #lorem(20) ] #focus-slide[ _Focus!_ This is very important. ] #centered-slide(section: [Let's start a new section!]) #slide[ == Dynamic slide Did you know that... #pause ...you can see the current section at the top of the slide? ] ```
OrangeX4 commented 6 months ago

Thanks, I'll take a look.

frank-miao commented 6 months ago

Thanks, I'll take a look.

Meet the same problem @OrangeX4