diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-19 22:02:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-19 22:02:28 +0000 |
commit | 435c95be6f25ed57497eb521c9885bc0712e17bf (patch) | |
tree | 83bc4b2a5535e959e1917265be06bcef908bcbaf /Master/texmf-dist/tex/latex/l3packages/xfp | |
parent | 25f52d925614aa8433200addac102a4b9a2dffe3 (diff) |
l3 (19sep17)
git-svn-id: svn://tug.org/texlive/trunk@45340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xfp')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty b/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty index 14b9610c35a..542e0ab69ef 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/07/19] -\@ifpackagelater{expl3}{2017/07/19} +\RequirePackage{expl3}[2017/09/18] +\@ifpackagelater{expl3}{2017/09/18} {} {% \PackageError{xfp}{Support package l3kernel too old} @@ -33,9 +33,10 @@ \endinput } \RequirePackage{xparse} -\ProvidesExplPackage{xfp}{2017/07/19}{} +\ProvidesExplPackage{xfp}{2017/09/18}{} {L3 Floating point unit} \NewExpandableDocumentCommand \fpeval { m } { \fp_eval:n {#1} } +\NewExpandableDocumentCommand \inteval { m } { \int_eval:n {#1} } %% %% %% End of file `xfp.sty'. |