summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrkernel-letterclassoptions.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrkernel-letterclassoptions.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrkernel-letterclassoptions.dtx29
1 files changed, 23 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrkernel-letterclassoptions.dtx b/Master/texmf-dist/source/latex/koma-script/scrkernel-letterclassoptions.dtx
index 39fcf8d406a..043cdb536a6 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrkernel-letterclassoptions.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrkernel-letterclassoptions.dtx
@@ -1,4 +1,4 @@
-% \CheckSum{1754}
+% \CheckSum{1752}
% \iffalse meta-comment
% ======================================================================
% scrkernel-letterclassoptions.dtx
@@ -55,7 +55,7 @@
% Right brace \} Tilde \~}
%
% \iffalse
-%%% From File: $Id: scrkernel-letterclassoptions.dtx 2640 2017-05-08 09:36:55Z kohm $
+%%% From File: $Id: scrkernel-letterclassoptions.dtx 2700 2017-11-15 07:19:59Z kohm $
%<option>%%% (run: option)
%<head>%%% (run: head)
%<body>%%% (run: body)
@@ -64,9 +64,9 @@
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\begingroup
\def\filedate$#1: #2-#3-#4 #5${\gdef\filedate{#2/#3/#4}}
- \filedate$Date: 2017-05-08 11:36:55 +0200 (Mon, 08 May 2017) $
+ \filedate$Date: 2017-11-15 08:19:59 +0100 (Wed, 15 Nov 2017) $
\def\filerevision$#1: #2 ${\gdef\filerevision{r#2}}
- \filerevision$Revision: 2640 $
+ \filerevision$Revision: 2700 $
\endgroup
\ProvidesFile{scrkernel-letterclassoptions.dtx}
[\filedate\space \filerevision\space
@@ -896,18 +896,35 @@
\fi
\endgroup
}
+% \end{macrocode}
+% \begin{macro}{\backaddr@format}
+% \changes{v3.25}{2017/11/15}{Verwendung von \cs{scr@endstrut} statt
+% \cs{unskip}\cs{strut}}^^A
+% Nicht unterstrichene, mehrzeilig oben ausgerichtete Rücksendeadresse.
+% \begin{macrocode}
\renewcommand{\backaddr@format}[1]{\hspace*{\useplength{toaddrindent}}%
\parbox[t][\useplength{backaddrheight}][t]%
{\dimexpr\useplength{toaddrwidth}-\useplength{toaddrindent}}%
- {\strut\ignorespaces #1\ifhmode\unskip\strut\fi}%
+ {\strut\ignorespaces #1\ifhmode\scr@endstrut\fi}%
}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\specialmail@format}
+% \changes{v3.25}{2017/11/15}{Verwendung von \cs{scr@endstrut} statt
+% \cs{unskip}\cs{strut}}^^A
+% Mehrzeilig oben ausgerichtete Versandart.
+% \begin{macrocode}
\renewcommand{\specialmail@format}[1]{%
\parbox[t][\useplength{specialmailheight}][t]%
{\dimexpr\useplength{toaddrwidth}
-\useplength{specialmailindent}
-\useplength{specialmailrightindent}}%
- {\strut\ignorespaces #1\ifhmode\unskip\strut\fi}%
+ {\strut\ignorespaces #1\ifhmode\scr@endstrut\fi}%
}
+% \end{macrocode}
+% \end{macro}
+% Und Schrifteinstellungen:
+% \begin{macrocode}
\setkomafont{specialmail}{\sffamily\fontsize{10pt}{12pt}\selectfont}
\setkomafont{backaddress}{\sffamily\fontsize{8pt}{10pt}\selectfont}
\setkomafont{addressee}{\sffamily\fontsize{10pt}{12pt}\selectfont}