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

7 lines
124 B
Plaintext
Raw Normal View History

2024-07-04 13:09:05 +00:00
#let new-preface(config) = {
if config.thesis.preface != none {
pagebreak(weak: true)
config.thesis.preface
}
}