summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-10-28 22:36:31 +0000
committerKarl Berry <karl@freefriends.org>2014-10-28 22:36:31 +0000
commit31ae0d507c9b43a68b2b4e2f44f41a756b23b8c9 (patch)
tree725e7071952d4e9ce535e8d2932dfccbcb72687d
parent6751ea76abc2df59197ab3c20fe780ecf9de81fb (diff)
siunitx (28oct14)
git-svn-id: svn://tug.org/texlive/trunk@35459 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin620598 -> 620759 bytes
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx12
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty4
6 files changed, 12 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index b1b2aa9ce5a..6dd901eb3b9 100644
--- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
+++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
Binary files differ
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}
%
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg
index ba53128e349..246297350ae 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} {2014/10/01} {2.6c}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2014/10/28} {2.6d}
{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 919cc2c5c0b..79a4447a85d 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} {2014/10/01} {2.6c}
+\ProvidesExplFile {siunitx-binary.cfg} {2014/10/28} {2.6d}
{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 5d5dc4efa4b..d0406518d4c 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} {2014/10/01} {2.6c}
+\ProvidesExplFile {siunitx-version-1.cfg} {2014/10/28} {2.6d}
{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 b86f75ddc3d..9a28e0f91b6 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} {2014/10/01} {2.6c}
+\ProvidesExplPackage {siunitx} {2014/10/28} {2.6d}
{A comprehensive (SI) units package}
\@ifpackagelater { expl3 } { 2012/11/21 }
{ }
@@ -1706,7 +1706,7 @@
{
\prop_get:NnNF \l__siunitx_number_in_prop { mantissa-decimal }
\l__siunitx_tmpb_tl
- { \tl_set:Nn \l__siunitx_tmpb_tl { 0 } }
+ { \tl_clear:N \l__siunitx_tmpb_tl }
\tl_set:Nx \l__siunitx_tmpb_tl
{
\exp_not:V \l__siunitx_tmpb_tl