diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-12 23:57:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-12 23:57:47 +0000 |
commit | 818bf5570a44805150dfd9d69a3435cacdfa05e1 (patch) | |
tree | 251925761a975f626b87e2aef23f504cfa1c6af5 /Master/texmf-dist/source/latex/siunitx/siunitx.dtx | |
parent | ba0fa2c2b2c17b26d109eff1ad83b74eecd0e438 (diff) |
siunitx (12oct10)
git-svn-id: svn://tug.org/texlive/trunk@20074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/siunitx/siunitx.dtx')
-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 e43b91a1b16..ce1f64e8961 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -474,6 +474,8 @@ This work consists of the file siunitx.dtx % REV\TeX\ in tables} %\changes{v2.0x}{2010/10/05}{Fix bug when detecting single prefixes % and converting prefixes to numbers} +%\changes{v2.0y}{2010/10/09}{Error with \opt{tight-spacing} option +% and exponents corrected} % %\begin{abstract} % Typesetting values with units requires care to ensure that the @@ -616,7 +618,7 @@ This work consists of the file siunitx.dtx % The key--value options described later in this document can be used % when loading the package, for example %\begin{LaTeXdemo}[code only] -% \usepackage[load-configuration = version-1]{siunitx} +% \usepackage[load-configurations = version-1]{siunitx} %\end{LaTeXdemo} % to use options from version 1 of the package. % @@ -4168,7 +4170,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2010/10/05} {2.0x} +\ProvidesExplPackage {siunitx} {2010/10/09} {2.0y} {A comprehensive (SI) units package} % \end{macrocode} % @@ -7510,7 +7512,7 @@ This work consists of the file siunitx.dtx \bool_if:NTF \l_siunitx_tight_bool { \tl_set:Nx \l_siunitx_tmpb_tl - { { \exp_not:V \l_siunitx_tmpb_tl } } + { { \exp_not:V \l_siunitx_exponent_product_tl } } } { \tl_set:Nx \l_siunitx_tmpb_tl @@ -13476,7 +13478,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2010/10/05} {2.0x} +\ProvidesExplFile {siunitx-version-1.cfg} {2010/10/09} {2.0y} {siunitx: Version 1 settings} % \end{macrocode} % @@ -14756,7 +14758,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2010/10/05} {2.0x} +\ProvidesExplFile {siunitx-binary.cfg} {2010/10/09} {2.0y} {siunitx: Binary units} % \end{macrocode} % |