From 6f7407fa0eead2c0ceefca986ab1b2e0eab595c4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 17 Jul 2015 22:39:30 +0000 Subject: siunitx (17jul15) git-svn-id: svn://tug.org/texlive/trunk@37870 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | Bin 621337 -> 621615 bytes Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 11 ++++++----- .../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 | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf index c368e078a2f..b69deb012ac 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 38fc9197c0c..2842c9b939c 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -628,6 +628,7 @@ This work consists of the file siunitx.dtx % \opt{table-sign-mantissa} options when set \opt{false}} % \changes{v2.6f}{2015/04/04}{Further work on \pkg{mathspec}} % \changes{v2.6g}{2015/06/24}{Fix issue with empty table cells} +% \changes{v2.6h}{2015/07/17}{Update internals to track \pkg{expl3} changes} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5151,7 +5152,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2015/06/25} {2.6g} +\ProvidesExplPackage {siunitx} {2015/07/17} {2.6h} {A comprehensive (SI) units package} % \end{macrocode} % @@ -9013,7 +9014,7 @@ This work consists of the file siunitx.dtx @@_number_process_scientific_engineering_ \int_compare:nNnTF {#3} < { 0 } { - \int_case:nnn { \int_mod:nn { 0 - (#3) } { 3 } } + \int_case:nnF { \int_mod:nn { 0 - (#3) } { 3 } } { { 1 } { 2 } { 2 } { 1 } @@ -16671,7 +16672,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2015/06/25} {2.6g} +\ProvidesExplFile {siunitx-version-1.cfg} {2015/07/17} {2.6h} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17613,7 +17614,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/06/25} {2.6g} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/07/17} {2.6h} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17795,7 +17796,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2015/06/25} {2.6g} +\ProvidesExplFile {siunitx-binary.cfg} {2015/07/17} {2.6h} {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 68fd3af51ea..1ff08112265 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} {2015/06/25} {2.6g} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/07/17} {2.6h} {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 2d190ad9fb9..b528ebdf461 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} {2015/06/25} {2.6g} +\ProvidesExplFile {siunitx-binary.cfg} {2015/07/17} {2.6h} {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 a002f7aab10..24b7aec823b 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} {2015/06/25} {2.6g} +\ProvidesExplFile {siunitx-version-1.cfg} {2015/07/17} {2.6h} {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 1bca45d4027..8bc958cb278 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} {2015/06/25} {2.6g} +\ProvidesExplPackage {siunitx} {2015/07/17} {2.6h} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2012/11/21 } { } @@ -2646,7 +2646,7 @@ __siunitx_number_process_scientific_engineering_ \int_compare:nNnTF {#3} < { 0 } { - \int_case:nnn { \int_mod:nn { 0 - (#3) } { 3 } } + \int_case:nnF { \int_mod:nn { 0 - (#3) } { 3 } } { { 1 } { 2 } { 2 } { 1 } -- cgit v1.2.3