This commit is contained in:
2025-04-16 10:50:38 +02:00
commit 330d4d931d
88 changed files with 5817 additions and 0 deletions

18
S2/ExPhyII/preamble.typ Normal file
View File

@@ -0,0 +1,18 @@
#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
}