diff options
Diffstat (limited to 'Master/texmf-dist/source/latex')
-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} % |