Argument order for generic kernel hooks
KOMA-Script is a bundle of versatile LaTeX classes and packages
Brought to you by:
kohm
https://github.com/latex3/latex2e/commit/dcd155b047fab29df98d368539c414303de94551
The argument order for generic hooks was changed from <type>/<place>/<name> to <type>/<name>/<place> so currently the wrappers from scrbase are causing warnings like:
LaTeX hooks Warning: Generic hook 'file/after/polyglossia.sty' is deprecated.
(hooks) Use hook 'file/polyglossia.sty/after' instead.
scrbase? AFAIK onlyscrlfilehas to be changed, resp. a second version ofscrlfile-hookwill be needed andscrlfilehas to load the correct one for the used kernel.Sorry, of course I meant
scrlfileTicket moved from /p/koma-script/devtalk/14/
[r3625] contains the needed changes for
scrlfile-hook.styand adds a newscrlfile-hook-3.34.sty.scrlfile.styandscrlfile-patcholdlatex.styare changed to load the correct version ofscrlfile-hook.Thanks for the report.
Related
Commit: [r3625]
thanks for the quick fix. A little typo in
scrlfile-patcholdlatex.dtxon line 157.should read
Thanks → [r3626]
Related
Commit: [r3626]