Beamer in Typst
or download PDF
Note: If you use vscode and Typst LSP, it may report an error, that's normal, wait for the plugin to be updated. 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
...
=
creates a split page, ==
creates a new page, and the title at the top of each page is the title of =
.