Add first version of workshop slides
This commit is contained in:
parent
0739d26c9e
commit
a57fda18c1
45 changed files with 879 additions and 0 deletions
16
codebeispiele/bibliography.typ
Normal file
16
codebeispiele/bibliography.typ
Normal 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"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue