We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The used \ProcessKeysPackageOptions{} seems to be obsolete.
The text was updated successfully, but these errors were encountered:
Minimal failing TeX-file
\documentclass[]{scrbook}
\usepackage{chemformula}
\begin{document}
Hallo
\end{document}
Sorry, something went wrong.
I ran into this same problem after I updated via MikTex (I am not sure what version was there before, it says it was packed on "01/24/2022". From the latex documentation: https://tex.stackexchange.com/questions/648584/as-of-2022-how-should-one-build-class-package-options-without-l3keys2e
By changing line 481 in chemformula.sty:
chemformula.sty
\ProcessKeysPackageOptions{chemformula/load-time}
to:
\ProcessKeyOptions [chemformula/load-time]
This works with the latest MikTex update on my system.
See #21 or one could use a conditional - I went for the low-hanging approach
No branches or pull requests
The used \ProcessKeysPackageOptions{} seems to be obsolete.
The text was updated successfully, but these errors were encountered: