texlive[43281] Master/texmf-dist: siunitx (19feb17)

commits+karl at tug.org commits+karl at tug.org
Tue Feb 21 01:31:24 CET 2017


Revision: 43281
          http://tug.org/svn/texlive?view=revision&revision=43281
Author:   karl
Date:     2017-02-21 01:31:24 +0100 (Tue, 21 Feb 2017)
Log Message:
-----------
siunitx (19feb17)

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-02-21 00:31:10 UTC (rev 43280)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx	2017-02-21 00:31:24 UTC (rev 43281)
@@ -662,6 +662,8 @@
 %   scientific mode}
 % \changes{v2.7c}{2017/02/01}{Fix spacing of integers in tables when
 %   aligning decimal marker to center}
+% \changes{v2.7d}{2017/02/19}{Avoid doubled pre-number tokens in
+%   tables}
 %
 %\begin{abstract}
 % Physical quantities have both numbers and units, and each physical
@@ -5202,7 +5204,7 @@
 %
 % The usual preliminaries.
 %    \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2017/02/01} {2.7c}
+\ProvidesExplPackage {siunitx} {2017/02/19} {2.7d}
   {A comprehensive (SI) units package}
 %    \end{macrocode}
 %
@@ -14548,6 +14550,7 @@
     \dim_compare:nNnT
       { \box_wd:N \l_@@_table_pre_box } = \c_zero_dim
       {
+        \box_clear:N \l_@@_table_pre_box
         \l_@@_table_collect_pre_tl
         \bool_set_false:N \l_@@_font_set_bool
       }
@@ -14735,6 +14738,7 @@
     \dim_compare:nNnT
       { \box_wd:N \l_@@_table_pre_box } = \c_zero_dim
       {
+        \box_clear:N \l_@@_table_pre_box
         \l_@@_table_collect_pre_tl
         \bool_set_false:N \l_@@_font_set_bool
       }
@@ -16802,7 +16806,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplFile {siunitx-version-1.cfg} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-version-1.cfg} {2017/02/19} {2.7d}
   {siunitx: Version 1 settings}
 %    \end{macrocode}
 %
@@ -17744,7 +17748,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/02/19} {2.7d}
   {siunitx: Abbreviated units}
 %    \end{macrocode}
 %
@@ -17926,7 +17930,7 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplFile {siunitx-binary.cfg} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-binary.cfg} {2017/02/19} {2.7d}
   {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-02-21 00:31:10 UTC (rev 43280)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg	2017-02-21 00:31:24 UTC (rev 43281)
@@ -13,7 +13,7 @@
 %% See http://www.latex-project.org/lppl.txt
 %% ---------------------------------------------------------------
 %% 
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/02/19} {2.7d}
   {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-02-21 00:31:10 UTC (rev 43280)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg	2017-02-21 00:31:24 UTC (rev 43281)
@@ -13,7 +13,7 @@
 %% See http://www.latex-project.org/lppl.txt
 %% ---------------------------------------------------------------
 %% 
-\ProvidesExplFile {siunitx-binary.cfg} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-binary.cfg} {2017/02/19} {2.7d}
   {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-02-21 00:31:10 UTC (rev 43280)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg	2017-02-21 00:31:24 UTC (rev 43281)
@@ -13,7 +13,7 @@
 %% See http://www.latex-project.org/lppl.txt
 %% ---------------------------------------------------------------
 %% 
-\ProvidesExplFile {siunitx-version-1.cfg} {2017/02/01} {2.7c}
+\ProvidesExplFile {siunitx-version-1.cfg} {2017/02/19} {2.7d}
   {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-02-21 00:31:10 UTC (rev 43280)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty	2017-02-21 00:31:24 UTC (rev 43281)
@@ -15,7 +15,7 @@
 %% 
 \RequirePackage{expl3}[2015/09/11]
 \RequirePackage{xparse}
-\ProvidesExplPackage {siunitx} {2017/02/01} {2.7c}
+\ProvidesExplPackage {siunitx} {2017/02/19} {2.7d}
   {A comprehensive (SI) units package}
 \@ifpackagelater { expl3 } { 2015/09/11 }
   { }
@@ -6281,6 +6281,7 @@
     \dim_compare:nNnT
       { \box_wd:N \l__siunitx_table_pre_box } = \c_zero_dim
       {
+        \box_clear:N \l__siunitx_table_pre_box
         \l__siunitx_table_collect_pre_tl
         \bool_set_false:N \l__siunitx_font_set_bool
       }
@@ -6408,6 +6409,7 @@
     \dim_compare:nNnT
       { \box_wd:N \l__siunitx_table_pre_box } = \c_zero_dim
       {
+        \box_clear:N \l__siunitx_table_pre_box
         \l__siunitx_table_collect_pre_tl
         \bool_set_false:N \l__siunitx_font_set_bool
       }



More information about the tex-live-commits mailing list