dhbw-abb-typst-template/src/pages/abstract.typ

17 lines
250 B
Plaintext
Raw Normal View History

2024-06-28 13:20:58 +00:00
#let new_abstract(thesis) = context [
#pagebreak(weak: true)
#align(center + horizon)[
#if text.lang == "de" [
= Zusammenfassung
#thesis.summary
]
#pagebreak(weak: true)
= Abstract
#thesis.abstract
]
]