Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.02 KB

readme.md

File metadata and controls

45 lines (32 loc) · 1.02 KB

Beamer in Typst

中文 | English

Bilibili

What does it look like?

pic_1 pic_2

or download PDF

How to complile example code

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

Quick Start

#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 =.

Thanks

diapo