diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-21 21:34:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-21 21:34:33 +0000 |
commit | 81cddd7517e67e55f78f585fe591499404736882 (patch) | |
tree | 8295511489c0cc4fa8d050ad16ba9188d97af21a /Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty | |
parent | 18662b9a3d569ac82849d73b96ae9004c8200c3a (diff) |
koma-script (21mar21)
git-svn-id: svn://tug.org/texlive/trunk@58585 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty b/Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty index ac3d109d5e1..c60da49d8a3 100644 --- a/Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty +++ b/Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty @@ -40,7 +40,7 @@ %% %%% From File: $Id: scrlfile-hook.dtx$ \ProvidesPackage{scrlfile-hook}[% - 2020/09/21 v3.32 KOMA-Script + 2021/03/17 v3.33 KOMA-Script package (using LaTeX hooks)] \@ifundefined{AddToHook}{% @@ -94,19 +94,19 @@ \seq_new:N \g__scrlfile_input_file_seq \hook_gput_code:nnn { file / before } { . } { \seq_gpush:Nx \g__scrlfile_input_file_seq { \CurrentFile } } +\msg_new:nnn { scrlfile-hook } { too-many-pops } + { + More~file~names~popped~from~stack~than~put~to.~ + This~should~never~happen.~ + However,~it~could~happen~if~scrlfile-hook~is~loaded~by~another~ + package~or~class.~In~this~case~some~packages~or~classes~are~not~ + recognised~correctly. + } \hook_gput_code:nnn { file / after } { . } { \seq_gpop:NNF \g__scrlfile_input_file_seq \l_tmpa_seq { - \msg_new:nnn { scrlfile-hook } { to-much-pops } - { - More~file~names~popped~from~stack~than~put~to.~ - This~should~never~happen.~ - However,~it~could~happen~if~scrlfile-hook~is~loaded~by~another~ - package~or~class.~In~this~case~some~packages~or~classes~are~not~ - recognised~correctly. - } - \msg_warning:nn { scrlfile-hook } { to-much-pops } + \msg_warning:nn { scrlfile-hook } { too-many-pops } } } \cs_if_exist:NTF \g__filehook_input_file_seq |