diff --git a/lib.typ b/lib.typ index ebb54b1..495f9f9 100644 --- a/lib.typ +++ b/lib.typ @@ -1,4 +1,4 @@ -#import "modules/titlePage.typ": * +#import "modules/titlepage.typ": * #import "@preview/glossarium:0.5.1": print-glossary, register-glossary #let in-outline = state("in-outline", false) diff --git a/thumbnail.png b/thumbnail.png index 4463f8a..0839cec 100644 Binary files a/thumbnail.png and b/thumbnail.png differ diff --git a/typst.toml b/typst.toml index 1ca025b..4cad9d7 100644 --- a/typst.toml +++ b/typst.toml @@ -5,7 +5,7 @@ entrypoint = "lib.typ" authors = ["Ansgar Lichter "] license = "MIT" description = "Unofficial thesis template used at the University of Applied Sciences Karlsruhe (Hochschule Karlsruhe / HKA) at the faculty of Computer Science." -repository = "TODO" +repository = "https://github.com/AnsgarLichter/unofficial-hka-thesis" keywords = ["Karlsruhe", "University of Applied Sciences Karlsruhe", "HKA", "Hochschule Karlsruhe", "Thesis", "Masterarbeit", "Bachelorarbeit", "Final Thesis", "Bachelor's Thesis", "Master's Thesis"] categories = ["thesis"] exclude = []