From ffddcecf644d8afae3a937d62e9abac8d529552e Mon Sep 17 00:00:00 2001 From: Jan Meyer Date: Thu, 16 Apr 2026 12:38:42 +0200 Subject: [PATCH] vault backup: 2026-04-16 12:38:42 --- .obsidian/plugins/typst-mate/data.json | 2 +- 00 Inbox/Untitled.base | 3 +++ 11 Homework/Mathe II/Homework 1.typ | 17 +++++++++++++++-- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 00 Inbox/Untitled.base diff --git a/.obsidian/plugins/typst-mate/data.json b/.obsidian/plugins/typst-mate/data.json index f05734a..77d4269 100644 --- a/.obsidian/plugins/typst-mate/data.json +++ b/.obsidian/plugins/typst-mate/data.json @@ -4,7 +4,7 @@ "mathSymbolRevealDelay": 1000, "complementSymbolWithUnicode": false, "disableBracketHighlight": false, - "useObsidianTheme": false, + "useObsidianTheme": true, "enableInlinePreview": true, "revertTabToDefault": false, "jumpOutsideBracket": true, diff --git a/00 Inbox/Untitled.base b/00 Inbox/Untitled.base new file mode 100644 index 0000000..c6ab609 --- /dev/null +++ b/00 Inbox/Untitled.base @@ -0,0 +1,3 @@ +views: + - type: table + name: Table diff --git a/11 Homework/Mathe II/Homework 1.typ b/11 Homework/Mathe II/Homework 1.typ index 3292bf6..453b9cd 100644 --- a/11 Homework/Mathe II/Homework 1.typ +++ b/11 Homework/Mathe II/Homework 1.typ @@ -1,2 +1,15 @@ -#import "_Math Homework Template.typ": assignment_header -#show: assignment_header("Mathe II", 1) +#let assignment_header(course, index) = { + set page( + header: align(right, [ + #set text(size: 9pt) + #set par(leading: .3em) + #pad(y: -.5cm, [ + #course \ + Hausaufgabe #index \ + Jan Meyer \ + 664237 + ]) + ]) + ) +} +#assignment_header("Mathe II", 1) \ No newline at end of file