diff options
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} % |