From d45e9a29dd452f528d6488517dc56c5aed4ecd53 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Mon, 17 Nov 2025 12:53:48 +0100 Subject: [PATCH] auto up 12:53:47 up 0:02, 2 users, load average: 0.43, 0.48, 0.21 --- S3/KFT/VL/KftVL5.typ | 24 ++++++++++++++++++++++++ S3/KFT/VL/KftVL6.typ | 32 ++++++++++++++++++++++++++++++++ book.typ | 2 ++ 3 files changed, 58 insertions(+) create mode 100644 S3/KFT/VL/KftVL5.typ create mode 100644 S3/KFT/VL/KftVL6.typ diff --git a/S3/KFT/VL/KftVL5.typ b/S3/KFT/VL/KftVL5.typ new file mode 100644 index 0000000..b9d0984 --- /dev/null +++ b/S3/KFT/VL/KftVL5.typ @@ -0,0 +1,24 @@ +// Main VL template +#import "../preamble.typ": * + +// Fix theorems to be shown the right way in this document +#import "@preview/ctheorems:1.1.3": * +#show: thmrules + +// Main settings call +#show: conf.with( + // May add more flags here in the future + num: 5, + type: 0, // 0 normal, 1 exercise + date: datetime.today().display(), + //date: datetime( + // year: 2025, + // month: 5, + // day: 1, + //).display(), +) + +This was done per zoom. + += Uebersicht + diff --git a/S3/KFT/VL/KftVL6.typ b/S3/KFT/VL/KftVL6.typ new file mode 100644 index 0000000..c25a01c --- /dev/null +++ b/S3/KFT/VL/KftVL6.typ @@ -0,0 +1,32 @@ +// Main VL template +#import "../preamble.typ": * + +// Fix theorems to be shown the right way in this document +#import "@preview/ctheorems:1.1.3": * +#show: thmrules + +// Main settings call +#show: conf.with( + // May add more flags here in the future + num: 5, + type: 0, // 0 normal, 1 exercise + date: datetime.today().display(), + //date: datetime( + // year: 2025, + // month: 5, + // day: 1, + //).display(), +) + += Uebersicht + +== Kondensatoren und Kapazitaet + +Die Laplace Gleichung +$ + Delta f_(i) (arrow(x)) = 0 space forall arrow(x) in V +$ +mit den Randbedingungen +$ + f_(i) (arrow(x)) = 1 \, space forall j != i \, space f_(i) |_(j) = 0 +$ diff --git a/book.typ b/book.typ index b2ad5a4..78c1b96 100644 --- a/book.typ +++ b/book.typ @@ -31,6 +31,8 @@ - #chapter("S3/KFT/VL/KftVL2.typ")[Einfuehrung Elektrostatik] - #chapter("S3/KFT/VL/KftVL3.typ")[KftVL3] - #chapter("S3/KFT/VL/KftVL4.typ")[KftVL4] + - #chapter("S3/KFT/VL/KftVL5.typ")[KftVL5] + - #chapter("S3/KFT/VL/KftVL6.typ")[KftVL6] - #chapter("S3/MaPhyIII/index.typ")[MaPhy III] - #chapter("S3/MaPhyIII/VL/MaPhIIIVL1.typ")[Einleitung Fourier und PDE]