Replies: 2 comments
-
|
Well one solution was in the Typst forum in fact https://forum.typst.app/t/how-to-write-content-at-the-bottom-of-a-page/2480 But I'd still be interested in understanding why the text size is reset locally. |
Beta Was this translation helpful? Give feedback.
0 replies
-
#import "@preview/touying:0.6.1": *
#import themes.metropolis: *
#show: metropolis-theme.with(aspect-ratio: "16-9")
#set text(16pt)
#title-slide()
#slide()[foo]
#slide(config: config-store(footer: [something]))[
content with footer
]
#slide()[bar] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alxsimon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to add some text to the footer on some of my slides.
I've found a way to do this but it has some side effects, for example:
Unfortunately, in the second slide the text size reverts to the default one.
Is there a better way to do this ?
Beta Was this translation helpful? Give feedback.
All reactions