Patching using etoolbox or xpatch
KOMA-Script is a bundle of versatile LaTeX classes and packages
Brought to you by:
kohm
In scrkernel-footnotes.dtx package etoolbox is used to patch \@makefnmark, which is in most cases enough (but maybe in future not). In scrkernel-paragraphs.dtx package xpatch is used to patch \deferred@thm@head. Maybe using xpatch both times would be better, to make the first patch robuster.
The code in
scrkernel-footnotes.dtxis used only inscrextend. I've changed it in [r4245] to usexpatchif available, try alsoetoolboxof only this one is available and use hard coded redefinition in other cases.Related
Commit: [r4245]
Last edit: Markus Kohm 2025-11-26