diff options
author | Norbert Preining <norbert@preining.info> | 2024-06-08 03:01:15 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-06-08 03:01:15 +0000 |
commit | cb9d94007ff12b946e6cb558edd5850b29d5da3e (patch) | |
tree | d0d7f762ab64a84f9f8c6fa43d301f2250d5fcea /macros/latex/contrib/se2thesis/se2packages.dtx | |
parent | f63e2bda5939868ab9ab0ca8adbce209399bc4c4 (diff) |
CTAN sync 202406080301
Diffstat (limited to 'macros/latex/contrib/se2thesis/se2packages.dtx')
-rw-r--r-- | macros/latex/contrib/se2thesis/se2packages.dtx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/latex/contrib/se2thesis/se2packages.dtx b/macros/latex/contrib/se2thesis/se2packages.dtx index fe5034fca6..8d3baeed70 100644 --- a/macros/latex/contrib/se2thesis/se2packages.dtx +++ b/macros/latex/contrib/se2thesis/se2packages.dtx @@ -470,7 +470,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2packages} {2024-05-27} {4.0.3} +\ProvidesExplPackage {se2packages} {2024-06-07} {4.1.0} {Supporting packages for the se2thesis bundle} % \end{macrocode} % @@ -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} |