diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-19 22:13:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-19 22:13:10 +0000 |
commit | a9b5c8812a42ed9fc7bd6323b1185a096ecb7c0e (patch) | |
tree | 3130ecf7e791b7a7bf9587e8d8d3a339921de401 /Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty | |
parent | dd8d54441efc71090eb7f91c1315b3d08ddbdcdc (diff) |
l3 (19mar17)
git-svn-id: svn://tug.org/texlive/trunk@43548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty b/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty index 62b592f28bd..13a6bf6baf3 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/11] -\@ifpackagelater{expl3}{2017/03/11} +\RequirePackage{expl3}[2017/03/18] +\@ifpackagelater{expl3}{2017/03/18} {} {% \PackageError{xfpu}{Support package l3kernel too old} @@ -33,12 +33,10 @@ \endinput } \RequirePackage{xparse} -\def\ExplFileName{xfp} -\def\ExplFileDescription{LaTeX Floating Point Unit} -\def\ExplFileDate{2017/03/11} -\def\ExplFileVersion{6988} -\ProvidesExplPackage - {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} +\def\ExplFileDate{2017/03/18} +\def\ExplFileVersion{7019} +\ProvidesExplPackage{xfp}{\ExplFileDate}{\ExplFileVersion} + {L3 Floating point unit} \NewExpandableDocumentCommand \fpeval { m } { \fp_eval:n {#1} } %% %% |