-
|
Hi and thanks for this Typst package! I am trying to split a slide in two columns using #import "@preview/touying:0.6.1": *
#import themes: aqua as theme;
#show: theme.aqua-theme.with(aspect-ratio: "16-9", theme.config-info(
...
))
== Slide Title
#slide(composer: (1fr, 1fr))[
One
][
Two
]Unfortunately the heading |
Beta Was this translation helpful? Give feedback.
Answered by
Conaclos
Jul 9, 2025
Replies: 1 comment
-
|
Finally found the solution: I have to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Conaclos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Finally found the solution: I have to use
theme.slideinstead oftouying.slide.