You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we merged this, many users cannot use our library and are forced to upgrade to a newer siunitx version as described in my comment here. At least, things don't look so badly anymore for Ubuntu 24 (e.g. Ubuntu 24.04.1 LTS, codename noble) where sudo apt texlive-science comes shipped with siunitx version 2024-01-25 v3.3.10.
In my opinion, we should just go full-in on siunitx and assume users to have one of the newer versions available, e.g. siunitx version 3.1.0 with built-in multi-uncertainty support. If they don't have this version of siunitx available yet, we provide the siunitx_fallback flag for them to fall back to our more "hacky" approach (*), but advise them to use LaTeX without a package manager in a custom install (which probably only the minority of users will do, as I suspect most Linux users to install LaTeX through the package repository, e.g. sudo apt texlive-science.
(*) see our LatexStringifier that basically only relies on the \unit{} command by siunitx.
Splines
changed the title
Use siunitx multi uncertainty descriptors
Use siunitx multi uncertainty descriptors [might want to close]
Sep 13, 2024
Splines
changed the title
Use siunitx multi uncertainty descriptors [might want to close]
Use siunitx multi uncertainty descriptors
Sep 21, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes #31, also see josephwright/siunitx#725.
Config
Recommended sisetup with this change:
\sisetup{separate-uncertainty=true,uncertainty-descriptor-mode=subscript}For reviewers