refactor various files

This commit is contained in:
2025-04-28 16:59:44 +02:00
parent 5049c3ec13
commit 05c830c8e2
97 changed files with 513 additions and 2676 deletions

20
S2/Neuro/preamble.typ Normal file
View 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
}