Skip to content
Snippets Groups Projects
R

rhul-report-typst

Project ID: 3873
user avatar
Weetile authored
62e934dd
History
Name Last commit Last update
media
template
LICENSE
README.md
lib.typ
typst.toml

rhul-template-typst

Unofficial report template for reports at Royal Holloway, University of London.

Created by Otto Helen-Goldring and heavily modified from light-report-uia.

Usage

In the root directory, run the following command:

typst c --root . ./template/main.typ

Alternatively, use the following Docker command:

docker run --rm -v "$(pwd):/workspace" -w /workspace ghcr.io/typst/typst:latest c --root . ./template/main.typ

image