diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-25 22:47:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-25 22:47:10 +0000 |
commit | 54a2cfc25dfedf71183c41579de2bf2ca70ef474 (patch) | |
tree | c88160095f9f971826cff33d016085af8b9aada5 /Master/texmf-dist/tex/latex/siunitx | |
parent | 82c343765eddc8cbfddfd4219a761e9d3b3ebc35 (diff) |
siunitx (25jun15)
git-svn-id: svn://tug.org/texlive/trunk@37680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
4 files changed, 5 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 95bc183c0fe..68fd3af51ea 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/06/16} {2.6f} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/06/25} {2.6g} {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 a94c2fcfaf5..2d190ad9fb9 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/06/16} {2.6f} +\ProvidesExplFile {siunitx-binary.cfg} {2015/06/25} {2.6g} {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 a4d731aff51..a002f7aab10 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/06/16} {2.6f} +\ProvidesExplFile {siunitx-version-1.cfg} {2015/06/25} {2.6g} {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 51fd33ee737..1bca45d4027 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,xparse} -\ProvidesExplPackage {siunitx} {2015/06/16} {2.6f} +\ProvidesExplPackage {siunitx} {2015/06/25} {2.6g} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2012/11/21 } { } @@ -5751,7 +5751,7 @@ { \cs_set_eq:NN \__siunitx_table_collect_next: ##1 } } \tl_map_function:nN - { \cs:w \__siunitx_table_print: } + { \cs:w \scan_stop: \__siunitx_table_print: } \__siunitx_table_collect_not_braced_aux_ii:N \token_if_eq_meaning:NNT \__siunitx_table_collect_next: \__siunitx_table_collect_get: |