Initial commit

This commit is contained in:
2024-10-17 11:12:28 +01:00
commit 3d3e006b59
7 changed files with 202 additions and 0 deletions

15
typst.toml Normal file
View File

@ -0,0 +1,15 @@
[package]
name = "rhul-report-template"
version = "0.1.0"
entrypoint = "lib.typ"
authors = ["Otto Helen-Goldring"]
license = "MIT"
description = "Template for reports at the University of Agder"
repository = "https://github.com/Weetile/rhul-report-template"
keywords = ["rhul", "University of Royal Holloway", "Royal Holloway"]
categories = ["report"]
[template]
path = "template"
entrypoint = "main.typ"
thumbnail = "thumbnail.png"