summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/scrlttr2copy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-22 20:51:06 +0000
committerKarl Berry <karl@freefriends.org>2020-10-22 20:51:06 +0000
commitda47113c029fe8407e6c7270d2a1763081240a67 (patch)
tree6759829c1bf2aca767a1bcc79147a66116084afc /Master/texmf-dist/doc/latex/scrlttr2copy
parent61fb10ef8524429784dd835fee2523a635ed8580 (diff)
scrlttr2copy (22oct20)
git-svn-id: svn://tug.org/texlive/trunk@56733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/scrlttr2copy')
-rw-r--r--Master/texmf-dist/doc/latex/scrlttr2copy/README.md8
-rw-r--r--Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.pdfbin88554 -> 88546 bytes
-rw-r--r--Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.tex11
3 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/scrlttr2copy/README.md b/Master/texmf-dist/doc/latex/scrlttr2copy/README.md
index 77e30b6f8e7..cea1bb15a4d 100644
--- a/Master/texmf-dist/doc/latex/scrlttr2copy/README.md
+++ b/Master/texmf-dist/doc/latex/scrlttr2copy/README.md
@@ -1,5 +1,5 @@
# scrlttr2copy
-A letter class option file for automatically creation of copies.
+A letter class option file for automatically creation of page copies.
The file `copy.lco` provides the new class option »copy« for the KOMA-Script
letter class »scrlttr2«. If the option »copy« is given all pages of a specific
@@ -7,6 +7,10 @@ letter are duplicated with background text marking as copies.
For more details see the example document `letter-copy-test.tex`.
-[Rolf Niepraschk](mailto:Rolf.Niepraschk@gmx.de), 2016-02-13
+This work may be distributed and/or modified under the conditions of the LaTeX
+Project Public License, either version 1.3 of this license or (at your option)
+any later version.
+
+Rolf Niepraschk
diff --git a/Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.pdf b/Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.pdf
index aee604b509a..6a5f347143e 100644
--- a/Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.pdf
+++ b/Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.tex b/Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.tex
index 16697625272..6ff0819a9c9 100644
--- a/Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.tex
+++ b/Master/texmf-dist/doc/latex/scrlttr2copy/letter-copy-test.tex
@@ -1,4 +1,4 @@
-
+\listfiles
\documentclass[%
,copy
,ngerman
@@ -18,15 +18,18 @@
%\setkomavar*{copy}{Zweitschrift}
+% It is possible to redefine the \LetterCopyMarker macro to have a different
+% background for the copied pages.
+
\begin{document}
-\setkomavar{subject}{Ihr Schreiben vom 11.\,5.\,2015}
+\setkomavar{subject}{Ihr Schreiben vom 11.\,5.\,2015}
\begin{letter}{%
Ellen Bogen \\
Dorfstraße 1\\
12345 Musterhausen
-}
+}
\opening{Sehr geehrte Frau Bogen,}
@@ -50,6 +53,6 @@ Dorfstraße 1\\
\closing{Mit freundlichen Grüßen}
-\end{letter}
+\end{letter}
\end{document}