summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/koma-script/source-doc/english/common-lists.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/koma-script/source-doc/english/common-lists.tex')
-rw-r--r--macros/latex/contrib/koma-script/source-doc/english/common-lists.tex28
1 files changed, 14 insertions, 14 deletions
diff --git a/macros/latex/contrib/koma-script/source-doc/english/common-lists.tex b/macros/latex/contrib/koma-script/source-doc/english/common-lists.tex
index 9b18e0551e..12bb0ca90c 100644
--- a/macros/latex/contrib/koma-script/source-doc/english/common-lists.tex
+++ b/macros/latex/contrib/koma-script/source-doc/english/common-lists.tex
@@ -46,12 +46,12 @@
% ======================================================================
\KOMAProvidesFile{common-lists.tex}
- [$Date: 2019-10-10 10:04:30 +0200 (Thu, 10 Oct 2019) $
+ [$Date: 2019-11-19 12:56:28 +0100 (Tue, 19 Nov 2019) $
KOMA-Script guide (common paragraphs)]
\translator{Gernot Hassenpflug\and Markus Kohm\and Krickette Murabayashi\and
Karl Hagen}
-% Date of the translated German file: 2019-10-10
+% Date of the translated German file: 2019-11-19
\section{Lists}
\seclabel{lists}%
@@ -70,8 +70,8 @@
define any list environments itself but leaves them to the class
used. If this is not a \KOMAScript{} class, it will load
\hyperref[cha:scrextend]{\Package{scrextend}}\IndexPackage{scrextend}%
- \important{\hyperref[cha:scrextend]{\Package{scrextend}}}.%
- }{} %
+ \important{\hyperref[cha:scrextend]{\Package{scrextend}}}. %
+ }{}%
However, the \Package{scrextend} package only defines the
\DescRef{\ThisCommonLabelBase.env.labeling},
\DescRef{\ThisCommonLabelBase.env.addmargin}, and
@@ -554,15 +554,15 @@ defined with the \Environment{labeling} environment.%
\end{verse}
\end{ShowOutput}
in this case \verb|\\*| can not prevent a page break occurring within a
- verse at such a line break. To prevent such a page break, a
- \Macro{nopagebreak}\IndexCmd{nopagebreak} would have to be inserted
- somewhere in the first line:
+ verse at such a line break. To prevent such a page break, a change of
+ \Macro{interlinepenalty}\IndexCmd{interlinepenalty} would have to be
+ inserted at the beginning of the environment:
\begin{lstcode}
- \begin{verse}
- Both the philosopher and the house-owner\nopagebreak{}
+ \begin{verse}\interlinepenalty 10000
+ Both the philosopher and the house-owner
always have something to repair.\\
\bigskip
- Don't trust a man, my son, who tells you\nopagebreak{}
+ Don't trust a man, my son, who tells you
that he has never lied.
\end{verse}
\end{lstcode}
@@ -597,7 +597,7 @@ defined with the \Environment{labeling} environment.%
%
\EndIndexGroup
- \iftrue% Umbruchkorrekturvarianten
+ \iffalse% Umbruchkorrekturvarianten
\begin{Declaration}
\begin{Environment}{quote}\end{Environment}
\end{Declaration}%
@@ -807,13 +807,13 @@ Both versions of this environment allow negative values for all parameters.
Whether a page is going to be on the left or right side of the book cannot be
determined reliably on the first {\LaTeX} run. For details please refer to
the explanation of the commands
-\DescRef{\ThisCommonLabelBase.cmd.ifthispageodd}
+\DescRef{\ThisCommonLabelBase.cmd.Ifthispageodd}
(\autoref{sec:\ThisCommonLabelBase.oddOrEven},
-\DescPageRef{\ThisCommonLabelBase.cmd.ifthispageodd}) and
+\DescPageRef{\ThisCommonLabelBase.cmd.Ifthispageodd}) and
\iffree{\Macro{ifthispagewasodd}}{%
\DescRef{maincls-experts.cmd.ifthispagewasodd}}
(\autoref{sec:maincls-experts.addInfos}\iffree{}{,
-\DescPageRef{maincls-experts.cmd.ifthispageodd}}).
+\DescPageRef{maincls-experts.cmd.Ifthispageodd}}).
\IfThisCommonLabelBase{scrlttr2}{}{%
\begin{Explain}
The interplay of environments such as lists and paragraphs gives rise to