diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/tocbasic.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/tocbasic.sty | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty b/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty index 48aea9f0373..465ad431acb 100644 --- a/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty +++ b/Master/texmf-dist/tex/latex/koma-script/tocbasic.sty @@ -21,7 +21,7 @@ %% tocbasic.dtx (with options: `package,exit') %% scrlogo.dtx (with options: `logo') %% -%% Copyright (c) 2008-2021 Markus Kohm [komascript at gmx info] +%% Copyright (c) 2008-2022 Markus Kohm [komascript at gmx info] %% %% This file was generated from file(s) of the KOMA-Script bundle. %% --------------------------------------------------------------- @@ -53,24 +53,24 @@ %% find a complete unmodified copy of LaTeX2e at %% <http://mirror.ctan.org/tex-archive/macros/latex/base/>. %% -%%% From File: $Id: tocbasic.dtx 3874 2022-06-05 10:38:02Z kohm $ +%%% From File: $Id: tocbasic.dtx 3947 2022-07-22 05:59:41Z kohm $ %%% (run: identify) \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{tocbasic}[% - 2022/07/04 v3.37 KOMA-Script + 2022/10/12 v3.38 KOMA-Script package (handling toc-files)% ] -%%% From File: $Id: tocbasic.dtx 3874 2022-06-05 10:38:02Z kohm $ +%%% From File: $Id: tocbasic.dtx 3947 2022-07-22 05:59:41Z kohm $ %%% (run: prepare) %%% From File: $Id: scrkernel-tocstyle.dtx 3874 2022-06-05 10:38:02Z kohm $ %%% (run: prepare) -%%% From File: $Id: tocbasic.dtx 3874 2022-06-05 10:38:02Z kohm $ +%%% From File: $Id: tocbasic.dtx 3947 2022-07-22 05:59:41Z kohm $ %%% (run: option) \ProcessOptions\relax %%% From File: $Id: scrkernel-tocstyle.dtx 3874 2022-06-05 10:38:02Z kohm $ %%% (run: option) -%%% From File: $Id: tocbasic.dtx 3874 2022-06-05 10:38:02Z kohm $ +%%% From File: $Id: tocbasic.dtx 3947 2022-07-22 05:59:41Z kohm $ %%% (run: body) \RequirePackage{scrbase} \AfterPackage*{multitoc}{% @@ -187,14 +187,14 @@ \expandafter\g@addto@macro\csname tb@#1@add@hook\endcsname } \newcommand*{\tocbasic@extend@babel}[1]{% - \scr@ifundefinedorrelax{bbl@set@language}{% - \PackageInfo{tocbasic}{babel extension for `#1' omitted\MessageBreak - because of missing \string\bbl@set@language}% + \Iftocfeature{#1}{nobabel}{% + \PackageInfo{tocbasic}{omitting babel extension for `#1'\MessageBreak + because of feature `nobabel' available\MessageBreak + for `#1'}% }{% - \Iftocfeature{#1}{nobabel}{% + \scr@ifundefinedorrelax{bbl@set@language}{% \PackageInfo{tocbasic}{omitting babel extension for `#1'\MessageBreak - because of feature `nobabel' available\MessageBreak - for `#1'}% + because of missing \string\bbl@set@language}% }{% \scr@ifundefinedorrelax{BabelContentsFiles}{% \PackageInfo{tocbasic}{setting babel extension for `#1'}% @@ -2934,7 +2934,7 @@ %%% From File: $Id: scrkernel-tocstyle.dtx 3874 2022-06-05 10:38:02Z kohm $ %%% (run: style,dottedtocline) \CloneTOCEntryStyle{dottedtocline}{default} -%%% From File: $Id: tocbasic.dtx 3874 2022-06-05 10:38:02Z kohm $ +%%% From File: $Id: tocbasic.dtx 3947 2022-07-22 05:59:41Z kohm $ %%% (run: exit) \AtBeginDocument{% \@ifundefined{MakeMarkcase}{% |