2
1
HEI-Typst-presentation/README.md
2024-05-18 15:17:48 +02:00

1.3 KiB

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
  • polyylux2pdfpc: 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.