starting point

This commit is contained in:
2025-08-10 12:06:08 +02:00
parent 9de9bc7e38
commit f007676b3f
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
// 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,
type: 0, // 0 normal, 1 exercise
date: datetime.today().display(),
//date: datetime(
// year: 2025,
// month: 5,
// day: 1,
//).display(),
)
= Uebersicht
Start!
#figure(
image("assets_typst/drawing-2025-08-09-17-32-27.rnote.svg"),
)