summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx b/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
index dd3477874f9..f5af0b21774 100644
--- a/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx
@@ -23,16 +23,16 @@
%<*driver|package>
% The version of expl3 required is tested as early as possible, as
% some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2017/05/29]
-%<package>\@ifpackagelater{expl3}{2017/05/29}
+\RequirePackage{expl3}[2017/07/15]
+%<package>\@ifpackagelater{expl3}{2017/07/15}
%<package> {}
%<package> {%
-%<package> \PackageError{xfpu}{Support package l3kernel too old}
+%<package> \PackageError{xfp}{Support package l3kernel too old}
%<package> {%
%<package> Please install an up to date version of l3kernel\MessageBreak
%<package> using your TeX package manager or from CTAN.\MessageBreak
%<package> \MessageBreak
-%<package> Loading xfpu will abort!%
+%<package> Loading xfp will abort!%
%<package> }%
%<package> \endinput
%<package> }
@@ -62,7 +62,7 @@
% }^^A
% }
%
-% \date{Released 2017/05/29}
+% \date{Released 2017/07/15}
%
% \maketitle
%
@@ -120,7 +120,7 @@
% \item Constants: \texttt{pi}, \texttt{deg} (one degree in radians).
% \item Dimensions, automatically expressed in points, \emph{e.g.},
% \texttt{pc} is~$12$.
-% \item Automatic conversion (no need for \cs{number} of
+% \item Automatic conversion (no need for \cs{number}) of
% integer, dimension, and skip variables to floating points,
% expressing dimensions in points and ignoring the stretch and
% shrink components of skips.
@@ -136,14 +136,14 @@
%
% \begin{implementation}
%
-% \section{\pkg{xfpu} implementation}
+% \section{\pkg{xfp} implementation}
%
% \begin{macrocode}
%<*package>
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{xfp}{2017/05/29}{}
+\ProvidesExplPackage{xfp}{2017/07/15}{}
{L3 Floating point unit}
% \end{macrocode}
%