diff options
author | Karl Berry <karl@freefriends.org> | 2015-10-15 21:19:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-10-15 21:19:33 +0000 |
commit | 3407f3d41550bedf93b847580be3fadc6fe99325 (patch) | |
tree | 6dd9a82f1001845ec9ed730ec074cdd2ac13b79f /Master/texmf-dist/source/latex/siunitx | |
parent | 99fb070ba6190c34b58106fa0f84859114f955f2 (diff) |
siunitx (15oct15)
git-svn-id: svn://tug.org/texlive/trunk@38653 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 91f4f8c0614..f50bfbf3400 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -640,6 +640,7 @@ This work consists of the file siunitx.dtx % \opt{exponent-to-prefix} is set} % \changes{v2.6k}{2015/09/12}{Track \pkg{expl3} changes} % \changes{v2.6l}{2015/09/14}{Fix an internal error} +% \changes{v2.6m}{2015/10/15}{Address an issue with \pkg{mwtab}} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5163,7 +5164,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2015/09/14} {2.6l} +\ProvidesExplPackage {siunitx} {2015/10/15} {2.6m} {A comprehensive (SI) units package} % \end{macrocode} % @@ -13699,7 +13700,10 @@ This work consists of the file siunitx.dtx \token_if_eq_meaning:NNF #1 \tex_unskip:D { \token_if_eq_meaning:NNF #1 \tab@setcr - { \@@_table_collect_not_braced_aux_i:N #1 } + { + \token_if_eq_meaning:NNF #1 \@maybe@unskip + { \@@_table_collect_not_braced_aux_i:N #1 } + } } } \@@_table_collect_next: @@ -16712,7 +16716,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2015/09/14} {2.6l} +\ProvidesExplFile {siunitx-version-1.cfg} {2015/10/15} {2.6m} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17654,7 +17658,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/09/14} {2.6l} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/10/15} {2.6m} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17836,7 +17840,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2015/09/14} {2.6l} +\ProvidesExplFile {siunitx-binary.cfg} {2015/10/15} {2.6m} {siunitx: Binary units} % \end{macrocode} % |