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