diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/scrwfile.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/english/scrwfile.tex | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrwfile.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrwfile.tex index 00171d66ce0..56b8569d7bf 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrwfile.tex +++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrwfile.tex @@ -1,6 +1,6 @@ % ====================================================================== % scrwfile.tex -% Copyright (c) Markus Kohm, 2010-2015 +% Copyright (c) Markus Kohm, 2010-2017 % % This file is part of the LaTeX2e KOMA-Script bundle. % @@ -18,7 +18,7 @@ % This work consists of all files listed in manifest.txt. % ---------------------------------------------------------------------- % scrwfile.tex -% Copyright (c) Markus Kohm, 2010-2015 +% Copyright (c) Markus Kohm, 2010-2017 % % Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, % Version 1.3c, verteilt und/oder veraendert werden. @@ -46,10 +46,10 @@ % ============================================================================ \KOMAProvidesFile{scrwfile.tex}% - [$Date: 2015-03-31 11:10:59 +0200 (Tue, 31 Mar 2015) $ + [$Date: 2017-01-02 13:30:07 +0100 (Mon, 02 Jan 2017) $ KOMA-Script guide (chapter: scrwfile)] -% Date of translated German file: 2015-03-31 +% Date of the translated German file: 2017-01-02 \translator{Markus Kohm\and Jana Schubert} @@ -57,7 +57,7 @@ {Economise and Replace Files Using \Package{scrwfile}% } \labelbase{scrwfile} - +\BeginIndexGroup \BeginIndex{Package}{scrwfile} \TeX{} supports 18 write handles only. Handle 0 is used by \TeX{} itself (log @@ -122,7 +122,7 @@ incompatibilities. If you find such a problem, please contact the \seclabel{singlefilefeature} At the point the package is loaded using, e.\,g., -\begin{lstcode}[belowskip=\dp\strutbox] +\begin{lstcode} \usepackage{scrwfile} \end{lstcode} \Package{scrwfile} will redefine \Macro{@starttoc}\IndexCmd{@starttoc} to not @@ -158,7 +158,6 @@ another file, too. We call this cloning. \Macro{TOCclone}% \OParameter{heading}\Parameter{source}\Parameter{destination} \end{Declaration} -\BeginIndex{Cmd}{TOCclone}% activates the clone feature for files with extensions \PName{source} and \PName{destination}. All entries to the file \Macro{jobname}\File{.}\PName{source} will be added to @@ -218,21 +217,21 @@ cannot use because the \Macro{addcontentsline} command would be copied to \File{stoc} too. So we cannot add the command to the \File{toc}-file. Package \Package{tocbasic}\important{\Package{tocbasic}} may be used to solve this: -\csname phantomsection\endcsname\label{example:scrwfile.AfterStartingTOC} +\phantomsection\xmpllabel{cmd.BeforeStartingTOC} \begin{lstcode} - \AfterStartingTOC[toc]{% + \BeforeStartingTOC[toc]{% \addcontentslinedefault{stoc}{chapter} {\protect\contentsname}% } \end{lstcode} -However, this needs, that the file with extension \File{toc} is under control of -package \Package{tocbasic}, which is indeed the case within all \KOMAScript{} -classes. -See \autoref{sec:tocbasic.toc} on -\autopageref{desc:tocbasic.cmd.AfterStartingTOC} for more information about -\Macro{AfterStartingTOC}.% +However, this needs, that the file with extension \File{toc} is under control +of package \Package{tocbasic}, which is indeed the case within all +\KOMAScript{} classes. See \autoref{sec:tocbasic.toc} on +\DescPageRef{tocbasic.cmd.BeforeStartingTOC} for more information about +\DescPageRef{tocbasic.cmd.BeforeStartingTOC}.% \end{Example} -\EndIndex{Cmd}{TOCclone} +\EndIndexGroup + \section{Note on State of Development} \seclabel{draft} @@ -261,7 +260,7 @@ use both, \Package{scrwfile} and \Package{titletoc}, there is no warranty for the correct behaviour of neither of them. This is neither an error of \Package{titletoc} nor of \Package{scrwfile}. -\EndIndex{Package}{scrwfile} +\EndIndexGroup %%% Local Variables: |