From 5f6ba595da04e23cda977ee0611a4fafaadb5113 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 11 Nov 2024 14:44:13 +0100 Subject: [PATCH] style: run typstyle formatter --- src/lib.typ | 4 +++- src/pages/titlepage.typ | 8 ++++++-- src/style.typ | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/lib.typ b/src/lib.typ index 4e2779e..88a7452 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -13,7 +13,9 @@ #import "glossary.typ": glossary #import "pages/titlepage.typ": new_title_page #import "pages/declaration-of-authorship.typ": new_declaration_of_authorship -#import "pages/confidentiality-statement.typ": new_confidentiality_statement_page +#import "pages/confidentiality-statement.typ": ( + new_confidentiality_statement_page, +) #import "pages/prerelease-note.typ": new_prerelease_note #import "pages/outline.typ": new_outline #import "pages/abstract.typ": new_abstract diff --git a/src/pages/titlepage.typ b/src/pages/titlepage.typ index 121ea88..ce102f8 100644 --- a/src/pages/titlepage.typ +++ b/src/pages/titlepage.typ @@ -66,7 +66,9 @@ stroke: none, [*Verfasser:*], author.name, [*Bearbeitungszeitraum:*], thesis.timeframe, - [*Matrikelnummer, Kurs:*], str(author.matriculation-number) + ", " + author.course, + [*Matrikelnummer, Kurs:*], + str(author.matriculation-number) + ", " + author.course, + [*Ausbildungsbetrieb:*], author.company, [*Betrieblicher Betreuer:*], author.supervisor, [*Abgabedatum:*], thesis.submission-date, @@ -79,7 +81,9 @@ stroke: none, [*Author:*], author.name, [*Editing period:*], thesis.timeframe, - [*Matriculation number, course:*], str(author.matriculation-number) + ", " + author.course, + [*Matriculation number, course:*], + str(author.matriculation-number) + ", " + author.course, + [*Training company:*], author.company, [*Company supervisor:*], author.supervisor, [*Submission date:*], thesis.submission-date, diff --git a/src/style.typ b/src/style.typ index 92a171e..1cb9dc7 100644 --- a/src/style.typ +++ b/src/style.typ @@ -75,7 +75,7 @@ show heading: set text( font: style.heading.font, - weight: "bold" + weight: "bold", ) let header-supplement = if config.lang == "de" {