Add first version of workshop slides
This commit is contained in:
parent
0739d26c9e
commit
a57fda18c1
45 changed files with 879 additions and 0 deletions
17
codebeispiele/beispiel.typ
Normal file
17
codebeispiele/beispiel.typ
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#import "@preview/unify:0.7.1": * // Einfügen von Paketen
|
||||
#set page("a4") // Papierformat
|
||||
#set document( // Dokumenteninformationen
|
||||
title: [Dokumententitel]
|
||||
)
|
||||
#set text(lang: "de") // Sprache des Dokuments
|
||||
#show link: set text(blue) // Formatierung (hier: Links in blau)
|
||||
|
||||
#title() // Dokumententitel
|
||||
= Überschrift // Anzahl der = gibt Ebene der Überschrift an
|
||||
== Unterüberschrift
|
||||
|
||||
#outline() // Inhaltsverzeichnis
|
||||
|
||||
Beispielhafter Text
|
||||
- Aufzählung 1 // Aufzählung mit - begonnen
|
||||
- Aufzählung 2 // Einrückung mit 2 Leerzeichen
|
||||
Loading…
Add table
Add a link
Reference in a new issue