diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-28 17:35:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-28 17:35:05 +0000 |
commit | 6f4cdbcd595c36f1a5100f9a107b9f00e15df61e (patch) | |
tree | af877e38c198c76d4993c0f03b7c61e52f77da9e /Master/texmf-dist/source/latex/siunitx | |
parent | 287951704565bf8d0b2aaab9c64ba3e7a4ef6a65 (diff) |
siunitx 2.2f (25may11)
git-svn-id: svn://tug.org/texlive/trunk@22648 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 | 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 685ca5bb90b..02bf68674fc 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -3563,6 +3563,8 @@ This work consists of the file siunitx.dtx % %\DescribeOption{table-column-width} %\changes{v2.2}{2011/04/02}{New \opt{table-column-width} option} +%\changes{v2.2f}{2011/05/25}{Fix setting \opt{table-column-width} to +% \opt{0 pt} to restore auto-sizing} % Usually, the width of the \texttt{S} and \texttt{s} columns is allowed % to vary depending on the content. However, there are cases where a % strictly fixed width is desirable. For these cases, the @@ -4787,7 +4789,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2011/05/23} {2.2e} +\ProvidesExplPackage {siunitx} {2011/05/25} {2.2f} {A comprehensive (SI) units package} % \end{macrocode} % @@ -13097,9 +13099,9 @@ This work consists of the file siunitx.dtx { \dim_compare:nNnTF {#1} = { \c_zero_dim } { - \cs_new_eq:NN \siunitx_table_column_begin:n + \cs_set_eq:NN \siunitx_table_column_begin:n \siunitx_table_align_left:n - \cs_new_eq:NN \siunitx_table_column_end:n + \cs_set_eq:NN \siunitx_table_column_end:n \siunitx_table_align_right:n } { @@ -15634,7 +15636,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2011/05/23} {2.2e} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/05/25} {2.2f} {siunitx: Version 1 settings} % \end{macrocode} % @@ -16850,7 +16852,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2011/05/23} {2.2e} +\ProvidesExplFile {siunitx-binary.cfg} {2011/05/25} {2.2f} {siunitx: Binary units} % \end{macrocode} % |