From 9db9f51504ab58472a6c8bb27fc8f7ab2aee9e93 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 1 Oct 2014 21:35:33 +0000 Subject: siunitx (1oct14) git-svn-id: svn://tug.org/texlive/trunk@35296 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | Bin 620375 -> 620598 bytes Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 14 +++++++++----- .../tex/latex/siunitx/siunitx-abbreviations.cfg | 2 +- .../tex/latex/siunitx/siunitx-binary.cfg | 2 +- .../tex/latex/siunitx/siunitx-version-1.cfg | 2 +- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 6 ++++-- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf index cc194bbb221..b1b2aa9ce5a 100644 Binary files a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf and b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf differ diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 346035b7884..55e06117e6a 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -617,6 +617,8 @@ This work consists of the file siunitx.dtx % is detected} % \changes{v2.6b}{2014/09/27}{Extend range of font shapes which can be % detected} +% \changes{v2.6c}{2014/10/01}{Fix use of \cs{micro} when \pkg{fontspec} +% is loaded but \pkg{unicode-math} is not} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5143,7 +5145,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2014/09/27} {2.6b} +\ProvidesExplPackage {siunitx} {2014/10/01} {2.6c} {A comprehensive (SI) units package} % \end{macrocode} % @@ -15420,7 +15422,9 @@ This work consists of the file siunitx.dtx \@ifpackageloaded { fontspec } { \int_const:Nn \c_@@_degree_int { 176 } - \int_const:Nn \c_@@_micro_int { "003BC } + \@ifpackageloaded { unicode-math } + { \int_const:Nn \c_@@_micro_int { "003BC } } + { \int_const:Nn \c_@@_micro_int { "000B5 } } \int_const:Nn \c_@@_angstrom_int { "0212B } \int_const:Nn \c_@@_ohm_int { "003A9 } \@@_option_unchanged:Nnn \l_@@_angstrom_math_tl @@ -16638,7 +16642,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2014/09/27} {2.6b} +\ProvidesExplFile {siunitx-version-1.cfg} {2014/10/01} {2.6c} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17580,7 +17584,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2014/09/27} {2.6b} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2014/10/01} {2.6c} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17762,7 +17766,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2014/09/27} {2.6b} +\ProvidesExplFile {siunitx-binary.cfg} {2014/10/01} {2.6c} {siunitx: Binary units} % \end{macrocode} % diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg index 2cd3fa722e9..ba53128e349 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-abbreviations.cfg} {2014/09/27} {2.6b} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2014/10/01} {2.6c} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg index 9a4cd074859..919cc2c5c0b 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2014/09/27} {2.6b} +\ProvidesExplFile {siunitx-binary.cfg} {2014/10/01} {2.6c} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg index 3309e16e8fd..5d5dc4efa4b 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2014/09/27} {2.6b} +\ProvidesExplFile {siunitx-version-1.cfg} {2014/10/01} {2.6c} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 49f7de6f47f..b86f75ddc3d 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -14,7 +14,7 @@ %% --------------------------------------------------------------- %% \RequirePackage{expl3,xparse} -\ProvidesExplPackage {siunitx} {2014/09/27} {2.6b} +\ProvidesExplPackage {siunitx} {2014/10/01} {2.6c} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2012/11/21 } { } @@ -6895,7 +6895,9 @@ \@ifpackageloaded { fontspec } { \int_const:Nn \c__siunitx_degree_int { 176 } - \int_const:Nn \c__siunitx_micro_int { "003BC } + \@ifpackageloaded { unicode-math } + { \int_const:Nn \c__siunitx_micro_int { "003BC } } + { \int_const:Nn \c__siunitx_micro_int { "000B5 } } \int_const:Nn \c__siunitx_angstrom_int { "0212B } \int_const:Nn \c__siunitx_ohm_int { "003A9 } \__siunitx_option_unchanged:Nnn \l__siunitx_angstrom_math_tl -- cgit v1.2.3