preps for next semester

This commit is contained in:
2025-08-09 01:06:43 +02:00
parent 4ec795abbd
commit 124954d49b
13 changed files with 79 additions and 0 deletions

18
S3/MaPhyIII/preamble.typ Normal file
View File

@@ -0,0 +1,18 @@
#import "../../data/default.typ": *
#import "../../data/theorems.typ": *
#let rot = math.op("rot")
#let grad = math.op("grad")
#let conf(num: none, date: "", type: none, body) = {
// Global settings
show: default
// Set the header
[MaPhy III \ Vorlesung #(num)]
// Make outline
outline()
// load the document
body
}