Package Information
- Last Updated
- Minimum Typst Version
- 0.13.0
- Authors
- btmxh
- Categories
- presentation
- Disciplines
- computer-sciencemathematics
- Dependencies
- @preview/touying:0.6.1
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/touying-ppt-hustvn:0.1.02. Initialize from template
Create a new project from this template:
typst init @preview/touying-ppt-hustvn:0.1.0HUST touying template
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).