This commit is contained in:
2025-05-09 08:27:01 +02:00
parent 0d05c8ceb9
commit b44739baee
27 changed files with 648 additions and 89 deletions

View File

@@ -1,9 +1,21 @@
// Main VL Template
// 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: 1
num: 5,
type: 0, // 0 normal, 1 exercise
date: datetime.today().display(),
//date: datetime(
// year: 2025,
// month: 5,
// day: 1,
//).display(),
)
= Uebersicht