I read in the l3keys2e documentation that this package was obsolete.
What is the new way of dealing with package options? At the moment, I'm using \ProcessKeysPackageOptions.
I read in the l3keys2e documentation that this package was obsolete.
What is the new way of dealing with package options? At the moment, I'm using \ProcessKeysPackageOptions.
Yes, we have integrated into the kernel a very slightly modified method:
\ProcessKeyOptions [ <family> ]
There is no 'just the package' command in the kernel, as this behaviour did not match that of the 'classical' \ProcessOptions command.
\ProcessKeysPackageOptions, only of\ProcessKeysOptions: we talked about this in the team, and the conclusion was that the options to\documentclasshave always been intended to be global so packages should not just 'ignore' them . – Joseph Wright Sep 22 '23 at 15:45