p

problemst

@preview

Simple and easy-to-use template for problem sets/homeworks/assignments.

v0.1.2
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.12.0
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/problemst:0.1.2

2. Initialize from template

Create a new project from this template:

typst init @preview/problemst:0.1.2

Version History

0.1.20.12.0
7b144fe372ea...
0.1.10.12.0
c63de3cc878d...
0.1.00.11.0
1c3136be7518...

problemst

Simple and easy-to-use template for problem sets/homeworks/assignments.

Example use of the template

Usage

Click "Start from template" in the Typst web app and search for problemst.

Alternatively, run the following command to create a directory initialized with all necessary files:

typst init @preview/problemst:0.1.2

Configuration

The pset function takes the following named arguments:

  • class (string): Class the assignment is for.
  • student (string): Student completing the assignment.
  • title (string): Title of the assignment.
  • date (datetime): Date to be displayed on the assignment.
  • collaborators (array of strings): Collaborators that worked on the assignment with the student. Can be ().
  • subproblems (string): Numbering scheme for the subproblems.