From 59c3731472d3f8cf62e781a83b53873e3d4ac617 Mon Sep 17 00:00:00 2001 From: Jakub Riegel Date: Mon, 11 Dec 2023 17:28:01 +0100 Subject: [PATCH] Justify abstract text (#13) --- thesis_typ/abstract_de.typ | 14 +++++++------- thesis_typ/abstract_en.typ | 5 ++++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/thesis_typ/abstract_de.typ b/thesis_typ/abstract_de.typ index ee5844b..0412e53 100644 --- a/thesis_typ/abstract_de.typ +++ b/thesis_typ/abstract_de.typ @@ -14,19 +14,19 @@ lang: "en" ) - set par(leading: 1em) + set par( + leading: 1em, + justify: true + ) // --- Abstract (EN) --- v(1fr) align(center, text(font: body-font, 1em, weight: "semibold", "Zusammenfassung")) - align( - center, - text[ - Note: Insert the German translation of the English abstract here. - ] - ) + text[ + Note: Insert the German translation of the English abstract here. + ] v(1fr) } \ No newline at end of file diff --git a/thesis_typ/abstract_en.typ b/thesis_typ/abstract_en.typ index 21cd588..7098d4d 100644 --- a/thesis_typ/abstract_en.typ +++ b/thesis_typ/abstract_en.typ @@ -14,7 +14,10 @@ lang: "en" ) - set par(leading: 1em) + set par( + leading: 1em, + justify: true + ) // --- Abstract (DE) ---