diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-04 21:17:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-04 21:17:09 +0000 |
commit | 0258bc8612e27c4ad2f1f1bdba6f31cd54eb96ce (patch) | |
tree | ee0182d3be97f062694b41b47965ea3f85c541e4 /Master/texmf-dist/tex/latex/curve2e | |
parent | e0d029cced3bf95efe042be86e0cda81d1902826 (diff) |
curve2e (4may20)
git-svn-id: svn://tug.org/texlive/trunk@55009 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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/curve2e/curve2e.sty b/Master/texmf-dist/tex/latex/curve2e/curve2e.sty index 09f38b7ef53..ae0e7bcea1d 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}% - [2020-04-02 v.2.2.6 Extension package for pict2e] + [2020-05-03 v.2.2.8 Extension package for pict2e] \IfFileExists{xfp.sty}{% \RequirePackage{color} \RequirePackageWithOptions{pict2e}[2014/01/01] @@ -38,6 +38,8 @@ \fp_compare:nTF{#1}{#2}{#3}} \ProvideExpandableDocumentCommand\fpdowhile{m m}{% \fp_do_while:nn{#1}{#2}} +\ProvideExpandableDocumentCommand\fpwhiledo{m m}{% + \fp_while_do:nn{#1}{#2}} } \ExplSyntaxOff @@ -165,7 +167,7 @@ {\put(#1){\let\c@multicnt\@multicnt \CopyVect #2 to \R \CopyVect#3 to\D - \@multicnt=#4\relax + \@multicnt=\inteval{#4}\relax \@whilenum \@multicnt > \z@\do{% \put(\R){#5}% \IfValueTF{#6}{#6}{\AddVect#3 and\R to \R}% |