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/tex/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/tex/latex/siunitx')
4 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg index d5b1005927a..78e2219a582 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/09/14} {2.6l} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/10/15} {2.6m} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg index 24e0027f0f1..ab1b8e87eb4 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2015/09/14} {2.6l} +\ProvidesExplFile {siunitx-binary.cfg} {2015/10/15} {2.6m} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg index 211aaa00843..5d693907923 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2015/09/14} {2.6l} +\ProvidesExplFile {siunitx-version-1.cfg} {2015/10/15} {2.6m} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 46e40b70622..b29073d76b1 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -15,7 +15,7 @@ %% \RequirePackage{expl3}[2015/09/11] \RequirePackage{xparse} -\ProvidesExplPackage {siunitx} {2015/09/14} {2.6l} +\ProvidesExplPackage {siunitx} {2015/10/15} {2.6m} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2015/09/11 } { } @@ -5752,7 +5752,10 @@ \token_if_eq_meaning:NNF #1 \tex_unskip:D { \token_if_eq_meaning:NNF #1 \tab@setcr - { \__siunitx_table_collect_not_braced_aux_i:N #1 } + { + \token_if_eq_meaning:NNF #1 \@maybe@unskip + { \__siunitx_table_collect_not_braced_aux_i:N #1 } + } } } \__siunitx_table_collect_next: |