diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer.tex | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer.tex index 509d80600f1..77492066753 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer.tex +++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer.tex @@ -46,12 +46,12 @@ % ============================================================================ \KOMAProvidesFile{scrlayer.tex} - [$Date: 2017-01-02 13:30:07 +0100 (Mon, 02 Jan 2017) $ + [$Date: 2017-08-08 11:47:52 +0200 (Tue, 08 Aug 2017) $ KOMA-Script guide (chapter:scrlayer)] \translator{Markus Kohm} -% Date of the translated German file: 2017-01-02 +% Date of the translated German file: 2017-08-08 \chapter[{Defining Layers and Page Styles Using \Package{scrlayer}}]% {Defining Layers and Page Styles Using \Package{scrlayer}% @@ -1087,6 +1087,22 @@ style hook options via \PName{option list}. You may remove the default, using \begin{Declaration} + \OptionVName{singlespacing}{simple switch} +\end{Declaration} +If\ChangedAt{v3.24}{\Package{scrlayer}\and \Package{scrlayer-scrpage}} a +document is printed with increased line-spread, e.g., using package +\Package{setspace}\IndexPackage{setspace}, often the page head and foot should +be printed single-spaced. This is surely true if the page head and foot +consist of only a single line. In those cases you can use \KOMAScript{} option +\Option{singlespacing}. Nevertheless, the default is +\OptionValue{singlespacing}{false}! The option influences always all page +styles. If you want single-spacing for only some page styles, use +\OptionValue{oninit}{\Macro{linespread}\PParameter{1}\Macro{selectfont}} for +those page styles.% +\EndIndexGroup + + +\begin{Declaration} \OptionVName{deactivatepagestylelayers}{simple switch}% \Macro{ForEachLayerOfPageStyle}\Parameter{page style name}\Parameter{code}% \Macro{ForEachLayerOfPageStyle*}\Parameter{page style name}\Parameter{code} |