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

26 lines
582 B
Plaintext
Raw Normal View History

2024-07-01 11:50:54 +00:00
// .--------------------------------------------------------------------------.
// | Abstract |
// '--------------------------------------------------------------------------'
// Author: Sven Vogel
// Edited: 28.06.2024
// License: MIT
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
]
]