diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/scrlttr2.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/english/scrlttr2.tex | 45 |
1 files changed, 29 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrlttr2.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrlttr2.tex index e63f59c2ab1..81923f666c1 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrlttr2.tex +++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrlttr2.tex @@ -46,14 +46,14 @@ % ============================================================================ \KOMAProvidesFile{scrlttr2.tex}% - [$Date: 2019-01-15 08:39:58 +0100 (Tue, 15 Jan 2019) $ + [$Date: 2019-10-10 10:25:29 +0200 (Thu, 10 Oct 2019) $ KOMA-Script guide (chapter: scrlttr2)] \translator{Harald Bongartz\and Georg Grandke\and Raimund Kohl\and Jens-Uwe Morawski\and Stephan Hennig\and Gernot Hassenpflug\and Markus Kohm\and Karl Hagen} -% Date of the translated German file: 2018-04-26 +% Date of the translated German file: 2019-10-10 \chapter{Letters with the \Class{scrlttr2} Class or the \Package{scrletter} Package} @@ -483,9 +483,10 @@ printing. Since letters are not usually bound, each page of a letter will be viewed on its own. This is also true even if both the letter is printed on both sides of the paper. Vertical adjustment usually does not matter for letters either. If you nevertheless need it, or want to understand what it is, -please refer to the commands \Macro{raggedbottom} and \Macro{flushbottom} -explained in \autoref{sec:maincls.typearea} on -\DescPageRef{maincls.cmd.flushbottom}.% +please refer to the commands +\DescRef{maincls.cmd.raggedbottom}\IndexCmd{raggedbottom} and +\DescRef{maincls.cmd.flushbottom}\IndexCmd{flushbottom} explained in +\autoref{sec:maincls.typearea} on \DescPageRef{maincls.cmd.flushbottom}.% % \EndIndexGroup @@ -663,7 +664,12 @@ for the standard letter class. description of the \DescRef{\LabelBase.cmd.opening} command on \DescPageRef{\LabelBase.cmd.opening}. \end{Example} -% + +Letters\ChangedAt{v3.27}{\Class{scrlttr2}\and \Package{scrletter}} are always +printed in single-column mode and without vertical adjustment. You can use +\DescRef{maincls.cmd.flushbottom}, explained in \autoref{sec:maincls.typearea} +on \DescPageRef{maincls.cmd.flushbottom}\IndexCmd{flushbottom}, together with +\DescRef{\LabelBase.cmd.AtBeginLetter} to force a vertical adjustment.% \EndIndexGroup @@ -1300,7 +1306,7 @@ definitely set the variables for return address (see \EndIndexGroup \begin{Declaration} - \OptionVName{symbolicnames}{simple switch}% + \OptionVName{symbolicnames}{value}% \OptionVName{fromphone}{simple switch}% \OptionVName{frommobilephone}{simple switch}% \OptionVName{fromfax}{simple switch}% @@ -1318,12 +1324,13 @@ definitely set the variables for return address (see \Variable{urlseparator}% \end{Declaration} \BeginIndex{}{letterhead}% -\BeginIndex{}{letter>header} -You can use the five options \Option{fromphone}, \Option{frommobilephone}\ChangedAt{v3.12}{\Class{scrlttr2}}, \Option{fromfax}, +\BeginIndex{}{letter>header}% +You can use the five options \Option{fromphone}, +\Option{frommobilephone}\ChangedAt{v3.12}{\Class{scrlttr2}}, \Option{fromfax}, \Option{fromemail}, and \Option{fromurl} to specify whether to include the phone number\Index{telephone}\Index{phone}, mobile\ChangedAt{v3.12}{\Class{scrlttr2}} phone number\Index{mobile -phone}\Index{cell phone}\Index{cellphone}, fax number\Index{fax}, e-mail + phone}\Index{cell phone}\Index{cellphone}, fax number\Index{fax}, e-mail address\Index{e-mail}, or URL should be as part of the sender's information. You can assign any standard value for simple switches from \autoref{tab:truefalseswitch}, \autopageref{tab:truefalseswitch} to these @@ -1338,18 +1345,24 @@ You can\ChangedAt{v3.12}{\Class{scrlttr2}}\important{\Option{symbolicnames}} change the defaults for describing the variables all at once with the \Option{symbolicnames} option. This option understands the values for simple switches found in \autoref{tab:truefalseswitch}, -\autopageref{tab:truefalseswitch}. Activating the option replaces the -descriptions from the language-dependant labels of +\autopageref{tab:truefalseswitch}. +Activating\ChangedAt{v3.27}{\Class{scrlttr2}\and \Package{scrletter}} the +option corresponds to \PName{value} \PValue{marvosym} and replaces the +descriptions from the language-dependent labels of \DescRef{scrlttr2-experts.cmd.emailname}, \DescRef{scrlttr2-experts.cmd.faxname}, \DescRef{scrlttr2-experts.cmd.mobilephonename}, and \DescRef{scrlttr2-experts.cmd.phonename} with symbols from the \Package{marvosym}\IndexPackage{marvosym} package. At the same time, the colon is omitted when defining the separators. In this case, both the description -and the content of the URL separator will be empty. Note\textnote{Attention!} -that you have to load the \Package{marvosym} package on your own if you activate -\Option{symbolicnames} for the first time after -\Macro{begin}\PParameter{document}. +and the content of the URL separator will be empty. With +\OptionValue{symbolicnames}{fontawesome} or +\OptionValue{symbolicnames}{awesome}, symbols of package +\Package{fontawesome}\IndexPackage{fontawesome} are used. In this case there +is also a symbol for the URL. Note\textnote{Attention!} that you may need to +load the \Package{marvosym} or \Package{fontawesome} package in your document +preamble if you activate the option for the corresponding package for the +first time after \Macro{begin}\PParameter{document}. \begin{table} \centering |