Package Information
- Last Updated
- Minimum Typst Version
- 0.11.0
- Authors
- Jomaway
- Categories
- componentsutilityoffice
- Disciplines
- education
- Dependencies
- @preview/ttt-utils:0.1.0
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/ttt-lists:0.1.02. Initialize from template
Create a new project from this template:
typst init @preview/ttt-lists:0.1.0ttt-lists
ttt-lists is a template to create class lists and belongs to the typst-teacher-tools-collection.
Usage
Run this command inside your terminal to init a new list.
typst init @preview/ttt-lists my-student-list
This will scaffold the following folder structure.
my-student-list/
├─ students.csv
└─ students.typ
Edit the students.csv file or replace it with your own. Modify the students.typ to your liking or leave as is and then run typst compile students.typ to create a beautiful list.