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

1
S3/ExPhyIII/.anki Normal file
View File

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

2
S3/ExPhyIII/.unicourse Normal file
View File

@@ -0,0 +1,2 @@
name: Experimentalphysik III
short: ExIII

1
S3/ExPhyIII/index.typ Normal file
View File

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

18
S3/ExPhyIII/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
}

2
S3/KFT/.unicourse Normal file
View File

@@ -0,0 +1,2 @@
name: Klassische Feldtheorie
short: Kft

2
S3/KFT/index.typ Normal file
View File

@@ -0,0 +1,2 @@
= Klassische Feldtheorie

19
S3/KFT/preamble.typ Normal file
View File

@@ -0,0 +1,19 @@
#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
[KFT \ Vorlesung #(num)]
// Make the outline
outline()
// load the document
body
}

2
S3/KFT/punkte.txt Normal file
View File

@@ -0,0 +1,2 @@
Blatt 1: ?/?
Blatt 2: ?/?

2
S3/MaPhyIII/.unicourse Normal file
View File

@@ -0,0 +1,2 @@
name: Mathematik fuer Studierende der Physik III
short: MaPhIII

1
S3/MaPhyIII/index.typ Normal file
View File

@@ -0,0 +1 @@
= MaPhy III

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
}