Skip to content

hei-templates/hei-typst-slides-polylux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Example

Here some slide example

<style> td, th { border: none!important; } </style>

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.

About

HEI-VS Typst Template based on the Polylux Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages