You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Footnotes on the simple theme example doesn't render since v0.3.0.
v0.3.0
v0.2.1
Minimal reproducible example
// #import "@preview/touying:0.2.1": *#import"@preview/touying:0.3.0": *
#lets=themes.simple.register(s, aspect-ratio: "16-9", footer: [Simple slides])
#lets= (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?
]
The text was updated successfully, but these errors were encountered:
Footnotes on the
simple
theme example doesn't render since v0.3.0.v0.3.0
v0.2.1
Minimal reproducible example
The text was updated successfully, but these errors were encountered: