diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-25 23:32:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-25 23:32:56 +0000 |
commit | 7a90c3381e4c789e3c113361e124fdb73cf368d4 (patch) | |
tree | de55fff12d1b1a56dbdde09f9847b0c6a0d8626d /Master/texmf-dist/source/latex/siunitx | |
parent | 160d4e9edc8db0aa14b4865744b6fca79846d78b (diff) |
siunitx (25nov10)
git-svn-id: svn://tug.org/texlive/trunk@20567 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 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index c4a801212de..835c0422689 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -521,6 +521,8 @@ This work consists of the file siunitx.dtx % options when \opt{free-standing-units} is active} %\changes{v2.1e}{2010/11/22}{Fix issues with text mode symbols and % \pkg{fontspec} package} +%\changes{v2.1f}{2010/11/24}{Typo in definition for +% \opt{unit-optional-argument} implementation corrected} % %\begin{abstract} % Typesetting values with units requires care to ensure that the @@ -4405,7 +4407,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2010/11/22} {2.1e} +\ProvidesExplPackage {siunitx} {2010/11/24} {2.1f} {A comprehensive (SI) units package} % \end{macrocode} % @@ -9920,7 +9922,7 @@ This work consists of the file siunitx.dtx \ProvideDocumentCommand \exp_not:N #1 { o } { \group_begin: - \exp_not:N \cs_if_free:cF + \exp_not:N \cs_if_free:NF \exp_not:c { l_siunitx_ \token_to_str:N #1 _options_tl } { @@ -14413,7 +14415,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2010/11/22} {2.1e} +\ProvidesExplFile {siunitx-version-1.cfg} {2010/11/24} {2.1f} {siunitx: Version 1 settings} % \end{macrocode} % @@ -15694,7 +15696,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2010/11/22} {2.1e} +\ProvidesExplFile {siunitx-binary.cfg} {2010/11/24} {2.1f} {siunitx: Binary units} % \end{macrocode} % |