2024-07-05 11:04:27 +00:00
|
|
|
// .--------------------------------------------------------------------------.
|
|
|
|
// | 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
|
|
|
|
}
|
|
|
|
}
|