From ebc35af4250051fed5186c59ba4eaff9949142e2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 29 Jan 2017 22:34:04 +0000 Subject: siunitx (29jan17) git-svn-id: svn://tug.org/texlive/trunk@43087 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/source/latex/siunitx') diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 516719c6b4c..8784ba3069d 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -658,6 +658,8 @@ This work consists of the file siunitx.dtx % \changes{v2.7}{2016/11/11}{Start adding documented code level interfaces} % \changes{v2.7}{2016/11/23}{Fix when \pkg{cellspace} is applied to % math mode material} +% \changes{v2.7b}{2017/01/28}{Fix an issue with large numbers and +% scientific mode} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5198,7 +5200,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2017/01/01} {2.7a} +\ProvidesExplPackage {siunitx} {2017/01/28} {2.7b} {A comprehensive (SI) units package} % \end{macrocode} % @@ -8406,7 +8408,7 @@ This work consists of the file siunitx.dtx % \begin{macrocode} \cs_new_protected:Npn \@@_number_process_fixed_large:nnn #1 { - \int_compare:nNnTF {#1} = 0 + \@@_number_if_zero:nTF {#1} { \@@_number_process_fixed_large_aux:nnn { } } { \@@_number_process_fixed_large_aux:nnn {#1} } } @@ -16800,7 +16802,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2017/01/01} {2.7a} +\ProvidesExplFile {siunitx-version-1.cfg} {2017/01/28} {2.7b} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17742,7 +17744,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/01/01} {2.7a} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/01/28} {2.7b} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17924,7 +17926,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2017/01/01} {2.7a} +\ProvidesExplFile {siunitx-binary.cfg} {2017/01/28} {2.7b} {siunitx: Binary units} % \end{macrocode} % -- cgit v1.2.3