跳到主要内容
版本:Next

Pympress

Pympress 是一种 PDF 演示工具,专为演示文稿和公开演讲等双屏设置而设计。高度可配置、功能齐全且可移植。

笔记支持

#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

然后我们就可以使用 pympress 放映了。

image