diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-13 21:10:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-13 21:10:24 +0000 |
commit | ef358fe94be17fdea4c6cc28e6dc730a9a1d3d85 (patch) | |
tree | 3c38004158fc07fc2a7e35f395e983ab79092764 /Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty | |
parent | 980656ea4ee513b352a7c4fcb0b065bd7eb2bbd3 (diff) |
l3
git-svn-id: svn://tug.org/texlive/trunk@43488 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 | 9 |
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} } |