Skip to content

Commit 7b428ad

Browse files
Adjust options for siunitx
1 parent 2b0a953 commit 7b428ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to
1616

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

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

se2packages.dtx

+3-2
Original file line numberDiff line numberDiff line change
@@ -681,13 +681,14 @@
681681
\msg_info:nnn { seiipackages } { load-package } { siunitx }
682682
\RequirePackage[
683683
add-integer-zero=false,
684-
free-standing-units,
684+
free-standing-units=true,
685685
group-minimum-digits=4,
686-
list-final-separator={, and },
686+
list-final-separator={,~ and~ },
687687
round-mode=figures,
688688
round-precision=3,
689689
separate-uncertainty=true,
690690
uncertainty-mode=separate,
691+
mode=match,
691692
]{siunitx}
692693
}
693694
% \end{macrocode}

0 commit comments

Comments
 (0)