diff --git a/S2/Other/.unicourse b/S2/Other/.unicourse index e832b99..6c8751c 100644 --- a/S2/Other/.unicourse +++ b/S2/Other/.unicourse @@ -1,2 +1,2 @@ name: Other and different lectures -short: Oth +short: Oth2 diff --git a/S3/Other/.unicourse b/S3/Other/.unicourse new file mode 100644 index 0000000..f2552aa --- /dev/null +++ b/S3/Other/.unicourse @@ -0,0 +1,2 @@ +name: Other and different lectures +short: Oth3 diff --git a/S3/Other/index.typ b/S3/Other/index.typ new file mode 100644 index 0000000..aafed1f --- /dev/null +++ b/S3/Other/index.typ @@ -0,0 +1 @@ += Other and different lectures diff --git a/S3/Other/preamble.typ b/S3/Other/preamble.typ new file mode 100644 index 0000000..3b42ee8 --- /dev/null +++ b/S3/Other/preamble.typ @@ -0,0 +1,18 @@ +#import "../../data/default.typ": * +#import "../../data/theorems.typ": * + +#let conf(num: none, date: "", type: none, body) = { + // Global settings + show: default + + // Set the header + [Other Lectures \ #(date) \ Jonas Hahn] + + // Make the outline + outline() + + // load the document + body +} + + diff --git a/S4/ExPhyIV/.anki b/S4/ExPhyIV/.anki new file mode 100644 index 0000000..99cf06e --- /dev/null +++ b/S4/ExPhyIV/.anki @@ -0,0 +1 @@ +University::Physics::S3 diff --git a/S4/ExPhyIV/.unicourse b/S4/ExPhyIV/.unicourse new file mode 100644 index 0000000..8e16710 --- /dev/null +++ b/S4/ExPhyIV/.unicourse @@ -0,0 +1,2 @@ +name: Experimentalphysik IV +short: ExIV diff --git a/S4/ExPhyIV/index.typ b/S4/ExPhyIV/index.typ new file mode 100644 index 0000000..062121a --- /dev/null +++ b/S4/ExPhyIV/index.typ @@ -0,0 +1 @@ += ExPhy IV diff --git a/S4/ExPhyIV/preamble.typ b/S4/ExPhyIV/preamble.typ new file mode 100644 index 0000000..100f7b8 --- /dev/null +++ b/S4/ExPhyIV/preamble.typ @@ -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 +} diff --git a/S4/Other/.unicourse b/S4/Other/.unicourse new file mode 100644 index 0000000..f5e0c52 --- /dev/null +++ b/S4/Other/.unicourse @@ -0,0 +1,2 @@ +name: Other and different lectures +short: Oth4 diff --git a/S4/Other/index.typ b/S4/Other/index.typ new file mode 100644 index 0000000..aafed1f --- /dev/null +++ b/S4/Other/index.typ @@ -0,0 +1 @@ += Other and different lectures diff --git a/S4/Other/preamble.typ b/S4/Other/preamble.typ new file mode 100644 index 0000000..3b42ee8 --- /dev/null +++ b/S4/Other/preamble.typ @@ -0,0 +1,18 @@ +#import "../../data/default.typ": * +#import "../../data/theorems.typ": * + +#let conf(num: none, date: "", type: none, body) = { + // Global settings + show: default + + // Set the header + [Other Lectures \ #(date) \ Jonas Hahn] + + // Make the outline + outline() + + // load the document + body +} + + diff --git a/S4/QM/.anki b/S4/QM/.anki new file mode 100644 index 0000000..99cf06e --- /dev/null +++ b/S4/QM/.anki @@ -0,0 +1 @@ +University::Physics::S3 diff --git a/S4/QM/.unicourse b/S4/QM/.unicourse new file mode 100644 index 0000000..8d0367c --- /dev/null +++ b/S4/QM/.unicourse @@ -0,0 +1,2 @@ +name: Quantenmechanik +short: QM diff --git a/S4/QM/index.typ b/S4/QM/index.typ new file mode 100644 index 0000000..8cc7d4d --- /dev/null +++ b/S4/QM/index.typ @@ -0,0 +1 @@ += Quantenmechanik diff --git a/S4/QM/preamble.typ b/S4/QM/preamble.typ new file mode 100644 index 0000000..609b2a6 --- /dev/null +++ b/S4/QM/preamble.typ @@ -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 + [Quantenmechanik \ Vorlesung #(num)] + // Make tcahe outline + outline() + + // load the document + body +} diff --git a/S5/Other/.unicourse b/S5/Other/.unicourse new file mode 100644 index 0000000..8753664 --- /dev/null +++ b/S5/Other/.unicourse @@ -0,0 +1,2 @@ +name: Other and different lectures +short: Oth5 diff --git a/S5/Other/index.typ b/S5/Other/index.typ new file mode 100644 index 0000000..aafed1f --- /dev/null +++ b/S5/Other/index.typ @@ -0,0 +1 @@ += Other and different lectures diff --git a/S5/Other/preamble.typ b/S5/Other/preamble.typ new file mode 100644 index 0000000..3b42ee8 --- /dev/null +++ b/S5/Other/preamble.typ @@ -0,0 +1,18 @@ +#import "../../data/default.typ": * +#import "../../data/theorems.typ": * + +#let conf(num: none, date: "", type: none, body) = { + // Global settings + show: default + + // Set the header + [Other Lectures \ #(date) \ Jonas Hahn] + + // Make the outline + outline() + + // load the document + body +} + + diff --git a/S5/StatMech/.anki b/S5/StatMech/.anki new file mode 100644 index 0000000..99cf06e --- /dev/null +++ b/S5/StatMech/.anki @@ -0,0 +1 @@ +University::Physics::S3 diff --git a/S5/StatMech/.unicourse b/S5/StatMech/.unicourse new file mode 100644 index 0000000..073cf3c --- /dev/null +++ b/S5/StatMech/.unicourse @@ -0,0 +1,2 @@ +name: Statistische Physik +short: StaP diff --git a/S5/StatMech/index.typ b/S5/StatMech/index.typ new file mode 100644 index 0000000..ca00ed9 --- /dev/null +++ b/S5/StatMech/index.typ @@ -0,0 +1 @@ += Statistische Physik diff --git a/S5/StatMech/preamble.typ b/S5/StatMech/preamble.typ new file mode 100644 index 0000000..13f3506 --- /dev/null +++ b/S5/StatMech/preamble.typ @@ -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 + [StatPhy \ Vorlesung #(num)] + // Make tcahe outline + outline() + + // load the document + body +} diff --git a/data/default.typ b/data/default.typ index 6a32833..c6cc2c4 100644 --- a/data/default.typ +++ b/data/default.typ @@ -48,9 +48,6 @@ #let grad = math.op("grad") #let div = math.op("div") -#let Re = math.op("Re") -#let Im = math.op("Im") - // flashcards #let flashcard(id, front, back) = { back