update .gitignore and fix shit

This commit is contained in:
Schrottkatze 2024-11-29 16:06:58 +01:00
parent 3a09cd374f
commit 1c332e7307
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.pdf

Binary file not shown.

View file

@ -1,4 +1,4 @@
#let generic(numbering: true, author: "Jade", date, doc) = { #let generic(numbering: true, author: "Jade", date: "", doc) = {
// Word abbreviations // Word abbreviations
show "afg": "Aufgabe"; show "afg": "Aufgabe";
show "def": "Definition"; show "def": "Definition";
@ -7,8 +7,8 @@
show "wdh": "Wiederholung"; show "wdh": "Wiederholung";
// symbol shortcuts // symbol shortcuts
show "->": sym.arrow.right; show "->": sym.arrow.r;
show "<-": sym.arrow.left; show "<-": sym.arrow.l;
show heading: it => { show heading: it => {
set text(font: "Departure Mono") set text(font: "Departure Mono")