Skip to content

Commit

Permalink
Adjust options for siunitx
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Jun 7, 2024
1 parent 2b0a953 commit 7b428ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to

- Update the used actions for GitHub to their latest versions.
- Change the styling of the `summary` environment boxes
- Adjusted options for `siunitx`

## [v4.0.3] – 2024–05–27

Expand Down
5 changes: 3 additions & 2 deletions se2packages.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -681,13 +681,14 @@
\msg_info:nnn { seiipackages } { load-package } { siunitx }
\RequirePackage[
add-integer-zero=false,
free-standing-units,
free-standing-units=true,
group-minimum-digits=4,
list-final-separator={, and },
list-final-separator={,~ and~ },
round-mode=figures,
round-precision=3,
separate-uncertainty=true,
uncertainty-mode=separate,
mode=match,
]{siunitx}
}
% \end{macrocode}
Expand Down

0 comments on commit 7b428ad

Please sign in to comment.