diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-20 21:34:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-20 21:34:55 +0000 |
commit | 3db26f906a3a1b7a3bb46203329de73c1bd7aec3 (patch) | |
tree | 598ad017c9129731e8f4228b45922701b9eed900 /Master/texmf-dist/source | |
parent | 02f675cb47b820000cc04ef09e8f7fc8c2f7bd0e (diff) |
siunitx (20sep12)
git-svn-id: svn://tug.org/texlive/trunk@27752 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index b7f214cb93d..5392e59de24 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -594,6 +594,7 @@ This work consists of the file siunitx.dtx % units to be ignored} %\changes{v2.5i}{2012/09/11}{Fix alignment of values without uncertainties in % columns where space is reserved for uncertainties} +%\changes{v2.5j}{2012/09/18}{Fix rounding when uncertainties are present} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5104,7 +5105,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2012/09/11} {2.5i} +\ProvidesExplPackage {siunitx} {2012/09/18} {2.5j} {A comprehensive (SI) units package} % \end{macrocode} % @@ -7855,12 +7856,11 @@ This work consists of the file siunitx.dtx } \prop_if_in:NnTF \l_@@_number_in_prop { uncertainty } { - \bool_if:NTF \l_@@_omit_uncert_bool + \bool_if:NT \l_@@_omit_uncert_bool { \prop_del:Nn \l_@@_number_in_prop { uncertainty } \prop_del:Nn \l_@@_number_in_prop { mantissa-uncertainty } } - { \@@_number_process_round: } } { \@@_number_process_round: } } @@ -16485,7 +16485,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2012/09/11} {2.5i} +\ProvidesExplFile {siunitx-version-1.cfg} {2012/09/18} {2.5j} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17430,7 +17430,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/09/11} {2.5i} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/09/18} {2.5j} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17612,7 +17612,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2012/09/11} {2.5i} +\ProvidesExplFile {siunitx-binary.cfg} {2012/09/18} {2.5j} {siunitx: Binary units} % \end{macrocode} % |