Skip to main content
Version: Next

Pympress

Pympress is a PDF presentation tool designed for dual-screen setups such as presentations and public talks. Highly configurable, fully-featured, and portable

Speaker Notes

#import "@preview/touying:0.5.2": *
#import themes.university: *

#show: university-theme.with(
aspect-ratio: "16-9",
config-common(show-notes-on-second-screen: right),
)

= Animation

== Simple Animation

We can use `#pause` to #pause display something later.

#pause

Just like this.

#meanwhile

Meanwhile, #pause we can also use `#meanwhile` to #pause display other content synchronously.

#speaker-note[
+ This is a speaker note.
+ You won't see it unless you use `config-common(show-notes-on-second-screen: right)`
]

image

Then we can use the pympress to show it.

image