summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/koma-script/source-doc
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/koma-script/source-doc')
-rw-r--r--macros/latex/contrib/koma-script/source-doc/english/scrbookreportarticle.tex45
-rw-r--r--macros/latex/contrib/koma-script/source-doc/english/tocbasic.tex52
-rw-r--r--macros/latex/contrib/koma-script/source-doc/english/typearea.tex8
-rw-r--r--macros/latex/contrib/koma-script/source-doc/ngerman/tocbasic.tex56
4 files changed, 108 insertions, 53 deletions
diff --git a/macros/latex/contrib/koma-script/source-doc/english/scrbookreportarticle.tex b/macros/latex/contrib/koma-script/source-doc/english/scrbookreportarticle.tex
index fc074400d2..9136fba827 100644
--- a/macros/latex/contrib/koma-script/source-doc/english/scrbookreportarticle.tex
+++ b/macros/latex/contrib/koma-script/source-doc/english/scrbookreportarticle.tex
@@ -1,6 +1,6 @@
% ======================================================================
% scrbookreportarticle.tex
-% Copyright (c) Markus Kohm, 2001-2019
+% Copyright (c) Markus Kohm, 2001-2020
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -18,7 +18,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% scrbookreportarticle.tex
-% Copyright (c) Markus Kohm, 2001-2019
+% Copyright (c) Markus Kohm, 2001-2020
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -46,7 +46,7 @@
% ============================================================================
\KOMAProvidesFile{scrbookreportarticle.tex}
- [$Date: 2019-12-06 10:40:53 +0100 (Fri, 06 Dec 2019) $
+ [$Date: 2020-07-16 10:09:01 +0200 (Thu, 16 Jul 2020) $
KOMA-Script guide (chapter: scrbook, scrreprt, scrartcl)]
\translator{Jens-Uwe Morawski\and Gernot Hassenpflug\and Markus Kohm\and
@@ -104,24 +104,21 @@ new possibilities and options that are described in the following sections.
\end{captionbeside}
\end{table}
-% TODO: new translation missing
-\iffalse% don't show the not yet translated text
-Es sei an dieser Stelle jedoch nicht verschwiegen, dass einige Paketautoren
-ihre Pakete auf Basis der Implementierung und sogar von internem Code der
-Standardklassen entwickeln und dabei keine Ruecksicht auf komplett unabhaengige
-Entwicklungen wie die \KOMAScript-Klassen nehmen. In solchen Faellen kann es
-beim ersten \LaTeX-Lauf nach der Umstellung durchaus zu Fehlermeldungen oder
-zusaezlichen Warnungen kommen. Meist lassen sich diese auf einfache Weise
-beheben. Oftmals koennen dazu die erweiterten Moeglichkeiten von \KOMAScript{}
-genutzt werden, wodurch das problematische Paket dann vollstaendig
-entfaellt. Manchmal kann auch das in \autoref{cha:scrhack} ab Seite
-\autopageref{cha:scrhack} dokumentierte \hyperref[cha:scrhack]{Paket
- \Package{scrhack}}\IndexPackage{scrhack} Abhilfe schaffen. Auch der Ersatz
-von veralteten Paketen durch aktuelle Nachfolger kann zur Beseitigung
-derartiger Probleme beitragen. Teilweise geben sogar die \KOMAScript-Klassen
-durch entsprechende Warnungen Hilfestellung bei der Loesung von
-Inkompatibilitaeten.
-\fi
+% TODO: Fix translation
+However, it should be noted here that some package authors develop their
+packages based on the implementation and even internal code of the standard
+classes, without regard to completely independent developments like the
+\KOMAScript{} classes. In such cases, the first \LaTeX{} run after the change
+may well result in error messages or additional warnings. These can usually be
+corrected in a simple way. Often the extended capabilities of \KOMAScript{}
+can be used for this purpose, which completely eliminates the problematic
+package. Sometimes the \hyperref[cha:scrhack]{package
+ \Package{scrhack}}\IndexPackage{scrhack} documented in \autoref{cha:scrhack}
+starting on \autopageref{cha:scrhack} can also help. Replacing obsolete
+packages with current successors can also help to eliminate such
+problems. Sometimes even the \KOMAScript{} classes provide warnings to help
+solve incompatibilities.
+% :ODOT
Let me say something before describing the classes. When beginning to write a
document, you are often unsure which specific options to choose. Some
@@ -327,7 +324,7 @@ tables and figures, after the table of contents (see
\begin{Declaration}
\OptionVName{toc}{setting}
\end{Declaration}
-It is becoming increasingly common to to include lists of tables and figures,
+It is becoming increasingly common to include lists of tables and figures,
the bibliography, and sometimes even the index in the table of contents. This
is surely related to the recent trend of putting lists of figures and tables
at the end of the document. Both lists are similar to the table of contents in
@@ -3797,7 +3794,7 @@ subsequent lines, is indented by the absolute value of \PName{indent}.
Whether one-line captions are set the same way as multi-line captions or are
treated separately is specified with the option
\DescRef{\LabelBase.option.captions}. For details please refer to the
-explanations of these option on
+explanations of this option on
\DescPageRef{\LabelBase.option.captions.oneline}.
\begin{Example}
@@ -4062,7 +4059,7 @@ package (see \cite{package:longtable}) to be redefined by the {\KOMAScript}
classes, activate the \Option{origlongtable} option. This\textnote{Attention!}
option must be used in the optional argument of
\DescRef{\LabelBase.cmd.documentclass}. It cannot be used as a setting of
-\DescRef{\LabelBase.cmd.KOMAoptions} or \DescRef{\LabelBase.cmd.KOMAoptions}.
+\DescRef{\LabelBase.cmd.KOMAoptions} or \DescRef{\LabelBase.cmd.KOMAoption}.
%
\EndIndexGroup
%
diff --git a/macros/latex/contrib/koma-script/source-doc/english/tocbasic.tex b/macros/latex/contrib/koma-script/source-doc/english/tocbasic.tex
index 7222a34c22..816c890859 100644
--- a/macros/latex/contrib/koma-script/source-doc/english/tocbasic.tex
+++ b/macros/latex/contrib/koma-script/source-doc/english/tocbasic.tex
@@ -1,6 +1,6 @@
% ======================================================================
% tocbasic.tex
-% Copyright (c) Markus Kohm, 2002-2019
+% Copyright (c) Markus Kohm, 2002-2020
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -18,7 +18,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% tocbasic.tex
-% Copyright (c) Markus Kohm, 2002-2019
+% Copyright (c) Markus Kohm, 2002-2020
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -46,10 +46,10 @@
% ======================================================================
\KOMAProvidesFile{tocbasic.tex}
- [$Date: 2019-12-03 09:41:21 +0100 (Tue, 03 Dec 2019) $
+ [$Date: 2020-06-11 16:57:03 +0200 (Thu, 11 Jun 2020) $
KOMA-Script guide (package tocbasic)]
-% Date of the translated German file: 2019-12-03
+% Date of the translated German file: 2020-06-11
\translator{Markus Kohm\and Arndt Schubert\and Karl Hagen}
@@ -1027,10 +1027,11 @@ Currently, \Package{tocbasic} defines the following entry styles:
\PValue{section} and \PValue{subsection} using this style, but add extra
\PName{initial code} to the clones to change their defaults.
- The style supports 18\important{\PValue{level}, \PValue{beforeskip},
- \PValue{breakafternumber}, \PValue{dynnumwidth}, \PValue{entryformat},
- \PValue{entrynumberformat}, \PValue{indent}, \PValue{linefill},
- \PValue{numsep}, \PValue{numwidth}, \PValue{onstarthigherlevel},
+ The style supports 20\important{\PValue{level}, \PValue{beforeskip},
+ \PValue{breakafternumber}, \PValue{dynindent}, \PValue{dynnumwidth},
+ \PValue{entryformat}, \PValue{entrynumberformat}, \PValue{indent},
+ \PValue{indentfollows}, \PValue{linefill}, \PValue{numsep},
+ \PValue{numwidth}, \PValue{onstarthigherlevel},
\PValue{onstartlowerlevel}, \PValue{onstartsamelevel},
\PValue{pagenumberbox}, \PValue{pagenumberformat},
\PValue{pagenumberwidth}, \PValue{raggedentrytext},
@@ -1205,7 +1206,8 @@ Currently, \Package{tocbasic} defines the following entry styles:
\item[\PValue{toctext}]\ChangedAt{v3.27}{\Package{tocbasic}}%
is a special feature. While all other styles produce one paragraph per
entry, this one produces one paragraph for all successive entries of this
- style. With 13\important{\PValue{afterpar}, \PValue{entryformat},
+ style. With 14\important{\PValue{afterpar}, \PValue{beforeskip},
+ \PValue{entryformat},
\PValue{entrynumberformat}, \PValue{indent}, \PValue{numsep},
\PValue{onendentry}, \PValue{onendlastentry}, \PValue{onstartentry},
\PValue{onstartfirstentry}, \PValue{pagenumberformat},
@@ -1279,10 +1281,12 @@ the form \Option{\PName{key}:=\PName{entry level}} for all options of the
\PName{entry level} will be copied. For example, you can copy the current
indent of the \PValue{figure} level using \OptionValue{indent:}{figure}. For
options that expect a length or integer value, you can also use
-\Option{\PName{key}+=\PName{value}} to add\PName{value} to the current setting
+\Option{\PName{key}+=\PName{value}} to add \PName{value} to the current setting
of the \PName{key}. To subtract simply, you can use a negative \PName{value}.
For example, with \OptionValue{indent+}{1cm} you can increase the indent by
-1\Unit{cm}.
+1\Unit{cm}. For options that expect a list value, you can use
+\Option{\PName{key}+=\PName{value}} to append \PName{value} to the current
+setting of the \PName{key}.
If\ChangedAt{v3.21}{\Package{tocbasic}} you use these attributes as
options to \DescRef{\LabelBase.cmd.DeclareNewTOC} (see
@@ -1333,6 +1337,12 @@ Finally, using \Macro{DeclareTOCStyleEntry} will define the internal command
undefined, \PValue{section} is initialised with \texttt{1em plus 1pt}
instead. The initial value for all other levels is \texttt{0pt plus
.2pt}.%
+
+ In\ChangedAt{v3.31}{\Package{tocbasic}} the style \PValue{toctext} the
+ vertical space is inserted before the paragraph if it is the first entry
+ in the paragraph. It is ignored for all other entries in the paragraph. If
+ the initialization takes place via this style, \texttt{0pt} is used as
+ default.%
}%
\entry{\OptionVName{breakafternumber}{switch}}{%
\PName{switch} is one of the values for simple switches from
@@ -1344,7 +1354,7 @@ Finally, using \Macro{DeclareTOCStyleEntry} will define the internal command
false for the \PValue{tocline} style.
If\textnote{Attention!} the \Option{numberline} feature has been activated
- for a content list (see \DescRef{\LabelBase.cmd.setuptoc},
+ for a content list (see \DescRef{\LabelBase.cmd.setuptoc},
\autoref{sec:tocbasic.toc}, \DescPageRef{\LabelBase.cmd.setuptoc}), as is
the case with the \KOMAScript{} classes when the
\OptionValueRef{maincls}{toc}{numberline}%
@@ -1352,6 +1362,15 @@ Finally, using \Macro{DeclareTOCStyleEntry} will define the internal command
unnumbered entries will nevertheless have a (by default empty) number line
using the formatting of \Option{entrynumberformat}.%
}%
+ \entry{\OptionVName{dynindent}{switch}}{%
+ \ChangedAt{v3.31}{\Package{tocbasic}}%
+ \PName{switch} is one of the values for simple switches from
+ \autoref{tab:truefalseswitch}, \autopageref{tab:truefalseswitch}. If the
+ switch is active with the \PValue{tocline} style, the \PValue{indent}
+ attribute only specifies a minimum value. The maximum value is determined
+ by the number width and the indentation of the levels specified via
+ \PValue{indentfollows}.%
+ }%
\entry{\OptionVName{dynnumwidth}{switch}}{%
\PName{switch} is one of the values for simple switches from
\autoref{tab:truefalseswitch}, \autopageref{tab:truefalseswitch}. If the
@@ -1439,6 +1458,15 @@ Finally, using \Macro{DeclareTOCStyleEntry} will define the internal command
classes. For all other levels, the initialisation is done with the value
of \Macro{\PName{entry level}numdepth}, if this is defined.%
}%
+ \entry{\OptionVName{indentfollows}{list of levels}}{%
+ \ChangedAt{v3.31}{\Package{tocbasic}}%
+ If \Option{dynindent} is set with style \PValue{tocline}, the
+ comma-separated list of level names specified here is used to determine
+ the actual indentation. Levels whose names begin with ``\texttt{sub}''
+ will be initialized with the name without this prefix. The \KOMAScript{}
+ classes also automatically set appropriate values for the levels
+ \PValue{section} and \PValue{paragraph}.%
+ }%
\entry{\OptionVName{linefill}{code}}{%
With the \PValue{tocline} style, you can change what is used to fill the
space between the end of the entry text and the page number. The
diff --git a/macros/latex/contrib/koma-script/source-doc/english/typearea.tex b/macros/latex/contrib/koma-script/source-doc/english/typearea.tex
index ba5c6c3894..5547cc81d7 100644
--- a/macros/latex/contrib/koma-script/source-doc/english/typearea.tex
+++ b/macros/latex/contrib/koma-script/source-doc/english/typearea.tex
@@ -1,6 +1,6 @@
% ======================================================================
% typearea.tex
-% Copyright (c) Markus Kohm, 2001-2019
+% Copyright (c) Markus Kohm, 2001-2020
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -18,7 +18,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% typearea.tex
-% Copyright (c) Markus Kohm, 2001-2019
+% Copyright (c) Markus Kohm, 2001-2020
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -46,7 +46,7 @@
% ======================================================================
\KOMAProvidesFile{typearea.tex}%
- [$Date: 2019-10-19 12:04:47 +0200 (Sat, 19 Oct 2019) $
+ [$Date: 2020-05-09 16:41:52 +0200 (Sat, 09 May 2020) $
KOMA-Script guide (chapter: typearea)]
\translator{Markus Kohm\and Gernot Hassenpflug\and Krickette Murabayashi\and
Karl Hagen}
@@ -1785,7 +1785,7 @@ German in the German guide.)
\textit{The\textnote{Quote!} practice of doing things oneself has long been
widespread, but the results are often dubious because amateur typographers
do not see what is wrong and cannot know what is important. This is how
- you get used to to incorrect and poor typography.} [\dots] \textit{Now the
+ you get used to incorrect and poor typography.} [\dots] \textit{Now the
objection could be made that typography is a matter of taste. When it
comes to decoration, one could perhaps accept that argument, but since
typography is primarily about information, not only can mistakes irritate,
diff --git a/macros/latex/contrib/koma-script/source-doc/ngerman/tocbasic.tex b/macros/latex/contrib/koma-script/source-doc/ngerman/tocbasic.tex
index 843d345f9d..bafc7aadc2 100644
--- a/macros/latex/contrib/koma-script/source-doc/ngerman/tocbasic.tex
+++ b/macros/latex/contrib/koma-script/source-doc/ngerman/tocbasic.tex
@@ -1,6 +1,6 @@
% ======================================================================
% tocbasic.tex
-% Copyright (c) Markus Kohm, 2002-2019
+% Copyright (c) Markus Kohm, 2002-2020
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -18,7 +18,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% tocbasic.tex
-% Copyright (c) Markus Kohm, 2002-2019
+% Copyright (c) Markus Kohm, 2002-2020
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -46,7 +46,7 @@
% ======================================================================
\KOMAProvidesFile{tocbasic.tex}
- [$Date: 2019-12-03 09:41:21 +0100 (Tue, 03 Dec 2019) $
+ [$Date: 2020-06-11 16:57:03 +0200 (Thu, 11 Jun 2020) $
KOMA-Script guide (package tocbasic)]
\chapter{Verzeichnisse verwalten mit Hilfe von \Package{tocbasic}}
@@ -1118,9 +1118,11 @@ Derzeit werden von \Package{tocbasic} die folgenden Eintragsstile definiert:
der Klone so ab, dass sie unterschiedliche Voreinstellungen besitzen.
Der Stil kennt neben der Standardeigenschaft \PValue{level} noch
- 18\important{\PValue{level}, \PValue{beforeskip}, \PValue{breakafternumber},
+ 20\important{\PValue{level}, \PValue{beforeskip}, \PValue{breakafternumber},
+ \PValue{dynindent},
\PValue{dynnumwidth}, \PValue{entryformat}, \PValue{entrynumberformat},
- \PValue{indent}, \PValue{linefill}, \PValue{numsep}, \PValue{numwidth},
+ \PValue{indent}, \PValue{indentfollows},
+ \PValue{linefill}, \PValue{numsep}, \PValue{numwidth},
\PValue{onstarthigherlevel}, \PValue{onstartlowerlevel},
\PValue{onstartsamelevel}, \PValue{pagenumberbox},
\PValue{pagenumberformat}, \PValue{pagenumberwidth},
@@ -1290,14 +1292,15 @@ Derzeit werden von \Package{tocbasic} die folgenden Eintragsstile definiert:
\end{figure}
\item[\PValue{toctext}]\ChangedAt{v3.27}{\Package{tocbasic}}%
stellt eine Besonderheit dar. Während alle anderen Stile je Eintrag einen
- Absatz\important{\PValue{level}, \PValue{afterpar}, \PValue{entryformat},
+ Absatz\important{\PValue{level}, \PValue{afterpar}, \PValue{beforeskip},
+ \PValue{entryformat},
\PValue{entrynumberformat}, \PValue{indent}, \PValue{numsep},
\PValue{onendentry}, \PValue{onendlastentry}, \PValue{onstartentry},
\PValue{onstartfirstentry}, \PValue{pagenumberformat},
\PValue{prepagenumber}, \PValue{raggedright}, \PValue{rightindent}}
erzeugen, wird hier für alle aufeinanderfolgenden Einträge dieses Stils nur
ein einziger Absatz erzeugt. Für die Konfigurierung stehen neben der
- Standardeigenschaft \PValue{level} mit 13 weiteren Eigenschaften fast so
+ Standardeigenschaft \PValue{level} mit 14 weiteren Eigenschaften fast so
viele Möglichkeiten wie bei \PValue{tocline} zur Verfügung. Dieser Stil ist
aber zwingend darauf angewiesen, dass am Anfang aller anderen Stile und auch
am Ende des Verzeichnisses ein noch nicht beendeter Absatz tasächlich
@@ -1360,8 +1363,8 @@ Derzeit werden von \Package{tocbasic} die folgenden Eintragsstile definiert:
Eine Erklärung zu den Eigenschaften der von \Package{tocbasic} definierten
Stile findet sich in \autoref{tab:tocbasic.tocstyle.attributes}.
Neben\ChangedAt{v3.27}{\Package{tocbasic}} der normalen Zuweisung eines Wertes
-in der Form \Option{\PName{Schlüssel}=\PName{Wert}} verstehen beide Befehle für
-alle Optionen der durch \KOMAScript{} definierten Stile auch die
+in der Form \Option{\PName{Schlüssel}=\PName{Wert}} verstehen beide Befehle
+für alle Optionen der durch \KOMAScript{} definierten Stile auch die
Zuweisungen in der Form \Option{\PName{Schlüssel}:=\PName{Eintragsebene}}. In
diesem Fall wird die aktuell gültige Einstellung für \PName{Eintragsebene}
kopiert, soweit diese verfügbar ist. Es kann also beispielsweise mit
@@ -1371,7 +1374,10 @@ erwarten, gibt es außerdem die Möglichkeit mit
\Option{\PName{Schlüssel}+=\PName{Wert}} den \PName{Wert} zur aktuell gültigen
Einstellung zu addieren. Für eine Substraktion kann ein negativer \PName{Wert}
verwendet werden. Mit \OptionValue{indent+}{1cm} könnte so beispielsweise der
-Einzug um 1\Unit{cm} erhöht werden.
+Einzug um 1\Unit{cm} erhöht werden. Für Optionen, die eine
+Liste\ChangedAt{v3.31}{\Package{tocbasic}} als \PName{Wert} erwarten, kann mit
+\Option{\PName{Schlüssel}+=\PName{Wert}} der neue \PName{Wert} an den bereits
+vorhandenen angehängt werden.
Bei\ChangedAt{v3.21}{\Package{tocbasic}} Verwendung der Eigenschaften als
Optionen für Anweisung
@@ -1431,7 +1437,13 @@ angegebenen Einstellungen definiert.%
\PValue{chapter} bekannt, wird stattdessen für \PValue{section}
\texttt{1em plus 1pt} verwendet. Ansonsten wird es für \PValue{section}
wie für alle
- anderen Ebenen mit \texttt{0pt plus .2pt} initialisiert.%
+ anderen Ebenen mit \texttt{0pt plus .2pt} initialisiert.
+
+ Im\ChangedAt{v3.31}{\Package{tocbasic}} Stil \PValue{toctext} wird der
+ vertikale Abstand vor dem Absatz eingefügt, wenn es sich um den ersten
+ Eintrag im Absatz handelt. Bei allen weiteren Einträgen des Absatzes wird
+ er ignoriert. Findet die Initialisierung über diesen Stil statt, so wird
+ als Voreinstellung \texttt{0pt} verwendet.%
}%
\entry{\OptionVName{breakafternumber}{Schalter}}{%
\PName{Schalter} ist einer der Werte für einfache Schalter aus
@@ -1454,6 +1466,15 @@ angegebenen Einstellungen definiert.%
leeren Nummer in der Formatierung von \Option{entrynumberformat} gesetzt
wird.%
}%
+ \entry{\OptionVName{dynindent}{Schalter}}{%
+ \ChangedAt{v3.31}{\Package{tocbasic}}%
+ \PName{Schalter} ist einer der Werte für einfache Schalter aus
+ \autoref{tab:truefalseswitch}, \autopageref{tab:truefalseswitch}. Ist der
+ Schalter beim Stil \PValue{tocline} aktiviert, gibt die Eigenschaft
+ \PValue{indent} nur noch einen Minimalwert an. Der Maximalwert wird durch
+ die Nummernbreite und den Einzug der via \Option{indentfollows}
+ vorgegebenen Ebenen bestimmt.%
+ }%
\entry{\OptionVName{dynnumwidth}{Schalter}}{%
\PName{Schalter} ist einer der Werte für einfache Schalter aus
\autoref{tab:truefalseswitch}, \autopageref{tab:truefalseswitch}. Ist der
@@ -1532,6 +1553,15 @@ angegebenen Einstellungen definiert.%
allen von \KOMAScript{} bereitgestellten Stilen diesen Wert und verwenden
stattdessen 0\Unit{pt}. Der Einzug wird also deaktiviert.%
}%
+ \entry{\OptionVName{indentfollows}{Ebenenliste}}{%
+ \ChangedAt{v3.31}{\Package{tocbasic}}%
+ Ist \Option{dynindent} beim Stil \PValue{tocline} gesetzt, so dient die
+ hier angegebene durch Komma separierte Liste an Ebenennamen dazu, den
+ tatsächlichen Einzug zu ermitteln. Dabei findet bei Ebenen, deren Name mit
+ »\texttt{sub}« beginnt, eine Initialisierung mit dem Namen ohne diesen
+ Präfix statt. Die \KOMAScript-Klassen setzen außerdem automatisch passende
+ Werte für die Ebenen \PValue{section} und \PValue{paragraph}.%
+ }%
\entry{\OptionVName{level}{Integer}}{%
Numerischer Wert der \PName{Eintragsebene}. Tatsächlich angezeigt werden
nur Einträge, deren numerische Ebene nicht größer als Zähler
@@ -1635,8 +1665,8 @@ angegebenen Einstellungen definiert.%
\ChangedAt{v3.27}{\Package{tocbasic}}%
Führt den angegebenen \PName{Code} unmittelbar vor dem Eintrag im Stil
\PValue{toctext} aus, sofern es sich um den ersten Eintrag im Absatz
- handelt. Der Anwender sollte sicherstellen, dass \PName{Code} den
- Absatz nicht bereits beginnt.%
+ handelt. Der Anwender muss unbedingt sicherstellen, dass \PName{Code} auf
+ keinen Fall zum Beenden des bereits begonnen Absatzes führt.%
}%
\entry{\OptionVName{onstarthigherlevel}{Code}}{%
Der Stil \PValue{tocline} kann zu Beginn eines Eintrags eine Aktion in