LU-DF-Typst-Template/typst.toml
2025-10-10 19:12:59 +03:00

26 lines
665 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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