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

7 lines
124 B
Plaintext

#let new-preface(config) = {
if config.thesis.preface != none {
pagebreak(weak: true)
config.thesis.preface
}
}