Maphy und Festkoeper Vl1

This commit is contained in:
2025-10-28 20:12:11 +01:00
parent b68cc418a4
commit f6f48e1979
6 changed files with 314 additions and 0 deletions

18
S3/Fest/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
[ExPhy III \ Vorlesung #(num)]
// Make tcahe outline
outline()
// load the document
body
}