From 124954d49b6457543cbb6a8e5bc8d44294d5a4e6 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Sat, 9 Aug 2025 01:06:43 +0200 Subject: [PATCH] preps for next semester --- README.md | 5 +++++ S3/ExPhyIII/.anki | 1 + S3/ExPhyIII/.unicourse | 2 ++ S3/ExPhyIII/index.typ | 1 + S3/ExPhyIII/preamble.typ | 18 ++++++++++++++++++ S3/KFT/.unicourse | 2 ++ S3/KFT/index.typ | 2 ++ S3/KFT/preamble.typ | 19 +++++++++++++++++++ S3/KFT/punkte.txt | 2 ++ S3/MaPhyIII/.unicourse | 2 ++ S3/MaPhyIII/index.typ | 1 + S3/MaPhyIII/preamble.typ | 18 ++++++++++++++++++ data/theorems.typ | 6 ++++++ 13 files changed, 79 insertions(+) create mode 100644 S3/ExPhyIII/.anki create mode 100644 S3/ExPhyIII/.unicourse create mode 100644 S3/ExPhyIII/index.typ create mode 100644 S3/ExPhyIII/preamble.typ create mode 100644 S3/KFT/.unicourse create mode 100644 S3/KFT/index.typ create mode 100644 S3/KFT/preamble.typ create mode 100644 S3/KFT/punkte.txt create mode 100644 S3/MaPhyIII/.unicourse create mode 100644 S3/MaPhyIII/index.typ create mode 100644 S3/MaPhyIII/preamble.typ diff --git a/README.md b/README.md index c21750e..121b72b 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,8 @@ This repo is split into the study semesters. +## Current season helper + +Set the current season in the uni module in the nvim configuration. +It has the name `current_season`. + diff --git a/S3/ExPhyIII/.anki b/S3/ExPhyIII/.anki new file mode 100644 index 0000000..99cf06e --- /dev/null +++ b/S3/ExPhyIII/.anki @@ -0,0 +1 @@ +University::Physics::S3 diff --git a/S3/ExPhyIII/.unicourse b/S3/ExPhyIII/.unicourse new file mode 100644 index 0000000..7bfba66 --- /dev/null +++ b/S3/ExPhyIII/.unicourse @@ -0,0 +1,2 @@ +name: Experimentalphysik III +short: ExIII diff --git a/S3/ExPhyIII/index.typ b/S3/ExPhyIII/index.typ new file mode 100644 index 0000000..de1da31 --- /dev/null +++ b/S3/ExPhyIII/index.typ @@ -0,0 +1 @@ += ExPhy III diff --git a/S3/ExPhyIII/preamble.typ b/S3/ExPhyIII/preamble.typ new file mode 100644 index 0000000..085f1d2 --- /dev/null +++ b/S3/ExPhyIII/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 III \ Vorlesung #(num)] + // Make tcahe outline + outline() + + // load the document + body +} diff --git a/S3/KFT/.unicourse b/S3/KFT/.unicourse new file mode 100644 index 0000000..6b5c7ed --- /dev/null +++ b/S3/KFT/.unicourse @@ -0,0 +1,2 @@ +name: Klassische Feldtheorie +short: Kft diff --git a/S3/KFT/index.typ b/S3/KFT/index.typ new file mode 100644 index 0000000..e80b327 --- /dev/null +++ b/S3/KFT/index.typ @@ -0,0 +1,2 @@ += Klassische Feldtheorie + diff --git a/S3/KFT/preamble.typ b/S3/KFT/preamble.typ new file mode 100644 index 0000000..7160f21 --- /dev/null +++ b/S3/KFT/preamble.typ @@ -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 +} diff --git a/S3/KFT/punkte.txt b/S3/KFT/punkte.txt new file mode 100644 index 0000000..ca407c6 --- /dev/null +++ b/S3/KFT/punkte.txt @@ -0,0 +1,2 @@ +Blatt 1: ?/? +Blatt 2: ?/? diff --git a/S3/MaPhyIII/.unicourse b/S3/MaPhyIII/.unicourse new file mode 100644 index 0000000..502d689 --- /dev/null +++ b/S3/MaPhyIII/.unicourse @@ -0,0 +1,2 @@ +name: Mathematik fuer Studierende der Physik III +short: MaPhIII diff --git a/S3/MaPhyIII/index.typ b/S3/MaPhyIII/index.typ new file mode 100644 index 0000000..239f855 --- /dev/null +++ b/S3/MaPhyIII/index.typ @@ -0,0 +1 @@ += MaPhy III diff --git a/S3/MaPhyIII/preamble.typ b/S3/MaPhyIII/preamble.typ new file mode 100644 index 0000000..468f9a8 --- /dev/null +++ b/S3/MaPhyIII/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 + [MaPhy III \ Vorlesung #(num)] + // Make outline + outline() + + // load the document + body +} diff --git a/data/theorems.typ b/data/theorems.typ index 09ea03b..d130e24 100644 --- a/data/theorems.typ +++ b/data/theorems.typ @@ -115,4 +115,10 @@ fill: rgb("#efefff99"), ).with(numbering: none) +#let example = thmbox( //exa + "experiment", + "Experiment", + fill: rgb("#efefff99"), +).with(numbering: none) +