A conformist HUST template for touying.
This is heavily based on the official Microsoft PowerPoint template 2022 edition.
Currently supports two themes (blue
and red
(default)) at two aspect ratios (4-3
and 16-9
(default)).
Since I don’t have much experience with Typst scripting, this code took quite a lot of inspiration from the source code of the stargazer template.
NOTE: You need the Lato font for the best experience. It is an open font so that’s as easy as typing yay -S ttf-lato
into the terminal.
Assets attribution
Assets are extracted from the official Microsoft PowerPoint templates here. The file assets/title-bg-blue-4-3.png
is a color exchanged version of assets/title-bg-red-4-3.png
since the official title background of the 4-3 aspect ratio is red for some reason.
Example
See the examples for a quick example I wrote in a night (along with the library code). Its content is based on my notes while reading this.
More examples can be found on the examples branch.
License
Licensed under the MIT-0 license (for usage convenience, you’re welcome).