2
1
Go to file Use this template
2024-05-18 15:19:34 +02:00
00-templates add fade transition and speaker-note 2024-05-18 15:17:13 +02:00
LICENSE add readme 2024-05-18 15:17:48 +02:00
README.md fix typo in readme 2024-05-18 15:19:34 +02:00
slides.pdf add fade transition and speaker-note 2024-05-18 15:17:13 +02:00
slides.pdfpc add fade transition and speaker-note 2024-05-18 15:17:13 +02:00
slides.typ add fade transition and speaker-note 2024-05-18 15:17:13 +02:00

HEI Typst presentation template

This Typst template allows you to create slides in a PowerPoint-like style, covering the essential features for most uses. It generates very clean PDF slides that are easy to work with. This template is based on a polylux template.

Prerequisites

Before getting started, make sure you have the following tools installed:

  • Typst: to compile Typst files
cargo install https://github.com/typst/typst typst-cli
  • polylux2pdfpc: to convert the compiled files into P presentation PDFs
cargo install --git https://github.com/andreasKroepelin/polylux/ --branch release
  • pdfpc: to display the presentation

Usage

  1. Use this template for create your own repository
  2. Modify slides.typ with your own content
  3. Compile Typst and pdfpc
tyspt compile slides.typ
polylux2pdfpc slides.typ
  1. Display your presentation with pdfpc
pdfpc slides.pdf # add `-s` for swap the presentation/presenter screens

Contribution

Contributions are welcome! If you have ideas for improvements or find bugs, feel free to open an issue or submit a pull request on the repository.

License

Except the HEI logo this, project is licensed under the GPL3.0 License.