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) ---