summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/scrbookreportarticle.tex46
1 files changed, 35 insertions, 11 deletions
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 d0730d85b30..80d6724c660 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: 2015-06-15 13:41:43 +0200 (Mon, 15 Jun 2015) $
+ [$Date: 2015-08-27 11:10:36 +0200 (Thu, 27 Aug 2015) $
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 translated german file: 2015-06-15
+% Date of translated german file: 2015-08-27
\chapter{The Main Classes: \Class{scrbook}, \Class{scrreprt}, and
\Class{scrartcl}}
@@ -323,8 +323,11 @@ one wants to ignore this general agreement, one may use \PName{selection}
The\important{\OptionValue{toc}{index}} option \OptionValue{index}{totoc}
causes an entry for the index to be included in the table of contents. The
index is unnumbered since it too only includes references to the contents of
-the other sectional units. \KOMAScript{} does not have support to ignore this
-general agreement.
+the other sectional units. Despite\ChangedAt{v3.18}{\Class{scrbook}\and
+ \Class{scrreprt}\and \Class{scrartcl}}
+\important{\OptionValue{toc}{indexnumbered}}objection of the author,
+\KOMAScript{} does also support to ignore this general agreement using
+\OptionValue{toc}{indexnumbered}.
\leavevmode\phantomsection\nobreak
\label{desc:maincls.option.toc.bibliography}\nobreak
@@ -412,6 +415,12 @@ The \autoref{tab:maincls.toc} shows an overview of possible values for
The index will be represented by an entry at the table of contents, but
will not be numbered.%
\IndexOption{toc~=\PValue{index}}}%
+ \entry{\PValue{indexnumbered}}{%
+ \ChangedAt{v3.18}{\Class{scrbook}\and \Class{scrreprt}\and
+ \Class{scrartcl}}%
+ The index will be represented by an entry at the table of contents and
+ will be numbered.%
+ \IndexOption{toc~=\PValue{index}}}%
\pventry{listof}{%
The lists of floating environments, e.\,g., the list of figures and the
list of tables, will be represented by entries at the table of contents,
@@ -2199,7 +2208,12 @@ Do\textnote{Attention!} not forget to change \Macro{newcommand} into
See \cite{latex:usrguide} for more information about the optional arguments
of \Macro{makebox}.
\end{Example}
-%
+
+If you would like to change more than only the printing of the counter of a
+heading, please have a look at \Macro{chapterlineswithprefixformat},
+\Macro{chapterlinesformat}, \Macro{sectionlinesformat}, and
+\Macro{sectioncatchphraseformat} in \autoref{sec:maincls-experts.experts} from
+\autopageref{desc:maincls-experts.cmd.chapterlineswithprefixformat}.%
\EndIndex{Cmd}{autodot}%
\EndIndex{Cmd}{IfUsePrefixLine}%
\EndIndex{Cmd}{othersectionlevelsformat}%
@@ -4096,9 +4110,13 @@ default or option
The\important{\OptionValue{index}{totoc}} index does not need an entry at the
table of contents, because it should always be the last element of a
document. Nevertheless, such an entry may be achieved using option
-\OptionValue{index}{totoc}\IndexOption{index~=\PValue{totoc}}. See also option
-\Option{toc} with value \PValue{index} in \autoref{sec:maincls.toc} from
-\autopageref{desc:maincls.option.toc.index} onward.
+\OptionValue{index}{totoc}\IndexOption{index~=\PValue{totoc}}.
+You\ChangedAt{v3.18}{\Class{scrbook}\and \Class{scrreprt}\and
+ \Class{scrartcl}} can even number the index using option
+\OptionValue{index}{numbered}\IndexOption{index~=\PValue{numbered}}. See also
+option \Option{toc} with value \PValue{index} or \PValue{indexnumbered} in
+\autoref{sec:maincls.toc} from \autopageref{desc:maincls.option.toc.index}
+onward.
A summary of all available values for option \Option{index} may be found in
\autoref{tab:maincls.index}.
@@ -4107,13 +4125,19 @@ A summary of all available values for option \Option{index} may be found in
\caption{Available values of option \Option{index}}%
\label{tab:maincls.index}
\begin{desctabular}
+ \entry{\PValue{default}, \PValue{nottotoc}, \PValue{plainheading}}{%
+ The index will not have an entry at the table of contents.%
+ \IndexOption{index~=\PValue{default}}}%
+ \entry{\PValue{numbered}, \PValue{totocnumbered}}{%
+ \ChangedAt{v3.18}{\Class{scrbook}\and \Class{scrreprt}\and
+ \Class{scrartcl}}%
+ The index will have an entry at the table of contents and also will have
+ a heading number.%
+ \IndexOption{index~=\PValue{numbered}}}%
\entry{\PValue{totoc}, \PValue{toc}, \PValue{notnumbered}}{%
The index will have an entry at the table of contents, but will not have
a heading number.%
\IndexOption{index~=\PValue{totoc}}}%
- \entry{\PValue{default}, \PValue{nottotoc}, \PValue{plainheading}}{%
- The index will not have an entry at the table of contents.%
- \IndexOption{index~=\PValue{default}}}%
\end{desctabular}
\end{table}
%