#import "../../data/default.typ": * #let conf(num: none, ueb: false, body) = { // Global settings show: default // Set the header if (ueb == false) [AnaMech \ Vorlesung #(num)] if (ueb == true) [AnaMech \ Uebung #(num)] // Make the outline outline() // load the document body }