chore: make a template

This commit is contained in:
2025-08-22 20:02:49 +03:00
parent ce96deba3e
commit e26f01c1d5
8 changed files with 209 additions and 264 deletions

34
typst.toml Normal file
View File

@@ -0,0 +1,34 @@
[package]
name = "solo-lu-df"
version = "0.0.1"
compiler = "0.13.0"
entrypoint = "lib.typ"
repository = "https://github.com/kristoferssolo/LU-DF-Typst-Template"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
license = "MIT"
description = "Write qualification papers, bachelors theses, and masters theses for University of Lativa, Computer Science programme."
keywords = [
"University of Latvia",
"LU",
"Latvijas Universitāte",
"Computer Science",
"Computer Engineering",
"Software",
]
categories = ["paper"]
disciplines = ["computer-science"]
exclude = [
".github",
"docs",
"scripts",
"examples",
"tests",
".typstignore",
"Justfile",
"thumbnail.png",
]
[template]
path = "template"
entrypoint = "main.typ"
thumbnail = "thumbnail.png"