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

14 lines
425 B
Plaintext
Raw Normal View History

// .--------------------------------------------------------------------------.
// | Preface |
// '--------------------------------------------------------------------------'
// Author: Sven Vogel
// Edited: 28.06.2024
// License: MIT
2024-07-04 13:09:05 +00:00
#let new-preface(config) = {
if config.thesis.preface != none {
pagebreak(weak: true)
config.thesis.preface
}
}