diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx/config')
3 files changed, 28 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg index 987167ed270..f9b3b3dfc35 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/04} {2.4n} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/15} {2.5} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg index 22c2b4d8c40..6d09bfba075 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2012/04/04} {2.4n} +\ProvidesExplFile {siunitx-binary.cfg} {2012/04/15} {2.5} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg index c175f6d8922..bc483d4fdf4 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/04} {2.4n} +\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/15} {2.5} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , @@ -174,17 +174,17 @@ expproduct .choice: , expproduct / cdot .meta:n = - { exponent-product = { } \cdot { } }, + { exponent-product = \ensuremath { { } \cdot { } } }, expproduct / tightcdot .meta:n = - { exponent-product = \bgroup \cdot \egroup }, + { exponent-product = \ensuremath { \bgroup \cdot \egroup } }, expproduct / tighttimes .meta:n = - { exponent-product = \bgroup \times \egroup }, + { exponent-product = \ensuremath { \bgroup \times \egroup } }, expproduct / - times .meta:n = { exponent-product = \times }, + times .meta:n = { exponent-product = \ensuremath { \times } }, expproduct / - unknown .meta:n = { exponent-product = #1 }, + unknown .meta:n = { exponent-product = \ensuremath {#1} }, fixdp .choice:, fixdp / false .meta:n = { round-mode = none }, @@ -517,15 +517,15 @@ unitsep .choice: , unitsep / cdot .meta:n = - { inter-unit-product = { } \cdot { } }, + { inter-unit-product = \ensuremath { { } \cdot { } } }, unitsep / comma .meta:n = { inter-unit-product = { {,} } }, unitsep / fullstop .meta:n = { inter-unit-product = { { . } } }, unitsep / - med .meta:n = { inter-unit-product = \: }, + med .meta:n = { inter-unit-product = \ensuremath { \: } }, unitsep / - medium .meta:n = { inter-unit-product = \: }, + medium .meta:n = { inter-unit-product = \ensuremath { \: } }, unitsep / none .meta:n = { inter-unit-product = }, unitsep / @@ -535,34 +535,34 @@ unitsep / stop .meta:n = { inter-unit-product = { { . } } }, unitsep / - thick .meta:n = { inter-unit-product = \; }, + thick .meta:n = { inter-unit-product = \ensuremath { \; } }, unitsep / thin .meta:n = { inter-unit-product = \, }, unitsep / tightcdot .meta:n = - { inter-unit-product = \bgroup \cdot \egroup }, + { inter-unit-product = \ensuremath { \bgroup \cdot \egroup } }, unitsep / tighttimes .meta:n = - { inter-unit-product = \bgroup \times \egroup }, + { inter-unit-product = \ensuremath { \bgroup \times \egroup } }, unitsep / - times .meta:n = { inter-unit-product = \times }, + times .meta:n = { inter-unit-product = \ensuremath { \times } }, unitsep / - unknown .meta:n = { inter-unit-product = #1 }, + unknown .meta:n = { inter-unit-product = \ensuremath {#1} }, unitspace .choice: , unitspace / - med .meta:n = { inter-unit-product = \: }, + med .meta:n = { inter-unit-product = \ensuremath { \: } }, unitspace / - medium .meta:n = { inter-unit-product = \: }, + medium .meta:n = { inter-unit-product = \ensuremath { \: } }, unitspace / none .meta:n = { inter-unit-product = }, unitspace / space .meta:n = { inter-unit-product = \text { ~ } }, unitspace / - thick .meta:n = { inter-unit-product = \; }, + thick .meta:n = { inter-unit-product = \ensuremath { \; } }, unitspace / thin .meta:n = { inter-unit-product = \, }, unitspace / - unknown .meta:n = { inter-unit-product = #1 }, + unknown .meta:n = { inter-unit-product = \ensuremath {#1} }, valuecolor .meta:n = { number-color = #1 }, valuecolour .meta:n = { number-color = #1 }, valuemathrm .meta:x = @@ -581,15 +581,15 @@ valuesep .choice: , valuesep / cdot .meta:n = - { number-unit-product = { } \cdot { } }, + { number-unit-product = \ensuremath { { } \cdot { } } }, valuesep / comma .meta:n = { number-unit-product = { {,} } }, valuesep / fullstop .meta:n = { number-unit-product = { { . } } }, valuesep / - med .meta:n = { number-unit-product = \: }, + med .meta:n = { number-unit-product = \ensuremath { \: } }, valuesep / - medium .meta:n = { number-unit-product = \: }, + medium .meta:n = { number-unit-product = \ensuremath { \: } }, valuesep / none .meta:n = { number-unit-product = }, valuesep / @@ -599,19 +599,19 @@ valuesep / stop .meta:n = { number-unit-product = { { . } } }, valuesep / - thick .meta:n = { number-unit-product = \; }, + thick .meta:n = { number-unit-product = \ensuremath { \; } }, valuesep / thin .meta:n = { number-unit-product = \, }, valuesep / tightcdot .meta:n = - { number-unit-product = \bgroup \cdot \egroup }, + { number-unit-product = \ensuremath { \bgroup \cdot \egroup } }, valuesep / tighttimes .meta:n = - { number-unit-product = \bgroup \times \egroup }, + { number-unit-product = \ensuremath { \bgroup \times \egroup } }, valuesep / - times .meta:n = { number-unit-product = \times }, + times .meta:n = { number-unit-product = \ensuremath { \times } }, valuesep / - unknown .meta:n = { number-unit-product = #1 }, + unknown .meta:n = { number-unit-product = \ensuremath {#1} }, xspace .meta:n = { use-xspace = #1 }, xspace .default:n = { true }, } |