This repo contains two separate Typst packages:
- a report template (equivalent to the
$\LaTeX$ template provided by TypographiX) - a slide template (using assets from the PowerPoint template)
You can use the templates on the Typst web app. No need to install anything, simply choose "Start from template" when creating a new project.
If you prefer to use the templates locally, it is completely possible and super easy too:
-
Install Typst.
-
Initialize a new project with the template (the latest versions might be newer than the ones below):
typst init @preview/typographix-polytechnique-reports:0.1.6
or
typst init @preview/typographix-polytechnique-slides:0.1.0
If you are using VS Code, I strongly recommend using the Tinymist Typst extension (providing linting, autocompletion, preview, formatting, ...).
Contributions are welcomed! See the contribution guidelines.