-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Incompatibility with siunitx v3 #28
Comments
This is true and probably I should have anticipated that… A workaround is passing the option before |
what is the best way to detect the presence of v3 before loading the file? |
What about 2021-04-17 is the release date of the last v2 version. However, according to the documentation, loading the package with [=v2] should work for all installations:
|
The first won't work because (to my knowledge) this only works after loading a package. The second is quite interesting! |
FWIW, Fixing the errors and using the ifpackagelater-variant is the better way… |
it's 3.0 in 2021 or so and we still use the 2 interface. also don't use the PGF interface deprecated in 3.0, I think we did not use it after all. see #28
The class makes use of some features not available in v3 of
siunitx
. This leads to some errors, and warnungs, e.g:A straightforward fix (or at least a workaround) is to load the old version with
\RequirePackage{siunitx}[=v2]
The text was updated successfully, but these errors were encountered: