diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-04 22:44:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-04 22:44:02 +0000 |
commit | 294b893f172ead10a528ac8680231da85228ab0c (patch) | |
tree | ad786c985bb7e9c1f81a2c7f37aeb3bdb631b1dc /Master/texmf-dist/source/latex/siunitx | |
parent | dac7712aa58920cb78197661794b377b9a8a68f5 (diff) |
siunitx (4apr12)
git-svn-id: svn://tug.org/texlive/trunk@25853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/siunitx')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index f0e11b3b281..420f4bd2a6b 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -568,6 +568,8 @@ This work consists of the file siunitx.dtx % package tricks} %\changes{v2.4l}{2012/03/23}{Fix a load-order issue with \pkg{soulpos} % package} +%\changes{v2.4m}{2012/04/03}{Correct bug in \cs{SIlist} when only a single +% number is given} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5022,7 +5024,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2012/03/23} {2.4l} +\ProvidesExplPackage {siunitx} {2012/04/04} {2.4m} {A comprehensive (SI) units package} % \end{macrocode} % @@ -12814,7 +12816,7 @@ This work consists of the file siunitx.dtx { \int_compare:nNnTF { \tl_length:n {#1} } = \c_two { \siunitx_list_numbers_aux:nn #1 } - { \siunitx_combined_output:n {#1} } + { \siunitx_combined_output:n #1 } } } \cs_new_protected:Npn \siunitx_list_numbers_aux_ii:n #1 @@ -16289,7 +16291,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2012/03/23} {2.4l} +\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/04} {2.4m} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17234,7 +17236,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/03/23} {2.4l} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/04} {2.4m} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17416,7 +17418,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2012/03/23} {2.4l} +\ProvidesExplFile {siunitx-binary.cfg} {2012/04/04} {2.4m} {siunitx: Binary units} % \end{macrocode} % |