aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
5d8bd2d545
commit
43d14ae15f
1 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
// s (because fancy prefix and easy to type) and f (because also fast to type, from "fancy")
|
||||
// formats `body` as Departure Mono. for variable/highlighting purposes.
|
||||
#let sf(body) = text(font: "Departure Mono", body);
|
||||
|
||||
#let generic(numbering: true, author: "Jade", date: datetime.today().display(), title: "Document", doc) = {
|
||||
// Word abbreviations
|
||||
show "afg": "Aufgabe";
|
||||
|
@ -31,6 +35,3 @@
|
|||
doc
|
||||
}
|
||||
|
||||
// s (because fancy prefix and easy to type) and f (because also fast to type, from "fancy")
|
||||
// formats `body` as Departure Mono. for variable/highlighting purposes.
|
||||
#let sf(body) = text(font: "Departure Mono", body);
|
||||
|
|
Loading…
Reference in a new issue