diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-22 19:59:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-22 19:59:08 +0000 |
commit | f3986e745d70f9d176d039e382672cd5a6771a9a (patch) | |
tree | 51f4e2b2e8f73c1ab2180de25d994aea86dd58e3 /Master | |
parent | 5169e4b2ad5512ab5713ad947b68d5534c1f62f0 (diff) |
siunitx (22aug21)
git-svn-id: svn://tug.org/texlive/trunk@60302 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf | bin | 1511547 -> 1511257 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 636196 -> 636202 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 6 |
6 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index 5be9f750f69..121df712489 100644 --- a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md @@ -7,6 +7,12 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +## [v3.0.27] + +### Fixed +- Detection of unchanged symbols when font is sanserif (issue + [#535](https://github.com/josephwright/siunitx/issues/535)) + ## [v3.0.26] ### Fixed @@ -1545,7 +1551,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ### Added - First public testing release (as `si`) -[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.26...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.27...HEAD +[v3.0.27]: https://github.com/josephwright/siunitx/compare/v3.0.26...v3.0.27 [v3.0.26]: https://github.com/josephwright/siunitx/compare/v3.0.25...v3.0.26 [v3.0.25]: https://github.com/josephwright/siunitx/compare/v3.0.24...v3.0.25 [v3.0.24]: https://github.com/josephwright/siunitx/compare/v3.0.23...v3.0.24 diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf Binary files differindex 779c0c26b6e..b98335bb634 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex fe5b448e15d..e09324e6fff 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx index a0c9368b216..1501f334b34 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx @@ -137,7 +137,7 @@ { \group_begin: \protected@edef \l_@@_tmpa_tl - { \exp_not:N \mathrm { \@@_non_latin:n {#2} } } + { \exp_not:V \l_siunitx_unit_font_tl { \@@_non_latin:n {#2} } } \int_step_inline:nnn { "80 } { "FF } { \char_set_active_eq:nN {##1} \scan_stop: } \keys_set:nn { siunitx } { parse-units = false } @@ -195,7 +195,7 @@ \group_begin: \tl_set:Nx \l_@@_tmpa_tl { \@@_non_latin:n { "00B0 } C } \protected@edef \l_@@_tmpa_tl - { \exp_not:N \mathrm { \l_@@_tmpa_tl } } + { \exp_not:V \l_siunitx_unit_font_tl { \l_@@_tmpa_tl } } \keys_set:nn { siunitx } { parse-units = false } \siunitx_unit_format:nN { \degreeCelsius } \l_@@_tmpb_tl \str_if_eq:VVTF \l_@@_tmpa_tl \l_@@_tmpb_tl diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 0acd9a6c467..594ad909dac 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -121,7 +121,7 @@ % % Identify the package and give the over all version information. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2021-08-21} {3.0.26} +\ProvidesExplPackage {siunitx} {2021-08-22} {3.0.27} {A comprehensive (SI) units package} % \end{macrocode} % diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index eb7bb060a8e..4653cc42cd5 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-08-21} {3.0.26} +\ProvidesExplPackage {siunitx} {2021-08-22} {3.0.27} {A comprehensive (SI) units package} \msg_new:nnnn { siunitx } { incompatible-package } { Package~'#1'~incompatible. } @@ -6289,7 +6289,7 @@ { \group_begin: \protected@edef \l__siunitx_symbol_tmpa_tl - { \exp_not:N \mathrm { \__siunitx_symbol_non_latin:n {#2} } } + { \exp_not:V \l_siunitx_unit_font_tl { \__siunitx_symbol_non_latin:n {#2} } } \int_step_inline:nnn { "80 } { "FF } { \char_set_active_eq:nN {##1} \scan_stop: } \keys_set:nn { siunitx } { parse-units = false } @@ -6332,7 +6332,7 @@ \group_begin: \tl_set:Nx \l__siunitx_symbol_tmpa_tl { \__siunitx_symbol_non_latin:n { "00B0 } C } \protected@edef \l__siunitx_symbol_tmpa_tl - { \exp_not:N \mathrm { \l__siunitx_symbol_tmpa_tl } } + { \exp_not:V \l_siunitx_unit_font_tl { \l__siunitx_symbol_tmpa_tl } } \keys_set:nn { siunitx } { parse-units = false } \siunitx_unit_format:nN { \degreeCelsius } \l__siunitx_symbol_tmpb_tl \str_if_eq:VVTF \l__siunitx_symbol_tmpa_tl \l__siunitx_symbol_tmpb_tl |