From 915d8944144ba7c6c0e26beb055db5bcbc5cbbbc Mon Sep 17 00:00:00 2001 From: Julius Freudenberger Date: Tue, 7 Jul 2026 17:17:14 +0200 Subject: [PATCH] Update to 1.0.2 --- README.md | 2 +- template/chapters/1_introduction.typ | 4 ++-- template/chapters/2_foundations.typ | 4 ++-- template/supplementary/abstract.typ | 2 +- template/supplementary/abstractGerman.typ | 2 +- template/thesis.typ | 2 +- typst.toml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2c77c5f..c21876c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ on the dashboard and searching for `unofficial-hka-thesis`. Locally, you can use the following command to start with this templates: ```bash -typst init @preview/unofficial-hka-thesis:1.0.1 +typst init @preview/unofficial-hka-thesis:1.0.2 ``` ### Features diff --git a/template/chapters/1_introduction.typ b/template/chapters/1_introduction.typ index 440a782..d47b236 100644 --- a/template/chapters/1_introduction.typ +++ b/template/chapters/1_introduction.typ @@ -1,6 +1,6 @@ -#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption -#import "@preview/glossarium:0.5.4": gls, glspl +#import "@preview/unofficial-hka-thesis:1.0.2": todo, flex-caption +#import "@preview/glossarium:0.5.9": gls, glspl = Introduction diff --git a/template/chapters/2_foundations.typ b/template/chapters/2_foundations.typ index 569d401..ec9a682 100644 --- a/template/chapters/2_foundations.typ +++ b/template/chapters/2_foundations.typ @@ -1,5 +1,5 @@ -#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption -#import "@preview/acrostiche:0.2.0": acr, acrpl +#import "@preview/unofficial-hka-thesis:1.0.2": todo, flex-caption +#import "@preview/acrostiche:0.6.0": acr, acrpl = Foundations diff --git a/template/supplementary/abstract.typ b/template/supplementary/abstract.typ index 425aef2..8a1fe6a 100644 --- a/template/supplementary/abstract.typ +++ b/template/supplementary/abstract.typ @@ -1,4 +1,4 @@ -#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption +#import "@preview/unofficial-hka-thesis:1.0.2": todo, flex-caption #heading(outlined: false, numbering: none, "Abstract") diff --git a/template/supplementary/abstractGerman.typ b/template/supplementary/abstractGerman.typ index 23f9348..f76f525 100644 --- a/template/supplementary/abstractGerman.typ +++ b/template/supplementary/abstractGerman.typ @@ -1,4 +1,4 @@ -#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption +#import "@preview/unofficial-hka-thesis:1.0.2": todo, flex-caption #heading(outlined: false, numbering: none, "Zusammenfassung") diff --git a/template/thesis.typ b/template/thesis.typ index 451e8a4..7634109 100644 --- a/template/thesis.typ +++ b/template/thesis.typ @@ -1,4 +1,4 @@ -#import "@preview/unofficial-hka-thesis:1.0.1": * +#import "@preview/unofficial-hka-thesis:1.0.2": * #import "abbreviations.typ": abbreviations #import "settings/metadata.typ": * #import "settings/settings.typ": * diff --git a/typst.toml b/typst.toml index fb8fe86..741afe1 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "unofficial-hka-thesis" -version = "1.0.1" +version = "1.0.2" entrypoint = "lib.typ" authors = ["Ansgar Lichter "] license = "MIT"