-
Notifications
You must be signed in to change notification settings - Fork 3
/
template.qmd
42 lines (39 loc) · 1.03 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
---
format: brief-pdf
author:
- name: Matthias Vallentin
email: [email protected]
phone: +49 123 4567890
affiliation:
- address: Foostraße 42
postal-code: 1337
city: Barstadt
country: Bazmanien
address:
- Corge Grault
- Quuxstraße 314
- 4711 Garply
- Xyzzilien
yourmail: 1. Januar 2023
yourref: 123
myref: 456
customer: 789
invoice: "001"
subject: Betreffzeile
opening: Sehr geehrte Damen und Herren,
closing: Mit freundlichem Gruß
encl:
- Anlage 1
- Anlage 2
ps: |
PS: Lorem ipsum dolor sit amet, *consectetur* adipiscing elit.
---
ich möchte Ihnen einen Briefkopf kompatibel zu DIN 5008 vorstellen. Briefe
schreiben ist jetzt endlich einfach! So machen wir es:
1. Ein neues Verzeichnis anlegen
2. Die Briefvorlage verwenden: `quarto use template mavam/brief`
3. YAML Metadaten adaptieren
4. Brief in Markdown schreiben
5. PDF erstellen: `quarto render template.qmd`
Verbesserungsvorschläge nehme ich gerne als GitHub Issue unter
<https://github.com/mavam/quarto-brief> entgegen.