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 /Master/texmf-dist/source/latex | |
parent | 6d66e4ba7e6645fec3ab1716bc319294f0290ce2 (diff) |
siunitx (2feb17)
git-svn-id: svn://tug.org/texlive/trunk@43124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
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} % |