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

19 lines
281 B
Plaintext
Raw Normal View History

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