diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 575823 -> 576290 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 6 |
6 files changed, 14 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex 56f8b83606d..c2f52b0d44b 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf 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} % diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg index f9b3b3dfc35..beb6c2a3b14 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/15} {2.5} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2012/04/19} {2.5a} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg index 6d09bfba075..ca03c538d18 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2012/04/15} {2.5} +\ProvidesExplFile {siunitx-binary.cfg} {2012/04/19} {2.5a} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg index bc483d4fdf4..d095c99d07f 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/15} {2.5} +\ProvidesExplFile {siunitx-version-1.cfg} {2012/04/19} {2.5a} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index e8dd08d9dac..816fc44e047 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -14,7 +14,7 @@ %% --------------------------------------------------------------- %% \RequirePackage{expl3} -\ProvidesExplPackage {siunitx} {2012/04/15} {2.5} +\ProvidesExplPackage {siunitx} {2012/04/19} {2.5a} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2011/09/05 } { } @@ -4215,7 +4215,7 @@ { 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 @@ -4246,7 +4246,7 @@ \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 } } |