summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin578878 -> 578927 bytes
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx3
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty2
3 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index c4e83e638a2..13470bd672b 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 a29471d3aac..c6042d49de3 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -598,6 +598,7 @@ This work consists of the file siunitx.dtx
%\changes{v2.5k}{2012/09/20}{Store fraction function as a macro rather than
% using \cs{let}: fixes a warning with \pkg{amsmath}}
%\changes{v2.5k}{2012/11/13}{Skip spaces correctly after start of document}
+%\changes{v2.5l}{2012/11/21}{Track changes in \pkg{expl3}}
%
%\begin{abstract}
% Physical quantities have both numbers and units, and each physical
@@ -5116,7 +5117,7 @@ This work consists of the file siunitx.dtx
% This will also trap any problems with \pkg{l3packages} (as the two are now
% tied together, version-wise).
% \begin{macrocode}
-\@ifpackagelater { expl3 } { 2012/07/16 }
+\@ifpackagelater { expl3 } { 2012/11/21 }
{ }
{
\PackageError { siunitx } { Support~package~expl3~too~old. }
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index a907e507b29..852b51f7677 100644
--- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
+++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
@@ -16,7 +16,7 @@
\RequirePackage{expl3,xparse}
\ProvidesExplPackage {siunitx} {2012/11/13} {2.5k}
{A comprehensive (SI) units package}
-\@ifpackagelater { expl3 } { 2012/07/16 }
+\@ifpackagelater { expl3 } { 2012/11/21 }
{ }
{
\PackageError { siunitx } { Support~package~expl3~too~old. }