Add first version of workshop slides

This commit is contained in:
Julius Freudenberger 2026-03-18 18:25:38 +01:00
parent 0739d26c9e
commit a57fda18c1
45 changed files with 879 additions and 0 deletions

View file

@ -0,0 +1,16 @@
// Im Dokument
@citation-key
// oder
#cite(<citation-key>)
// für die Einbindung innerhalb des Satzes
#cite(<citation-key>, form: "prose")
// nur Autor:in
#cite(<citation-key>, form: "author")
// Stelle, an der Literaturverzeichnis erscheinen soll
#bibliography(
("bib/books.bib",
"bib/theses.bib",)
title: "Literaturverzeichnis", // Standardübersetzung Bibliografie
style: "ieee"
)