diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx b/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx index 46d1becb514..cc1e0bb571f 100644 --- a/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx +++ b/Master/texmf-dist/source/latex/l3packages/xfp/xfp.dtx @@ -23,8 +23,8 @@ %<*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/03/07] -%<package>\@ifpackagelater{expl3}{2017/03/07} +\RequirePackage{expl3}[2017/03/11] +%<package>\@ifpackagelater{expl3}{2017/03/11} %<package> {} %<package> {% %<package> \PackageError{xfpu}{Support package l3kernel too old} @@ -36,10 +36,11 @@ %<package> }% %<package> \endinput %<package> } +%<package>\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} %</driver|package> %<*driver> \documentclass[full]{l3doc} @@ -92,7 +93,8 @@ % \item Comparison operators: $x\mathop{\mathtt{<}}y$, % $x\mathop{\mathtt{<=}}y$, $x\mathop{\mathtt{>?}}y$, % $x\mathop{\mathtt{!=}}y$ \emph{etc.} -% \item Boolean logic: negation $\mathop{!}x$, conjunction +% \item Boolean logic: sign $\operatorname{sign} x$, +% negation $\mathop{!}x$, conjunction % $x\mathop{\&\&}y$, disjunction $x\mathop{\vert\vert}y$, ternary % operator $x\mathop{?}y\mathop{:}z$. % \item Exponentials: $\exp x$, $\ln x$, $x^y$. |