diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrhack.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/scrhack.dtx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrhack.dtx b/Master/texmf-dist/source/latex/koma-script/scrhack.dtx index 5644d18a7ec..49cf81ef4e5 100644 --- a/Master/texmf-dist/source/latex/koma-script/scrhack.dtx +++ b/Master/texmf-dist/source/latex/koma-script/scrhack.dtx @@ -1,4 +1,3 @@ -% \CheckSum{1877} % \iffalse meta-comment % ====================================================================== % scrhack.dtx @@ -62,7 +61,7 @@ % Right brace \} Tilde \~} % % \iffalse -%%% From File: $Id: scrhack.dtx 3474 2020-04-08 09:34:56Z kohm $ +%%% From File: $Id: scrhack.dtx 3508 2020-07-08 08:45:20Z kohm $ %<package&identify>%%% using: package,identify %<package&option>%%% using: package,option %<package&body>%%% using: package,body @@ -71,7 +70,7 @@ \ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi \begingroup \def\filedate$#1: #2-#3-#4 #5${\gdef\filedate{#2/#3/#4}} - \filedate$Date: 2020-04-08 11:34:56 +0200 (Wed, 08 Apr 2020) $ + \filedate$Date: 2020-07-08 10:45:20 +0200 (Wed, 08 Jul 2020) $ \def\filerevision$#1: #2 ${\gdef\filerevision{r#2}} \filerevision$Revision: 1962 $ \endgroup @@ -1065,16 +1064,16 @@ % % \begin{macro}{\scr@hack@nomencl@head} % \changes{v3.23}{2017/03/31}{Überschrift für \texttt{thenomenclature} unter -% Verwendung von \textsf{tocbasic}}%^^A +% Verwendung von \textsf{tocbasic}}%^^A +% \changes{v3.31}{2020/07/08}{internal \cs{list@fname} eliminated}%^^A % Im Gegensatz zu Gleitumgebungen benötigen wir hier keine Gruppe, weil % \texttt{thenomenclature} bereits die Gruppe bereitstellt. % \begin{macrocode} %<*nomencl&body> \newcommand*{\scr@hack@nomencl@head}{% \providecommand*{\listofnlsname}{\nomname}% - \let\list@fname\listofnlsname \def\@currext{nls}% - \tocbasic@listhead{\list@fname}% + \tocbasic@listhead{\nomname}% } %</nomencl&body> % \end{macrocode} |