diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-06 23:10:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-06 23:10:56 +0000 |
commit | f5e4137812d5ed637168b8881c1ae68470d4f4f3 (patch) | |
tree | d63cbfb983b771a9b574b7f4ee6ec557ffe596ce /Master/texmf-dist/tex/latex/curve2e | |
parent | 0618ebba9c0e02e9523bcbcedd498e4738c5969d (diff) |
curve2e (7dec19)
git-svn-id: svn://tug.org/texlive/trunk@53042 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/curve2e')
-rw-r--r-- | Master/texmf-dist/tex/latex/curve2e/curve2e.sty | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/curve2e/curve2e.sty b/Master/texmf-dist/tex/latex/curve2e/curve2e.sty index 7de00b83a0c..e2230216d3e 100644 --- a/Master/texmf-dist/tex/latex/curve2e/curve2e.sty +++ b/Master/texmf-dist/tex/latex/curve2e/curve2e.sty @@ -11,7 +11,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2019/01/01] \ProvidesPackage{curve2e}% - [2019-11-30 v.2.0.6 Extension package for pict2e] + [2019-12-06 v.2.0.7 Extension package for pict2e] @@ -35,12 +35,15 @@ ***************************************\MessageBreak}% \endinput } -\AtBeginDocument{\@ifpackageloaded{xfp}{% \ExplSyntaxOn -\ProvideExpandableDocumentCommand\fptest{m}{\fp_compare:nTF{#1}} -\ProvideExpandableDocumentCommand\fpdowhile{m m}{\fp_do_while:nn{#1}{#2}} +\AtBeginDocument{% +\ProvideExpandableDocumentCommand\fptest{m m m}{% + \fp_compare:nTF{#1}{#2}{#3}} +\ProvideExpandableDocumentCommand\fpdowhile{m m}{% + \fp_do_while:nn{#1}{#2}} +} \ExplSyntaxOff -}{}} + \def\TRON{\tracingcommands\tw@ \tracingmacros\tw@}% \def\TROF{\tracingcommands\z@ \tracingmacros\z@}% \ifx\undefined\@tdA \newdimen\@tdA \fi |