13 lines
381 B
Plaintext
13 lines
381 B
Plaintext
|
|
// 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)
|
|
]
|