Skip to content

Commit

Permalink
Justify abstract text (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubriegel authored Dec 11, 2023
1 parent fce76ac commit 59c3731
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 7 additions & 7 deletions thesis_typ/abstract_de.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
5 changes: 4 additions & 1 deletion thesis_typ/abstract_en.typ
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
lang: "en"
)

set par(leading: 1em)
set par(
leading: 1em,
justify: true
)


// --- Abstract (DE) ---
Expand Down

0 comments on commit 59c3731

Please sign in to comment.