diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-20 23:24:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-20 23:24:01 +0000 |
commit | bb9b7d4d76fe6bb45808da6b00086c582d40a4a9 (patch) | |
tree | bb8e19bbe4011bf5c3beef3aa971a0d65102332e /Master/texmf-dist/source | |
parent | 009ac769b6be11474341188733262e8b22529610 (diff) |
siunitx (20apr12)
git-svn-id: svn://tug.org/texlive/trunk@26077 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 5bed5e8a256..a853930fc5f 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -576,6 +576,8 @@ This work consists of the file siunitx.dtx % boxes when comparators are used} %\changes{v2.5}{2012/04/08}{Reduced number of intrinsically-mathematical % options} +%\changes{v2.5a}{2012/04/19}{When creating free-standing unit, allow +% for \enquote{dynamic} nature of spacing (bug introduced in v2.5)} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5069,7 +5071,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2012/04/15} {2.5} +\ProvidesExplPackage {siunitx} {2012/04/19} {2.5a} {A comprehensive (SI) units package} % \end{macrocode} % @@ -11265,7 +11267,7 @@ This work consists of the file siunitx.dtx { l_siunitx_ \token_to_str:N #1 _options_tl } } \bool_if:NT \l_siunitx_create_prespace_bool - { \exp_not:V \l_siunitx_number_unit_product_tl } + { \exp_not:N \l_siunitx_number_unit_product_tl } \exp_not:n { \siunitx_unit_output:nn {#1} { } } \group_end: \bool_if:NT \l_siunitx_create_xspace_bool @@ -11296,7 +11298,7 @@ This work consists of the file siunitx.dtx \exp_not:N \IfNoValueTF {####1} { \bool_if:NT \l_siunitx_create_prespace_bool - { \exp_not:V \l_siunitx_number_unit_product_tl } + { \exp_not:N \l_siunitx_number_unit_product_tl } \exp_not:n { \siunitx_unit_output:nn {#1} { } } } { \SI {####1} { \exp_not:N #1 } } @@ -16375,7 +16377,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/15} {2.5} +\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/19} {2.5a} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17320,7 +17322,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/15} {2.5} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/19} {2.5a} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17502,7 +17504,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2012/04/15} {2.5} +\ProvidesExplFile {siunitx-binary.cfg} {2012/04/19} {2.5a} {siunitx: Binary units} % \end{macrocode} % |