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

13 lines
381 B
Plaintext
Raw Normal View History

2024-07-01 14:02:42 +00:00
// English summary "abstract" is content of this block:
#let abstract = [
#lorem(100)
]
// Other languages abstract translation is content of this block:
// NOTE: An abstract is required in case the thesis is not written primarily in english
// if writing in english (and the language is set to "en") this can be let empty or set to none
#let summary = [
#lorem(100)
]