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.
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
- Use this template for create your own repository
- Modify
slides.typ
with your own content - Compile Typst and pdfpc
tyspt compile slides.typ
polylux2pdfpc slides.typ
- Display your presentation with pdfpc
pdfpc slides.pdf # add `-s` for swap the presentation/presenter screens
Here some slide example
<style> td, th { border: none!important; } </style>![]() |
![]() |
---|---|
![]() |
![]() |
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.
Except the HEI logo this, project is licensed under the GPL3.0 License.