Universe

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

Features

  • Subset of predefined colors (see colors.typ).
  • Variants:
    • article
    • exams
    • exercise
    • lecture
    • letter
    • 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.

Fonts

Several fonts are used:

  • Source Sans 3 for text in slides
  • Source Serif 4 for body text
  • Source Code Pro for code
  • Bitstream Vera Sans for text in letter

To install these under arch linux:

% yay -S adobe-source-sans-fonts adobe-source-serif-fonts adobe-source-code-pro-fonts otf-xcharter-math ttf-bitstream-vera

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.4.0
  • Import from it with #import "@local/ratsch-bmim:0.4.0": *

License

The images logo_iace_*/logo_umit_*/background_*/footer_umit_* in the assets folder are the property of the UMIT TIROL.

The images logo_lfui_* in the assets folder are the property of the University of Innsbruck.

The rest of the project is licensed under the MIT License.