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 | 30 |
1 files changed, 19 insertions, 11 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 5488fe2cb07..e56824c1564 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 @@ -1,6 +1,6 @@ % ====================================================================== % scrlayer.tex -% Copyright (c) Markus Kohm, 2013-2018 +% Copyright (c) Markus Kohm, 2013-2019 % % This file is part of the LaTeX2e KOMA-Script bundle. % @@ -18,7 +18,7 @@ % This work consists of all files listed in manifest.txt. % ---------------------------------------------------------------------- % scrlayer.tex -% Copyright (c) Markus Kohm, 2013-2018 +% Copyright (c) Markus Kohm, 2013-2019 % % Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, % Version 1.3c, verteilt und/oder veraendert werden. @@ -46,12 +46,12 @@ % ============================================================================ \KOMAProvidesFile{scrlayer.tex} - [$Date: 2018-12-15 15:01:34 +0100 (Sat, 15 Dec 2018) $ + [$Date: 2019-10-10 09:50:23 +0200 (Thu, 10 Oct 2019) $ KOMA-Script guide (chapter:scrlayer)] \translator{Markus Kohm\and Karl Hagen} -% Date of the translated German file: 2018-12-15 +% Date of the translated German file: 2019-10-09 \chapter[{Defining Layers and Page Styles with \Package{scrlayer}}] {Defining\ChangedAt{v3.12}{\Package{scrlayer}} Layers and Page Styles with @@ -606,6 +606,16 @@ be changed. Applying either command to a previously undefined \PName{layer \begin{Declaration} + \Macro{ModifyLayers}\OParameter{option list}\Parameter{layer list} +\end{Declaration} +This\ChangedAt{v3.26}{\Package{scrlayer}} command executes +\DescRef{\LabelBase.cmd.ModifyLayer} with the given \PName{option list} for +all layers of the comma-separated layer list. Therefore the option can be used +to change attributes of several layers simultaneously.% +\EndIndexGroup + + +\begin{Declaration} \Macro{layerhalign}% \Macro{layervalign}% \Macro{layerxoffset}% @@ -860,16 +870,14 @@ first time. Therefore, when defining an end-user interface, you may find it useful to set the current page style to a default with an implicit \DescRef{maincls.cmd.pagestyle} statement. -% Todo: New translation by Markus Kohm (please fix it!) -For page-style aliases activated using \DescRef{maincls.cmd.pagestyle} -\Macro{currentpagestyle} does not show the alternative name but the name of +If \DescRef{maincls.cmd.pagestyle} activates an alias page style, +\Macro{currentpagestyle} shows not the alternative name but the name of the real page style. You\ChangedAt{v3.16}{\Package{scrlayer}} can get the alternative name using \Macro{toplevelpagestyle}. However, it is not -recommended to define page styles, that have different results depending on +recommended to define page styles that produce different results depending on \Macro{toplevelpagestyle}, e.\,g., using \DescRef{scrbase.cmd.ifstr}. If you -would activate such a page style using \DescRef{maincls.cmd.thispagestyle} you -could get the wrong result.% -% End of new translation. +were to activate such a page style using \DescRef{maincls.cmd.thispagestyle} +you could get the wrong result.% \EndIndexGroup |