summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/common-options.tex4
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/guide-english.tex60
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/scrbase.tex21
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex41
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex31
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex4
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/scrjura.tex31
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer.tex20
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/tocbasic.tex15
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex36
10 files changed, 126 insertions, 137 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/common-options.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/common-options.tex
index 66f020ff4b3..5d97ff8d26a 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/common-options.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/common-options.tex
@@ -50,7 +50,7 @@
KOMA-Script guide (common paragraphs)]
\translator{Gernot Hassenpflug\and Krickette Murabayashi}
-% Date of the translated German file: 2017-01-02
+% Date of the translated German file: 2017-06-23
\section{Early or late Selection of Options}
\seclabel{options}
@@ -145,7 +145,7 @@ described below the options interface of \Macro{documentclass} and
constructs may break inside the optional argument of these commands. Because
of this, the usage of a \LaTeX{} length inside the value of an option would
cause an error before \KOMAScript{} can get the control over the option
-execution. So, if you want to use a \LaTeX{} length, counter or command a part
+execution. So, if you want to use a \LaTeX{} length, counter or command as part
of the value of an option, you have to use
\DescRef{\LabelBase.cmd.KOMAoptions} or
\DescRef{\LabelBase.cmd.KOMAoption}. These commands will be described next.%
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/guide-english.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/guide-english.tex
index d38fda9d7a0..7f9529ea7a3 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/guide-english.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/guide-english.tex
@@ -46,7 +46,7 @@
% ======================================================================
%
\KOMAProvidesFile{guide-english.tex}
- [$Date: 2017-01-02 13:30:07 +0100 (Mon, 02 Jan 2017) $
+ [$Date: 2017-08-08 18:17:31 +0200 (Tue, 08 Aug 2017) $
KOMA-Script guide language dependencies]
%
% \section{Extra Packages}
@@ -98,7 +98,7 @@
printed\,---\,is allowed provided that all parts of {\KOMAScript} are
distributed. Distribution without the other parts of {\KOMAScript} needs an
explicit, additional authorization by the authors.}%
-\newcommand*{\GuideDedication}{To All Friends of Typography!}%
+\newcommand*{\GuideDedication}{To all my friends all over the world!}%
% \end{macrocode}
% \end{macro}
% \end{macro}
@@ -440,62 +440,6 @@
% \end{macro}
%
%
-% \section{Jens-Uwe's Example Text}
-%
-% TODO: These should be merged with other example text.
-% \begin{macro}{\XmpText}
-% Example text command; the default definition (50) returns the whole text.
-% \begin{macrocode}
-\newcommand*{\XmpText}[1][50]{%
- \ifnum #1<51
- This f\/ill text is currently seized by 130 million receptors
- in your retina.
- \ifnum #1>1
- Thereby the nerve cells are put in a state of stimulation,
- which spreads
- \ifnum #1>2
- into the rear part of your brain originating from
- \ifnum #1>3
- the optic nerve.
- From there the stimulation is transmitted in a split second
- also in other parts of your cerebrum.
- Your frontal lobe becomes stimulated.
- Intention-impulses spread from there, which your
- central nervous\setlength{\parfillskip}{0pt}%
- \fi\fi\fi
- \fi
- \ifnum #1>49
- system transforms in actual deeds.
- Head and eyes already react.
- They follow the text, taking the information present there
- and transmit them via the optic nerve.
- \fi
-}
-% \end{macrocode}
-% \end{macro}
-%
-% \begin{macro}{\XmpTopText}
-% \begin{macro}{\XmpBotText}
-% These two commands are language-dependent, since in some languages
-% additional commands may required.
-% \begin{macrocode}
-\newcommand*{\XmpTopText}{\XmpText[3]}
-\newcommand*{\XmpBotText}{\XmpText[2]}
-% \end{macrocode}
-% \end{macro}
-% \end{macro}
-%
-% \begin{macro}{\XmpMarginTextA}
-% \begin{macro}{\XmpMarginTextB}
-% Margin notes.
-% \begin{macrocode}
-\newcommand*{\XmpMarginTextA}{Retina}
-\newcommand*{\XmpMarginTextB}{}
-% \end{macrocode}
-% \end{macro}
-% \end{macro}
-%
-%
% \section{Language Extensions}
%
% Some terms should be part of the captions of the language.
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrbase.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrbase.tex
index 04eb18f25ab..a6f4778ea9c 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrbase.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrbase.tex
@@ -46,11 +46,11 @@
% ======================================================================
\KOMAProvidesFile{scrbase.tex}
- [$Date: 2017-01-02 13:30:07 +0100 (Mon, 02 Jan 2017) $
+ [$Date: 2017-04-22 16:16:15 +0200 (Sat, 22 Apr 2017) $
KOMA-Script package scrbase]
\translator{Markus Kohm\and Melvin Hendrix}
-% Date of the translated German file: 2017-01-02
+% Date of the translated German file: 2017-04-13
\chapter{Basic Functions of Package \Package{scrbase}}
\labelbase{scrbase}
@@ -525,6 +525,7 @@ is the same as that of the previous command \DescRef{\LabelBase.cmd.FamilyOption
\begin{Declaration}
\Macro{AtEndOfFamilyOptions}\Parameter{action}%
+ \Macro{AtEndOfFamilyOptions*}\Parameter{action}%
\end{Declaration}
Sometimes\ChangedAt{v3.12}{\Package{scrbase}} it is useful to delay the
execution of an \PName{action} that is part of a value assignment to a key
@@ -533,10 +534,18 @@ until all assignments inside one
\DescRef{\LabelBase.cmd.FamilyExecuteOptions},
\DescRef{\LabelBase.cmd.FamilyOptions}, or
\DescRef{\LabelBase.cmd.FamilyOption} is finished. This may be done using
-\Macro{AtEndOfFamilyOptions} inside an option definition. Reporting failure
-states of \PName{action} is not possible in this case. Furthermore, the
-command should not be used outside an option definition.
-%
+\Macro{AtEndOfFamilyOptions} or its star
+variation\ChangedAt{v3.23}{\Package{scrbase}} inside an option
+definition. Reporting failure states of \PName{action} is not possible in this
+case. Furthermore, the command should not be used outside an option
+definition.
+
+The variations differ in cases when execution of an option results in further
+option calls. In this case all actions of \Macro{AtEndOfFamilyOptions} will be
+executed when the inner-most option call returns. The actions of
+\Macro{AtEndOfFamilyOptions*} will be executed when the top-most option call
+returns. Nevertheless, the order of the actions of both commands is
+undefined!%
\EndIndexGroup
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex
index ad07ec293a4..5eba7be2753 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle-experts.tex
@@ -48,13 +48,13 @@
% ============================================================================
\KOMAProvidesFile{scrbookreportarticle-experts.tex}
- [$Date: 2017-01-02 13:30:07 +0100 (Mon, 02 Jan 2017) $
+ [$Date: 2017-05-12 13:41:47 +0200 (Fri, 12 May 2017) $
KOMA-Script guide (chapter: scrbook, scrreprt, scrartcl for
experts)]
\translator{Gernot Hassenpflug\and Markus Kohm}
-% Date of the translated German file: 2017-01-02
+% Date of the translated German file: 2017-05-08
\chapter[{Additional Information about the Main Classes and
\Package{scrextend}}]{Additional Information about the Main Classes
@@ -294,7 +294,8 @@ itself defines a lot of \PName{alias name}s for several \PName{element}s.
\begin{Declaration}
- \Macro{addtokomafontrelaxlist}\Parameter{macro}%
+ \Macro{addtokomafontrelaxlist}\Parameter{macro}
+ \Macro{addtokomafontonearglist}\Parameter{macro}
\Macro{addtokomafontgobblelist}\Parameter{macro}
\end{Declaration}
As already mentioned in \autoref{part:forAuthors} of this manual, font
@@ -328,7 +329,11 @@ element. But this is exactly what \Macro{MakeUppercase}
needs. Therefore\ChangedAt{v3.17}{\Class{scrbook}\and \Class{scrreprt}\and
\Class{scrartcl}} \KOMAScript{} holds a list of macros, which should become
\Macro{relax} inside \DescRef{maincls.cmd.usefontofkomafont} and it's
-siblings. Amongst others, \Macro{normalcolor}, \Macro{MakeUppercase}, and
+siblings. Since \KOMAScript~3.24\ChangedAt{v3.24}{\Class{scrbook}\and
+ \Class{scrreprt}\and \Class{scrartcl}} only \Macro{normalcolor} is added to
+this list by default.
+
+Amongst others, \Macro{normalcolor}, \Macro{MakeUppercase}, and
\Macro{MakeLowercase} are part of that list. More macros can be added one by
one using \Macro{addtokomafontrelaxlist}.
@@ -340,12 +345,21 @@ list. The user himself is responsible for all errors resulting in the usage of
misunderstood as a legitimation for adding all kind of commands to the font
setting of an element!
+For\ChangedAt{v3.24}{\Class{scrbook}\and \Class{scrreprt}\and
+ \Class{scrartcl}} some commands you may prefere to execute the first
+argument unchanged. These commands can be added to another list using
+\Macro{addtokomatfontonearglist}. By default \Macro{MakeUppercase} and
+\Macro{MakeLowercase} are added to this list.
+
If\ChangedAt{v3.19}{\Class{scrbook}\and \Class{scrreprt}\and \Class{scrartcl}}
a \PName{macro} and it's first argument should be ignored locally inside
\DescRef{maincls.cmd.usefontofkomafont} and it's siblings, you can use
\Macro{addtokomafontgobblelist} instead of \Macro{addtokomafontrelaxlist}. An
example for this is the command \Macro{color}, that has to be ignored with the
-colour name and therefore is a default member of the gobble-list.%
+colour name and therefore is a default member of the gobble-list.
+
+Note, the defaults of the three lists can change. If you need a command inside
+one of the lists you should add it yourself.%
\EndIndexGroup
@@ -464,11 +478,13 @@ dependent attributes, too. Currently the following styles are provided:
existing commands you can also use the additional attributes of
\autoref{tab:maincls-experts.declaresectionstyle.keys},
\autopageref{tab:maincls-experts.declaresectionstyle.keys}. Definitions of
- new commands need at least the \PName{key}s \PValue{style},
- \PValue{afterskip}, \PValue{beforeskip}, \PValue{font}, \PValue{indent},
- \PValue{level}, \PValue{tocindent}, and \PValue{tocnumwidth}. This is also
- true if a command that was not a section-like command before will be
- redefined as a section-like command using
+ new commands need\ChangedAt{v3.24}{\Class{scrbook}\and \Class{scrreprt}\and
+ \Class{scrartcl}} at least the \PName{key}s \PValue{style},
+ \PValue{afterskip}, \PValue{beforeskip}, and \PValue{level}. \PValue{font}
+ and \PValue{indent} are recommended. Need for \PValue{tocindent} and
+ \PValue{tocnumwidth} depend on the command \PName{name}. This is also true
+ if a command that was not a section-like command before will be redefined as
+ a section-like command using
\Macro{RedeclareSectionCommand}. Note\textnote{Attention!} that command
\Macro{addsec} and the star variants are configured automatically together
with \DescRef{maincls.cmd.section} and should not be changed
@@ -488,7 +504,8 @@ dependent attributes, too. Currently the following styles are provided:
\begin{tabularx}{\linewidth}{llX}
\toprule
\PName{key} & \PName{value} & Description \\
- \midrule \PValue{counterwithin} & \PName{counter name} & The value of the
+ \midrule%
+ \PValue{counterwithin} & \PName{counter name} & The value of the
counter of the heading should depend on \PName{counter name}. Whenever
\Macro{stepcounter} or \Macro{refstepcounter} increases the value of
\PName{counter name}, the value of the counter of this heading should be
@@ -521,7 +538,7 @@ dependent attributes, too. Currently the following styles are provided:
the table of contents. You can use every already defined toc-entry style
(see \autoref{sec:tocbasic.tocstyle}). An empty \PName{name} prevents a
new definition of the toc-entry
- command.\\
+ command \Macro{l@\dots}.\\
\ChangedAt[2016/03]{v3.20}{\Class{scrbook}\and \Class{scrreprt}\and
\Class{scrartcl}}%
\PValue{toc\PName{option}} & \PName{value} & Additional options depending
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex
index 29897377100..c9c2fb5f163 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex
@@ -46,13 +46,13 @@
% ============================================================================
\KOMAProvidesFile{scrbookreportarticle.tex}
- [$Date: 2017-01-02 13:30:07 +0100 (Mon, 02 Jan 2017) $
+ [$Date: 2017-05-31 11:06:42 +0200 (Wed, 31 May 2017) $
KOMA-Script guide (chapter: scrbook, scrreprt, scrartcl)]
\translator{Jens-Uwe Morawski\and Gernot Hassenpflug\and Markus Kohm\and
Krickette Murabayashi\and Jana Schubert\and Jens H\"uhne}
-% Date of the translated German file: 2017-01-02
+% Date of the translated German file: 2017-05-31
\chapter{The Main Classes: \Class{scrbook}, \Class{scrreprt}, and
\Class{scrartcl}}
@@ -1534,13 +1534,15 @@ active by default.
The \ChangedAt{v3.10}{\Class{scrbook}\and \Class{scrreprt}\and
\Class{scrartcl}} extended interpretation of the optional argument
-determines whether there's an equality sign in
-\PName{short version}. If so, the optional argument will be interpreted as
-\PName{option list} instead of simple \PName{short version}. Thereby the two
-options \OptionVName{head}{running head}\important{\Option{head}} and
-\OptionVName{tocentry}{table of contents entry} are supported. Commas or
-equality signs inside of the values of those options will be accepted only if
-they are enclosed by braces.
+determines whether there's an equality sign in \PName{short version}. If so,
+the optional argument will be interpreted as \PName{option list} instead of
+simple \PName{short version}. Thereby the three options
+\OptionVName{head}{running head}\important{\Option{head}},
+\OptionVName{tocentry}{table of contents entry}\important{\Option{tocentry}},
+and \OptionVName{reference}{reference title}\important{\Option{reference}}%
+\ChangedAt{v3.22}{\Class{scrbook}\and \Class{scrreprt}\and \Class{scrartcl}}
+are supported. Commas or equality signs inside of the values of those options
+will be accepted only if they are enclosed by braces.
Please\textnote{Attention!} note that this mechanism is only
functional as long as \KOMAScript{} controls the described
@@ -1624,6 +1626,17 @@ you may use an invisible entry like \lstinline|\mbox{}| instead.
option \Option{head}.
\end{Example}
+Similar\ChangedAt{v3.22}{\Class{scrbook}\and \Class{scrreprt}\and
+ \Class{scrartcl}} to setup the title of a running head using option
+\Option{head} or to setup the title for the entry to the table of contents
+using option \Option{tocentry} you can set the title of a reference with
+package \Package{nameref}\IndexPackage{nameref},
+\Package{titleref}\IndexPackage{titleref}, or the
+\Package{titleref}\IndexPackage{zref-titleref} module of package
+\Package{zref}\IndexPackage{zref} using option \Option{reference}. Note, the
+support for package \Package{titleref} is somehow rudimentary, and the package
+is not fully compatible with \Package{hyperref}\IndexPackage{hyperref}.
+
The title of the level part\important{\Macro{part}} (\Macro{part}) is
distinguished from other sectioning levels by being numbered independently
from the other parts. This means that the chapter level (in \Class{scrbook} or
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex
index 60fec425f50..95d01f243d1 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex
@@ -46,7 +46,7 @@
% ======================================================================
\KOMAProvidesFile{scrextend.tex}
- [$Date: 2017-01-02 13:30:07 +0100 (Mon, 02 Jan 2017) $
+ [$Date: 2017-05-11 15:48:59 +0200 (Thu, 11 May 2017) $
KOMA-Script package scrextend]
\translator{Markus Kohm}
@@ -74,7 +74,7 @@ in that case.
There is no warranty for compatibility of \Package{scrextend} with every
class. The package has been designed primary to extend the standard classes
-and derived classed. Anyway, before using \Package{scrextend} you should
+and derived classes. Anyway, before using \Package{scrextend} you should
make sure that the used class does not already provide the feature you need.
Beside the features from this chapter, there are additional common features,
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrjura.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrjura.tex
index d59fc05acd0..98320e6a3ab 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrjura.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrjura.tex
@@ -46,12 +46,12 @@
% ======================================================================
\KOMAProvidesFile{scrjura.tex}%
- [$Date: 2017-01-02 13:30:07 +0100 (Mon, 02 Jan 2017) $
+ [$Date: 2017-05-08 11:47:04 +0200 (Mon, 08 May 2017) $
KOMA-Script guide (chapter: scrjura)]
\translator{Alexander Willand\and Markus Kohm}
-% Date of the translated German file: 2017-01-02
+% Date of the translated German file: 2017-05-08
\chapter{Support for the Law Office by \Package{scrjura}}
\labelbase{scrjura}
@@ -1048,32 +1048,15 @@ document in \autoref{fig:scrjura.example}.%
\section{State of Development}
\label{sec:scrjura.draft}
-The package is part of \KOMAScript{} for several years and has been used by
-lawyers even longer. Nevertheless, it has a version number less than 1. So you
-should still regard it as work in progress. Here are the three reasons for
-this:
-
-The package has been designed much more general than it can be used
-currently. For example several environments beside
-\DescRef{\LabelBase.env.contract} has been expected. Later we find that this
-one and only environment could be used very general. Nevertheless we also find
-that it could be useful to be able to define additional
-\DescRef{\LabelBase.env.contract} environments, e.\,g., for articles of
-constitutional law. This has been implemented now.
-
-Neither the cooperation with other packages nor the cooperation of the
-\DescRef{\LabelBase.env.contract} environment with all kind of \LaTeX{}
+Since \KOMAScript~3.24 package \Package{scrjura} shares the version number of
+the classes and other important packages of \KOMAScript. Nevertheless, you
+should note: Neither the cooperation with other packages nor the cooperation
+of the \DescRef{\LabelBase.env.contract} environment with all kind of \LaTeX{}
environments or document classes has been tested. The main reason for this is
that the package is very special and the package author does not have any
requirement to use it. So all changes, all features, all improvement can only
base on detailed user feedback and only about two and a half users are willing
-to send such feedback.
-
-The low version number should state that things could change. The author
-endeavours to preserve compatibility to prior versions. Nevertheless,
-sometimes compatibility is less important than usability. So compatibility
-cannot be guaranteed.%
-%
+to send such feedback.%
\EndIndexGroup
\endinput
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}
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/tocbasic.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/tocbasic.tex
index e3f4cecc3ca..729122fa94c 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/tocbasic.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/tocbasic.tex
@@ -46,10 +46,10 @@
% ======================================================================
\KOMAProvidesFile{tocbasic.tex}
- [$Date: 2017-04-03 09:04:10 +0200 (Mon, 03 Apr 2017) $
+ [$Date: 2017-08-08 11:57:30 +0200 (Tue, 08 Aug 2017) $
KOMA-Script guide (package tocbasic)]
-% Date of the translated German file: 2017-04-03
+% Date of the translated German file: 2017-08-08
\translator{Markus Kohm\and Arndt Schubert}
@@ -532,7 +532,7 @@ using \DescRef{\LabelBase.cmd.listoftoc*} or
an empty one) the general hooks will be set. The general before hook will be
called before the individuel one and the general after hook will be called
after the individuel one. While calling the hooks
-\Macro{@currext}IndexCmd{@currext}\important{\Macro{@currext}} is the
+\Macro{@currext}\IndexCmd{@currext}\important{\Macro{@currext}} is the
extension of the corresponding file and should not be changed.
\EndIndexGroup
@@ -1264,8 +1264,9 @@ command \Macro{l@\PName{entry level}}.
\PName{switch} is one of the values for simple switches from
\autoref{tab:truefalseswitch}, \autopageref{tab:truefalseswitch}. If the
switch is active with style \PValue{tocline}, attribute \PValue{numwidth}
- is ignored. Instead of that the maximum number width detected at the
- previous \LaTeX{} run increased by the value of \PValue{numsep} is used.%
+ will become a minimum value. If the maximum number width detected at the
+ previous \LaTeX{} run increased by the value of \PValue{numsep} is greater
+ than this minimum the calculated value will be used.%
}%
\entry{\OptionVName{entryformat}{command}}{%
This attributes makes the format of the entry. The value should be a
@@ -2131,7 +2132,7 @@ the styles.%
\PValue{numwidth}. If the used style has such an attribute,
\Macro{DeclareNewTOC} will initialise it with 1.5\Unit{em}. You can change
the real \PName{value} using \OptionVName{tocentrynumwidth}{value}. The
- \KOMAScript{} classed for example use
+ \KOMAScript{} classes for example use
\OptionValue{tocentrynumwidth}{2.3em}.%
}%
\entry{\OptionVName{indent}{length}}{%
@@ -2144,7 +2145,7 @@ the styles.%
\PValue{indent}. If the used style has such an attribute,
\Macro{DeclareNewTOC} will initialise it with 1\Unit{em}. You can change
the real \PName{value} using \OptionVName{tocentryindent}{value}. The
- \KOMAScript{} classed for example use
+ \KOMAScript{} classes for example use
\OptionValue{tocentrynumwidth}{1.5em}.%
}%
\entry{\OptionVName{level}{number}}{%
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex
index 669bf7022a4..b9e81964ebb 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/typearea.tex
@@ -46,11 +46,11 @@
% ======================================================================
\KOMAProvidesFile{typearea.tex}%
- [$Date: 2017-04-13 09:47:38 +0200 (Thu, 13 Apr 2017) $
+ [$Date: 2017-08-08 14:38:15 +0200 (Tue, 08 Aug 2017) $
KOMA-Script guide (chapter: typearea)]
\translator{Markus Kohm\and Gernot Hassenpflug\and Krickette Murabayashi}
-% Date of the translated German file: 2017-04-13
+% Date of the translated German file: 2017-08-08
\chapter{Construction of the Page Layout with \Package{typearea}}
\BeginIndexGroup
@@ -738,27 +738,27 @@ layout.
\linespread{1.25}
\KOMAoptions{DIV=last}
\end{lstcode}\IndexCmd{linespread}
-Since \Package{typearea} always executes the command
-\Macro{normalsize} itself upon calculation of a new type area, it is
-not necessary to activate the chosen leading with \Macro{selectfont}
-after \Macro{linespread}, since this will be used already in the
-recalculation.
-
-When using the \Package{setspace} package (see
-\cite{package:setspace}), the same example would appear as follows:
+ Since \Package{typearea} always executes the command
+ \Macro{normalsize} itself upon calculation of a new type area, it is
+ not necessary to activate the chosen leading with \Macro{selectfont}
+ after \Macro{linespread}, since this will be used already in the
+ recalculation.
+
+ When using the \Package{setspace}\IndexPackage{setspace} package (see
+ \cite{package:setspace}), the same example would appear as follows:
\begin{lstcode}
\documentclass[10pt,twoside,BCOR=12mm,DIV=calc]{scrreprt}
\usepackage{setspace}
\onehalfspacing
\KOMAoptions{DIV=last}
\end{lstcode}
-As can be seen, with the use of the \Package{setspace} package one no
-longer neesds to know the correct stretch value.
+ As can be seen, with the use of the \Package{setspace} package one no longer
+ needs to know the correct stretch value.
-At this point it should be noted that the line spacing for the title
-page should be reset to the normal value.
+ At this point it should be noted that the line spacing for the title
+ page should be reset to the normal value.
\iffalse% Umbruchkorrektur
- A complete example would be:
+ A complete example would be:\IndexPackage{setspace}
\fi
\begin{lstcode}
\documentclass[10pt,twoside,BCOR=12mm,DIV=calc]
@@ -782,6 +782,12 @@ page should be reset to the normal value.
in \autoref{cha:tocbasic} of \autoref{part:forExperts} on
\DescPageRef{tocbasic.cmd.AfterTOCHead}.
\end{Example}
+Note, changing the line spacing could also influence page head and
+footer. For example, if you are using package \Package{scrlayer}, you have to
+decide in such cases whether you want to have the normal line spacing or the
+changed to be used in the page head and footer. See option
+\DescRef{scrlayer.option.singlespacing} in \autoref{cha:scrlayer} on
+\DescPageRef{scrlayer.option.singlespacing} for more information.
Please note that when using this option with one of the {\KOMAScript} classes
as in the example above, it must be used either as a class option, or passed