summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siunitx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-30 20:13:14 +0000
committerKarl Berry <karl@freefriends.org>2021-09-30 20:13:14 +0000
commitc6d4778f317f035f213344e49aa5afb18d2e2a81 (patch)
treea8c90b5ee2bbd0a6635598a7ec0c6168ebff1f01 /Master/texmf-dist/tex/latex/siunitx
parent4bc5590f847b8998f6582c923607d8464804c427 (diff)
siunitx (30sep21)
git-svn-id: svn://tug.org/texlive/trunk@60660 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty34
1 files changed, 21 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index f1a8e4300e1..5942919068f 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
@@ -42,7 +42,7 @@
}%
\endinput
}%
-\ProvidesExplPackage {siunitx} {2021-09-22} {3.0.31}
+\ProvidesExplPackage {siunitx} {2021-09-29} {3.0.32}
{A comprehensive (SI) units package}
\msg_new:nnnn { siunitx } { incompatible-package }
{ Package~'#1'~incompatible. }
@@ -6349,12 +6349,16 @@
{
\siunitx_declare_unit:Nxn \degree
{
- \exp_not:N \text
- {
- \@ifpackageloaded { inputenc }
- { \exp_not:N \textdegree }
- { \__siunitx_symbol_non_latin:n { "00B0 } }
- }
+ \exp_not:N \ifmmode
+ { } ^ { \exp_not:N \circ }
+ \exp_not:N \else
+ \exp_not:N \text
+ {
+ \@ifpackageloaded { inputenc }
+ { \exp_not:N \textdegree }
+ { \__siunitx_symbol_non_latin:n { "00B0 } }
+ }
+ \exp_not:N \fi
}
{ quantity-product = { } }
}
@@ -6369,12 +6373,16 @@
\group_end:
\siunitx_declare_unit:Nx \degreeCelsius
{
- \exp_not:N \text
- {
- \@ifpackageloaded { inputenc }
- { \exp_not:N \textdegree }
- { \__siunitx_symbol_non_latin:n { "00B0 } }
- }
+ \exp_not:N \ifmmode
+ { } ^ { \exp_not:N \circ }
+ \exp_not:N \else
+ \exp_not:N \text
+ {
+ \@ifpackageloaded { inputenc }
+ { \exp_not:N \textdegree }
+ { \__siunitx_symbol_non_latin:n { "00B0 } }
+ }
+ \exp_not:N \fi
C
}
}