preps for studies

This commit is contained in:
2025-08-09 01:14:12 +02:00
parent 124954d49b
commit a0eb78466c
23 changed files with 130 additions and 4 deletions

1
S4/ExPhyIV/.anki Normal file
View File

@@ -0,0 +1 @@
University::Physics::S3

2
S4/ExPhyIV/.unicourse Normal file
View File

@@ -0,0 +1,2 @@
name: Experimentalphysik IV
short: ExIV

1
S4/ExPhyIV/index.typ Normal file
View File

@@ -0,0 +1 @@
= ExPhy IV

18
S4/ExPhyIV/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 IV \ Vorlesung #(num)]
// Make tcahe outline
outline()
// load the document
body
}