From faf7d2467726a9bdc8b507013a08b3d67059eaa1 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 25 Nov 2024 08:05:34 +0000 Subject: [PATCH] fix: prerelease page using old configs (#89) Reviewed-on: https://git.montehaselino.de/DHBW/dhbw-abb-typst-template/pulls/89 Co-authored-by: servostar Co-committed-by: servostar --- src/pages/prerelease-note.typ | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/pages/prerelease-note.typ b/src/pages/prerelease-note.typ index d230acd..6438145 100644 --- a/src/pages/prerelease-note.typ +++ b/src/pages/prerelease-note.typ @@ -12,7 +12,6 @@ pagebreak(weak: true) let thesis = config.thesis - let author = config.author if text.lang == "de" [ #heading("Vorabfassung") @@ -46,13 +45,9 @@ set par(justify: true) if text.lang == "de" [ - handelt es sich _nicht_ um die fertige Fassung. Das Dokument kann Inhaltliche-, Grammatikalische- sowie Format-Fehler enthalten. Das Dokument ist im Rahmen der Aufgabenstellung von Seiten der #author.university nicht zur Bewertung freigegeben und ein anderer Verwendungszweck als eine Vorschau ist nicht gestattet. + handelt es sich _nicht_ um die fertige Fassung. Das Dokument kann Inhaltliche-, Grammatikalische- sowie Format-Fehler enthalten. Das Dokument ist im Rahmen der Aufgabenstellung von Seiten der #university.name nicht zur Bewertung freigegeben und ein anderer Verwendungszweck als eine Vorschau ist nicht gestattet. ] else if text.lang == "en" [ - is not the final version. The document may contain errors in content, grammar and formatting. The document may not be released for evaluation to #author.university as part of the assignment, and any use other than a preview is not permitted. + is not the final version. The document may contain errors in content, grammar and formatting. The document may not be released for evaluation to #university.name as part of the assignment, and any use other than a preview is not permitted. ] - - v(1em) - h(1em) - [#author.name, #datetime.today().display()] } )