forked from kacebe/n4o-presentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.qmd
118 lines (81 loc) · 3.1 KB
/
template.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
---
title: "Titel"
subtitle: "Untertitel"
author:
- name: Vorname1 Nachname1
orcid: 0000-0000-0000-0000
email: [email protected]
affiliation:
- name: Institution
city: Stadt
url: https://example.org
attributes:
corresponding: true
equal-contributor: true
- name: Vorname2 Nachname2
orcid: 0000-0000-0000-0000
email: [email protected]
affiliation:
- name: Institution
city: Stadt
url: https://example.org
attributes:
corresponding: false
equal-contributor: true
date: today
format:
n4o-presentation-revealjs:
echo: true
slide-number: h/v # Foliennummern werden angezeigt und nach Aschnitt/Nummer unterschieden.
include-in-header: # Metadaten für html-Ausgabe. Anzupassen sind: title, description, und url.
text: |
<meta property="og:title" content="Titel"/>
<meta property="og:description" content="Beschreibung"/>
<meta property="og:url" content="URL zur Präsentation"/>
<meta property="og:image" content="https://github.com/kacebe/n4o-slide-template/tree/main/n4o_logo_kurztitel.png"/>
<meta property="og:image:alt" content="NFDI4Objects Logo"/>
<meta property="og:type" content="website"/>
<meta property="og:locale" content="de_DE"/>
footer: "[Kontakt](https://example.org) | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)"
controls: true # Aktiviert die Foliensteuerung; alternativ: false
chalkboard: true # Aktiviert eine interaktive Zeichenoberfläche; alternativ: false
reference-location: document # Fußnoten werden auf der letzten Folie gesammelt.
---
## Präsentation strukturieren
Die Strukturierung einer Präsentation in Quarto wird mit \# Überschriften generiert:
`# Überschrift` generiert einen neuen Folienabschnitt (section) mit mehreren Unterfolien, die mit `## Überschrift` voneinander getrennt werden.
Weitere Folien können jederzeit mit `-----` (Fünf Minus-Zeichen) eingefügt werden.
## Beispiel einer Folienstruktur
Die folgenden Folien sind so aufgebaut:
```qmd
# Folienabschnitt 1
Erläuterungen zu Folienabschnitt 1
## Folienabschnitt 1 - Folie 1
Prall vom Whisky flog Quax den Jet zu Bruch.
## Folienabschnitt 1 - Folie 2
Oh, welch Zynismus!“, quiekte Xavers jadegrüne Bratpfanne.
# Folienabschnitt 2
Erläuterungen zu Folienabschnitt 2
## Folienabschnitt 2 - Folie 1
Bei jedem klugen Wort von Sokrates rief Xanthippe zynisch: Quatsch
-----
Folie ohne Überschrift
-----
## Folienabschnitt 2 - Folie 3
Zwei flinke Boxer jagen die quirlige Eva und ihren Mops durch Sylt.
```
# Folienabschnitt 1
Erläuterungen zu Folienabschnitt 1
## Folienabschnitt 1 - Folie 1
Prall vom Whisky flog Quax den Jet zu Bruch.
## Folienabschnitt 1 - Folie 2
Oh, welch Zynismus!“, quiekte Xavers jadegrüne Bratpfanne.
# Folienabschnitt 2
Erläuterungen zu Folienabschnitt 2
## Folienabschnitt 2 - Folie 1
Bei jedem klugen Wort von Sokrates rief Xanthippe zynisch: Quatsch
-----
Folie ohne Überschrift
-----
## Folienabschnitt 2 - Folie 3
Zwei flinke Boxer jagen die quirlige Eva und ihren Mops durch Sylt.