diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-21 23:13:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-21 23:13:26 +0000 |
commit | 393a69f1b47ddf7c185311928456eb364cae586b (patch) | |
tree | cd01772ac6812318eb3fc4b1096690b8f80f767e /Master/texmf-dist/tex/latex/siunitx/siunitx.sty | |
parent | 7ac36a0e53fae3396c4bca7909310f66c13cecf8 (diff) |
siunitx (21feb09)
git-svn-id: svn://tug.org/texlive/trunk@17117 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx/siunitx.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 69b4371a2a7..b0d77450a45 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -15,7 +15,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{siunitx} - [2010/02/05 v1.4a A comprehensive (SI) units package] + [2010/02/21 v1.4b A comprehensive (SI) units package] \begingroup \@ifundefined{eTeXversion} {\PackageError{siunitx} @@ -2593,11 +2593,6 @@ \fi \si@tab@next} \newcommand*{\si@tab@othertok}[1]{% - \si@tab@ifonechar{#1} - {\si@tab@othertok@aux{#1}} - {\si@tab@othertok@aux{{#1}}}% -} -\newcommand*{\si@tab@othertok@aux}[1]{% \si@log@debug{Found other cell contents `\unexpanded{#1}'}% \ifsi@switch \si@log@debug{Adding to post-numeral part}% |