update .gitignore and fix shit
This commit is contained in:
parent
3a09cd374f
commit
1c332e7307
3 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.pdf
|
BIN
src/lib.pdf
BIN
src/lib.pdf
Binary file not shown.
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue