Update to 1.0.2

This commit is contained in:
Julius Freudenberger 2026-07-07 17:17:14 +02:00
parent cb6768540a
commit 915d894414
7 changed files with 9 additions and 9 deletions

View file

@ -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: Locally, you can use the following command to start with this templates:
```bash ```bash
typst init @preview/unofficial-hka-thesis:1.0.1 typst init @preview/unofficial-hka-thesis:1.0.2
``` ```
### Features ### Features

View file

@ -1,6 +1,6 @@
#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption #import "@preview/unofficial-hka-thesis:1.0.2": todo, flex-caption
#import "@preview/glossarium:0.5.4": gls, glspl #import "@preview/glossarium:0.5.9": gls, glspl
= Introduction = Introduction

View file

@ -1,5 +1,5 @@
#import "@preview/unofficial-hka-thesis:1.0.1": todo, flex-caption #import "@preview/unofficial-hka-thesis:1.0.2": todo, flex-caption
#import "@preview/acrostiche:0.2.0": acr, acrpl #import "@preview/acrostiche:0.6.0": acr, acrpl
= Foundations = Foundations

View file

@ -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") #heading(outlined: false, numbering: none, "Abstract")

View file

@ -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") #heading(outlined: false, numbering: none, "Zusammenfassung")

View file

@ -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 "abbreviations.typ": abbreviations
#import "settings/metadata.typ": * #import "settings/metadata.typ": *
#import "settings/settings.typ": * #import "settings/settings.typ": *

View file

@ -1,6 +1,6 @@
[package] [package]
name = "unofficial-hka-thesis" name = "unofficial-hka-thesis"
version = "1.0.1" version = "1.0.2"
entrypoint = "lib.typ" entrypoint = "lib.typ"
authors = ["Ansgar Lichter <https://www.linkedin.com/in/ansgar-lichter-8532661b1>"] authors = ["Ansgar Lichter <https://www.linkedin.com/in/ansgar-lichter-8532661b1>"]
license = "MIT" license = "MIT"