用Typst写的Beamer
也可以下载 PDF看
注意: 如果是使用VSCode于Typst LSP插件的话可能会报错,这个是因为插件没更新,等插件更新就好了! Linux/Macos
typst --root . c ./example/example.typ
Windows
typst --root . c .\example\example.typ
#import "beamer.typ": beamer
#show: beamer.with(
title: "Write a Beamer Template in Typst",
author: "qujihan@github",
date: "2023-07-17",
)
= First
== Second
...
=
创建一个新分割页, ==
创建一个新的页面, 每一个页上面的标题都是由它所在 =
决定的