#ifndef WITH_COMPAT missing for soap_dom_attribute
LaTeX itself does only use... That's way I raised the issue. But as I said, nothing happened so far. With nameref (and therefore hyperref) you could use... I am doing right this. Actually, I also do add the redefinition to \pdfstringdefDisableCommands Thanks for clarification and your quick fix.
I just wanted to mention, that there are some packages (at least imakeidx, indextools and index) which redefine \index[optional]{mandatory}. The local redefinition to \let\index\@gobble (and maybe \let\glossary\@gobble as well) is error-prone. I raised https://github.com/latex3/latex2e/issues/311 some time ago but nothing happened until today. For the meanwhile, I came up with \ProvideExpandableDocumentCommand\@gobbleopt@one{o m}{} ... \begingroup \let\index\@gobbleopt@one \let\glossary\@gobbleopt@one...
You are absolutely right, mixed numbering is non-sense. I stumbled across this issue during the work on a tutorial about glossaries where I just wanted to show the result of an given code snippet using \printacronyms, \printsymbols, \printglossary etc. This output should not interfere with the outline of the actual document but as the heading configuration for those commands is rather strict (only section, subsection etc. are permitted) using a custom sectioning command is not possible. Seems, like...
You are absolutely right, mixed numbering is non-sense. I stumbled across this issue during the work on a tutorial about glossaries where I just wanted to show the result of an given code snippet using \printacronyms, \printsymbols, \printglossary etc. This output should not interfere with the outline of the actual document but as the heading configuration for those commands is rather strict (only section, subsection etc. are permitted) using a custom sectioning command is not possible. Seems, like...
section counter is reset by unnumbered section
scr@v@3.37 is missing
thanks for the quick fix. A little typo in scrlfile-patcholdlatex.dtx on line 157. \IfFormatAtLeast{2021/11/15}{}{-3.24}% should read \IfFormatAtLeast{2021/11/15}{}{-3.34}%