Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: footnotes doesn't appear since 0.3.0 #26

Closed
sefidel opened this issue Apr 3, 2024 · 2 comments · Fixed by #27
Closed

Regression: footnotes doesn't appear since 0.3.0 #26

sefidel opened this issue Apr 3, 2024 · 2 comments · Fixed by #27
Labels
bug Something isn't working

Comments

@sefidel
Copy link

sefidel commented Apr 3, 2024

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
// #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 OrangeX4 added the bug Something isn't working label Apr 3, 2024
@OrangeX4
Copy link
Member

OrangeX4 commented Apr 3, 2024

Thanks, I'll take a look.

@frank-miao
Copy link

Thanks, I'll take a look.

Meet the same problem @OrangeX4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants