diff --git a/S3/MaPhyIII/VL/MaPhIIIVL4.typ b/S3/MaPhyIII/VL/MaPhIIIVL4.typ new file mode 100644 index 0000000..921bc3f --- /dev/null +++ b/S3/MaPhyIII/VL/MaPhIIIVL4.typ @@ -0,0 +1,22 @@ +// 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 + diff --git a/book.typ b/book.typ index 6a3a8f8..cec0ba7 100644 --- a/book.typ +++ b/book.typ @@ -30,6 +30,7 @@ - #chapter("S3/MaPhyIII/VL/MaPhIIIVL1.typ")[Einleitung Fourier und PDE] - #chapter("S3/MaPhyIII/VL/MaPhIIIVL2.typ")[MaPhIIIVL2] - #chapter("S3/MaPhyIII/VL/MaPhIIIVL3.typ")[MaPhIIIVL3] + - #chapter("S3/MaPhyIII/VL/MaPhIIIVL4.typ")[MaPhIIIVL4] - #chapter("S3/Fest/index.typ")[Fest] - #chapter("S3/Fest/VL/FestVL1.typ")[Bindungstypen I]