diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/siunitx/siunitx.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 55e06117e6a..c02cf67828f 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -619,6 +619,8 @@ This work consists of the file siunitx.dtx % detected} % \changes{v2.6c}{2014/10/01}{Fix use of \cs{micro} when \pkg{fontspec} % is loaded but \pkg{unicode-math} is not} +% \changes{v2.6d}{2014/10/07}{Fix conversion of \enquote{long} to +% \enquote{short} uncertainty values with integer mantissas} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5145,7 +5147,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2014/10/01} {2.6c} +\ProvidesExplPackage {siunitx} {2014/10/28} {2.6d} {A comprehensive (SI) units package} % \end{macrocode} % @@ -7752,7 +7754,7 @@ This work consists of the file siunitx.dtx { \prop_get:NnNF \l_@@_number_in_prop { mantissa-decimal } \l_@@_tmpb_tl - { \tl_set:Nn \l_@@_tmpb_tl { 0 } } + { \tl_clear:N \l_@@_tmpb_tl } \tl_set:Nx \l_@@_tmpb_tl { \exp_not:V \l_@@_tmpb_tl @@ -16642,7 +16644,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2014/10/01} {2.6c} +\ProvidesExplFile {siunitx-version-1.cfg} {2014/10/28} {2.6d} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17584,7 +17586,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2014/10/01} {2.6c} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2014/10/28} {2.6d} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17766,7 +17768,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2014/10/01} {2.6c} +\ProvidesExplFile {siunitx-binary.cfg} {2014/10/28} {2.6d} {siunitx: Binary units} % \end{macrocode} % |