From ade5e7ff1ac46ec436bd20851f80b3a9931dbe12 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sun, 20 Oct 2019 14:07:38 +0200 Subject: [PATCH 1/2] =?UTF-8?q?K=C3=BCrze=20Postskriptum=20Tag.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alles andere Tags sind in English (das wäre dann 'postscriptum') und das lange Wort ist unnötig lang. --- example/letter.md | 4 ++++ letter.latex | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/example/letter.md b/example/letter.md index fe36a18..05982fa 100644 --- a/example/letter.md +++ b/example/letter.md @@ -16,6 +16,10 @@ address: opening: Sehr geehrte Damen und Herren, closing: Mit freundlichen Grüßen encludes: Muster, Muster, Muster +ps: | + \textbf{Postskriptum \today} + + Noch ein Gedanke zum Schluss. ... Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated diff --git a/letter.latex b/letter.latex index 5afc6e7..6d92c88 100644 --- a/letter.latex +++ b/letter.latex @@ -59,7 +59,7 @@ \closing{$closing$} - \ps $postskriptum$ + \ps $ps$ $if(encludes)$ \setkomavar*{enclseparator}{Anlage} From fc4c39593aa534d9f7dbdccc432e23e4785b57d3 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sun, 20 Oct 2019 17:56:10 +0200 Subject: [PATCH 2/2] Update readme file. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fa00caa..cc186bd 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ address: opening: Sehr geehrte Damen und Herren, closing: Mit freundlichen Grüßen encludes: Muster, Muster, Muster +ps: | + \textbf{Postskriptum \today} + + Noch ein Gedanke zum Schluss. ... ``` @@ -71,6 +75,7 @@ The following yaml variables are supported: - `opening` - `closing` - `encludes` +- `ps` - `author` - `phone` - `email`