summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty')
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty b/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty
index b014890405e..62b592f28bd 100644
--- a/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty
+++ b/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty
@@ -19,8 +19,8 @@
%% and all files in that bundle must be distributed together.
%%
%% File: xfp.dtx (C) Copyright 2017 The LaTeX3 Project
-\RequirePackage{expl3}[2017/03/07]
-\@ifpackagelater{expl3}{2017/03/07}
+\RequirePackage{expl3}[2017/03/11]
+\@ifpackagelater{expl3}{2017/03/11}
{}
{%
\PackageError{xfpu}{Support package l3kernel too old}
@@ -32,10 +32,11 @@
}%
\endinput
}
+\RequirePackage{xparse}
\def\ExplFileName{xfp}
\def\ExplFileDescription{LaTeX Floating Point Unit}
-\def\ExplFileDate{2017/03/07}
-\def\ExplFileVersion{6984}
+\def\ExplFileDate{2017/03/11}
+\def\ExplFileVersion{6988}
\ProvidesExplPackage
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
\NewExpandableDocumentCommand \fpeval { m } { \fp_eval:n {#1} }