Universe

ratsch-bmim is a template for creating exams/practicals/… in Typst with the corporate design of UMIT TIROL.

Features

  • Admonitions (with localization and plural support).
  • Subset of predefined colors (see colors.typ).
  • Variants:
    • exams
    • exercise
    • lab
    • lecture
    • poster
    • report
    • slides
    • workbook

Example

See Artifact of last run for example variants:

Usage

Create a new typst project based on this template locally.

typst init @preview/ratsch-bmim
cd ratsch-bmim

Or create a project on the typst web app based on this template.

Compile (and watch) example

typst w ./example/<variant>.typ --root .

Compile (and watch) your typst file

typst w main.typ

This will watch your file and recompile it to a pdf when the file is saved.

Install locally

  • Store the package in ~/.local/share/typst/packages/local/ratsch-bmim/0.2.0
  • Import from it with #import "@local/ratsch-bmim:0.2.0": *