aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

This commit is contained in:
Schrottkatze 2024-11-29 17:18:44 +01:00
parent 5d8bd2d545
commit 43d14ae15f
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -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);