diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-08 22:51:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-08 22:51:45 +0000 |
commit | 642d21e6f53417257b6ff173b9216d3862139fe1 (patch) | |
tree | db0b44efe973fbb5981ce516349b282b1c4a5a5c /Master/texmf-dist/source/latex/siunitx | |
parent | 7630bab035bc1c8d13162f185645f97fad1020be (diff) |
siunitx update (6oct10)
git-svn-id: svn://tug.org/texlive/trunk@20024 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 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index d9007fb230c..e43b91a1b16 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -472,6 +472,8 @@ This work consists of the file siunitx.dtx % updates} %\changes{v2.0w}{2010/09/29}{Deal with internal function used by % REV\TeX\ in tables} +%\changes{v2.0x}{2010/10/05}{Fix bug when detecting single prefixes +% and converting prefixes to numbers} % %\begin{abstract} % Typesetting values with units requires care to ensure that the @@ -1008,8 +1010,9 @@ This work consists of the file siunitx.dtx % input given. As part of this, stand-alone unit prefixes can be used % with the \cs{si} macro %\begin{LaTeXdemo} -% \si{\kilo} \\ -% \si{\micro} +% \si{\kilo} \\ +% \si{\micro} \\ +% \si[prefixes-as-symbols = false]{\kilo} %\end{LaTeXdemo} % However, the package only allows a single prefix to be used in this % way: multiple prefixes will give an error, as will trying to give @@ -4165,7 +4168,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2010/09/29} {2.0w} +\ProvidesExplPackage {siunitx} {2010/10/05} {2.0x} {A comprehensive (SI) units package} % \end{macrocode} % @@ -10262,6 +10265,7 @@ This work consists of the file siunitx.dtx \intexpr_compare:nNnTF { \l_siunitx_unit_int } = { 1 } { \prop_del:Nn \l_siunitx_unit_prop { prefix-1 } + \prop_del:Nn \l_siunitx_unit_prop { prefix-base-1 } \prop_if_empty:NF \l_siunitx_unit_prop { \msg_error:nn { siunitx } { prefix-only } } } @@ -13472,7 +13476,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2010/09/29} {2.0w} +\ProvidesExplFile {siunitx-version-1.cfg} {2010/10/05} {2.0x} {siunitx: Version 1 settings} % \end{macrocode} % @@ -14752,7 +14756,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2010/09/29} {2.0w} +\ProvidesExplFile {siunitx-binary.cfg} {2010/10/05} {2.0x} {siunitx: Binary units} % \end{macrocode} % |