diff --git a/S3/ExPhyIII/VL/ExIIIVL7.typ b/S3/ExPhyIII/VL/ExIIIVL7.typ new file mode 100644 index 0000000..b7b468f --- /dev/null +++ b/S3/ExPhyIII/VL/ExIIIVL7.typ @@ -0,0 +1,25 @@ +// 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 + +== Maxwellgleichungen in Materie + + diff --git a/book.typ b/book.typ index af4094f..d6dfe82 100644 --- a/book.typ +++ b/book.typ @@ -26,6 +26,7 @@ - #chapter("S3/ExPhyIII/VL/ExIIIVL4.typ")[ExIIIVL4] - #chapter("S3/ExPhyIII/VL/ExIIIVL5.typ")[ExIIIVL5] - #chapter("S3/ExPhyIII/VL/ExIIIVL6.typ")[ExIIIVL6] + - #chapter("S3/ExPhyIII/VL/ExIIIVL7.typ")[ExIIIVL7] - #chapter("S3/KFT/index.typ")[Kft] - #chapter("S3/KFT/VL/KftVL1.typ")[Wiederholung Grundbegriffe]