diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-02 22:32:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-02 22:32:20 +0000 |
commit | 06664baa4622495da77913748b549f8b5a8dedf6 (patch) | |
tree | 01873bf4b55ccfda4ae13e2cc92768b763d1c4ea | |
parent | 6d66e4ba7e6645fec3ab1716bc319294f0290ce2 (diff) |
siunitx (2feb17)
git-svn-id: svn://tug.org/texlive/trunk@43124 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 621667 -> 621672 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 6 |
6 files changed, 12 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex 581a8d2c49f..73ab22f1530 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 8784ba3069d..2260ab1fd57 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -660,6 +660,8 @@ This work consists of the file siunitx.dtx % math mode material} % \changes{v2.7b}{2017/01/28}{Fix an issue with large numbers and % scientific mode} +% \changes{v2.7c}{2017/02/01}{Fix spacing of integers in tables when +% aligning decimal marker to center} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5200,7 +5202,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2017/01/28} {2.7b} +\ProvidesExplPackage {siunitx} {2017/02/01} {2.7c} {A comprehensive (SI) units package} % \end{macrocode} % @@ -14512,9 +14514,7 @@ This work consists of the file siunitx.dtx { \l_@@_table_result_dim - \l_@@_table_integer_dim - \prop_if_in:NnT \l_@@_number_out_prop - { mantissa-decimal-marker } - { - \l_@@_table_marker_dim } + - \l_@@_table_marker_dim } \dim_compare:nNnTF \l_@@_table_integer_dim > \l_@@_table_fill_pre_dim @@ -16802,7 +16802,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2017/01/28} {2.7b} +\ProvidesExplFile {siunitx-version-1.cfg} {2017/02/01} {2.7c} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17744,7 +17744,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/01/28} {2.7b} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/02/01} {2.7c} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17926,7 +17926,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2017/01/28} {2.7b} +\ProvidesExplFile {siunitx-binary.cfg} {2017/02/01} {2.7c} {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 1442813ce32..fa10c3b0664 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} {2017/01/28} {2.7b} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/02/01} {2.7c} {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 3d6796afde9..edb60dd5ff2 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} {2017/01/28} {2.7b} +\ProvidesExplFile {siunitx-binary.cfg} {2017/02/01} {2.7c} {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 3a6fb6505cd..6d40cc0d92a 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} {2017/01/28} {2.7b} +\ProvidesExplFile {siunitx-version-1.cfg} {2017/02/01} {2.7c} {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 fc573eab9fd..81a8ca5a9c4 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -15,7 +15,7 @@ %% \RequirePackage{expl3}[2015/09/11] \RequirePackage{xparse} -\ProvidesExplPackage {siunitx} {2017/01/28} {2.7b} +\ProvidesExplPackage {siunitx} {2017/02/01} {2.7c} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2015/09/11 } { } @@ -6257,9 +6257,7 @@ { \l__siunitx_table_result_dim - \l__siunitx_table_integer_dim - \prop_if_in:NnT \l__siunitx_number_out_prop - { mantissa-decimal-marker } - { - \l__siunitx_table_marker_dim } + - \l__siunitx_table_marker_dim } \dim_compare:nNnTF \l__siunitx_table_integer_dim > \l__siunitx_table_fill_pre_dim |