mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 14:54:25 -05:00
init
This commit is contained in:
16
S2/AnaMech/preamble.typ
Normal file
16
S2/AnaMech/preamble.typ
Normal file
@@ -0,0 +1,16 @@
|
||||
#import "../../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
|
||||
}
|
||||
Reference in New Issue
Block a user