mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 06:44:25 -05:00
refactor various files
This commit is contained in:
20
S2/Neuro/preamble.typ
Normal file
20
S2/Neuro/preamble.typ
Normal file
@@ -0,0 +1,20 @@
|
||||
#import "../../default.typ": *
|
||||
|
||||
#let rot = math.op("rot")
|
||||
#let grad = math.op("grad")
|
||||
|
||||
#let conf(num: none, date: "", body) = {
|
||||
// Global settings
|
||||
show: default
|
||||
|
||||
// Set the header
|
||||
[ExPhy II \ Vorlesung #(num) \ #(date) \ Jonas Hahn]
|
||||
|
||||
// Make the outline
|
||||
outline()
|
||||
|
||||
// load the document
|
||||
body
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user