s

sheetstorm

@preview

A template for assignment sheets.

v0.5.1
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.13.1
Categories
layoutreport

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/sheetstorm:0.5.1

2. Initialize from template

Create a new project from this template:

typst init @preview/sheetstorm:0.5.1

Version History

0.5.10.13.1
c7d52c49ace9...
0.5.00.13.1
2fec18d16518...
0.4.00.13.1
0260fd68e842...
0.3.30.13.1
cd9fb724360b...
0.2.00.13.1
23dc11927d67...
0.1.00.13.1
a773eeb22bff...

sheetstorm

A Typst template for assignment sheets.

Disclaimer:
Although we find this library to be perfectly usable, it is still rather new and under active development.
Breaking changes in new versions are to be expected.

Quick Start

#import "@preview/sheetstorm:0.5.1": *

#show: assignment.with(
  title: "My title",
  // ...
)

#task[
  // Write down your solutions for task 1 here.
]

Or using the template CLI:

typst init @preview/sheetstorm

Preview

Preview of the sheetstorm template

See here for the source code.

Documentation

We have a user manual that documents the entire public API with all customization options.

There are also a few examples that illustrate how to use the template.

Feature Highlights

  • Sane minimal default layout with "vanilla" look
  • Very customizable with lots of configuration options
  • Multi-language capability (see internationalization module)
  • Built-in theorem/proof environments
  • "TODO" warning system
  • Useful widgets: info box and score box

Alternatives