texlive[43087] Master/texmf-dist: siunitx (29jan17)

commits+karl at tug.org commits+karl at tug.org
Sun Jan 29 23:34:04 CET 2017


Revision: 43087
          http://tug.org/svn/texlive?view=revision&revision=43087
Author:   karl
Date:     2017-01-29 23:34:04 +0100 (Sun, 29 Jan 2017)
Log Message:
-----------
siunitx (29jan17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
    trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
    trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
    trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
    trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty

Modified: trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx	2017-01-29 22:33:43 UTC (rev 43086)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx	2017-01-29 22:34:04 UTC (rev 43087)
@@ -658,6 +658,8 @@
 % \changes{v2.7}{2016/11/11}{Start adding documented code level interfaces}
 % \changes{v2.7}{2016/11/23}{Fix when \pkg{cellspace} is applied to
 %   math mode material}
+% \changes{v2.7b}{2017/01/28}{Fix an issue with large numbers and
+%   scientific mode}
 %
 %\begin{abstract}
 % Physical quantities have both numbers and units, and each physical
@@ -5198,7 +5200,7 @@
 %
 % The usual preliminaries.
 %    \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2017/01/01} {2.7a}
+\ProvidesExplPackage {siunitx} {2017/01/28} {2.7b}
   {A comprehensive (SI) units package}
 %    \end{macrocode}
 %
@@ -8406,7 +8408,7 @@
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_number_process_fixed_large:nnn #1
   {
-    \int_compare:nNnTF {#1} = 0
+    \@@_number_if_zero:nTF {#1}
       { \@@_number_process_fixed_large_aux:nnn { } }
       { \@@_number_process_fixed_large_aux:nnn {#1} }
   }
@@ -16800,7 +16802,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplFile {siunitx-version-1.cfg} {2017/01/01} {2.7a}
+\ProvidesExplFile {siunitx-version-1.cfg} {2017/01/28} {2.7b}
   {siunitx: Version 1 settings}
 %    \end{macrocode}
 %
@@ -17742,7 +17744,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/01/01} {2.7a}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/01/28} {2.7b}
   {siunitx: Abbreviated units}
 %    \end{macrocode}
 %
@@ -17924,7 +17926,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplFile {siunitx-binary.cfg} {2017/01/01} {2.7a}
+\ProvidesExplFile {siunitx-binary.cfg} {2017/01/28} {2.7b}
   {siunitx: Binary units}
 %    \end{macrocode}
 %

Modified: trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg	2017-01-29 22:33:43 UTC (rev 43086)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg	2017-01-29 22:34:04 UTC (rev 43087)
@@ -13,7 +13,7 @@
 %% See http://www.latex-project.org/lppl.txt
 %% ---------------------------------------------------------------
 %% 
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/01/01} {2.7a}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/01/28} {2.7b}
   {siunitx: Abbreviated units}
 \DeclareSIUnit \A  {        \ampere }
 \DeclareSIUnit \pA { \pico  \ampere }

Modified: trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg	2017-01-29 22:33:43 UTC (rev 43086)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg	2017-01-29 22:34:04 UTC (rev 43087)
@@ -13,7 +13,7 @@
 %% See http://www.latex-project.org/lppl.txt
 %% ---------------------------------------------------------------
 %% 
-\ProvidesExplFile {siunitx-binary.cfg} {2017/01/01} {2.7a}
+\ProvidesExplFile {siunitx-binary.cfg} {2017/01/28} {2.7b}
   {siunitx: Binary units}
 \DeclareBinaryPrefix \kibi { Ki } { 10 }
 \DeclareBinaryPrefix \mebi { Mi } { 20 }

Modified: trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg	2017-01-29 22:33:43 UTC (rev 43086)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg	2017-01-29 22:34:04 UTC (rev 43087)
@@ -13,7 +13,7 @@
 %% See http://www.latex-project.org/lppl.txt
 %% ---------------------------------------------------------------
 %% 
-\ProvidesExplFile {siunitx-version-1.cfg} {2017/01/01} {2.7a}
+\ProvidesExplFile {siunitx-version-1.cfg} {2017/01/28} {2.7b}
   {siunitx: Version 1 settings}
 \keys_define:nn { siunitx } {
   addsign        .choice: ,

Modified: trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty	2017-01-29 22:33:43 UTC (rev 43086)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty	2017-01-29 22:34:04 UTC (rev 43087)
@@ -15,7 +15,7 @@
 %% 
 \RequirePackage{expl3}[2015/09/11]
 \RequirePackage{xparse}
-\ProvidesExplPackage {siunitx} {2017/01/01} {2.7a}
+\ProvidesExplPackage {siunitx} {2017/01/28} {2.7b}
   {A comprehensive (SI) units package}
 \@ifpackagelater { expl3 } { 2015/09/11 }
   { }
@@ -2142,7 +2142,7 @@
 }
 \cs_new_protected:Npn \__siunitx_number_process_fixed_large:nnn #1
   {
-    \int_compare:nNnTF {#1} = 0
+    \__siunitx_number_if_zero:nTF {#1}
       { \__siunitx_number_process_fixed_large_aux:nnn { } }
       { \__siunitx_number_process_fixed_large_aux:nnn {#1} }
   }



More information about the tex-live-commits mailing list