Skip to content

qujihan/typst-beamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A template for creating beamer in Typst

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published