From 5a202257ba31dfc5e12b867dd7d273fa552cb3f2 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 5 Mar 2026 15:28:46 +0200 Subject: [PATCH] fix(title-page): remove title justification --- src/utils.typ | 1 + typst.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils.typ b/src/utils.typ index 28c34d7..016cfd9 100644 --- a/src/utils.typ +++ b/src/utils.typ @@ -63,6 +63,7 @@ place, logo, ) = { + set par(justify: false) align( center, upper( diff --git a/typst.toml b/typst.toml index 99f655b..3c970f6 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "solo-lu-df" -version = "1.1.0" +version = "1.1.1" entrypoint = "src/lib.typ" authors = ["Kristofers Solo "] license = "MIT-0"