summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-29 22:34:04 +0000
committerKarl Berry <karl@freefriends.org>2017-01-29 22:34:04 +0000
commitebc35af4250051fed5186c59ba4eaff9949142e2 (patch)
tree91da2a8810d02f31349ece5d131bd8ba39c31046 /Master/texmf-dist/tex/latex/siunitx/siunitx.sty
parentf8fc789d01fafa97888e0536262890aa47b8ced2 (diff)
siunitx (29jan17)
git-svn-id: svn://tug.org/texlive/trunk@43087 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.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index 78d9b3e61de..fc573eab9fd 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} {2017/01/01} {2.7a}
+\ProvidesExplPackage {siunitx} {2017/01/28} {2.7b}
{A comprehensive (SI) units package}
\@ifpackagelater { expl3 } { 2015/09/11 }
{ }
@@ -2142,7 +2142,7 @@
}
\cs_new_protected:Npn \__siunitx_number_process_fixed_large:nnn #1
{
- \int_compare:nNnTF {#1} = 0
+ \__siunitx_number_if_zero:nTF {#1}
{ \__siunitx_number_process_fixed_large_aux:nnn { } }
{ \__siunitx_number_process_fixed_large_aux:nnn {#1} }
}