diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 548847 -> 548919 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 6 |
5 files changed, 12 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex 8eb3eaa104d..b2e311924e1 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf 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} % diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg index c97c82b8ede..d913a604b07 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2011/05/23} {2.2e} +\ProvidesExplFile {siunitx-binary.cfg} {2011/05/25} {2.2f} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg index 1d135b166ca..297043dc0cf 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2011/05/23} {2.2e} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/05/25} {2.2f} {siunitx: Version 1 settings} \keys_set:nn { siunitx } { load-configurations = { abbreviations , binary } } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index a993d2f8160..1ed4c9f5cd9 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -14,7 +14,7 @@ %% --------------------------------------------------------------- %% \RequirePackage{expl3} -\ProvidesExplPackage {siunitx} {2011/05/23} {2.2e} +\ProvidesExplPackage {siunitx} {2011/05/25} {2.2f} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_set:nnnn { @@ -5573,9 +5573,9 @@ { \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 } { |