summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs')
-rwxr-xr-xMaster/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs b/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs
index 618a070f121..56351e659a8 100755
--- a/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs
+++ b/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs
@@ -14,7 +14,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>
//
-println("ketcindymv(20190317) loaded");
+println("ketcindymv(20190415) loaded");
//help:start();
@@ -123,7 +123,7 @@ Parafolder(fstr,sL,optionorg):=(
tmp1=substring(fstr,tmp,length(fstr));
tmp=indexof(tmp1,")");
tmp1=substring(tmp1,0,tmp-1);
- parse("Movieframe("+tmp1+"):="+fstr);
+ parse("Movieframe("+tmp1+"):="+fstr+";"); //190415
options=optionorg;
tmp=Divoptions(options);
eqL=tmp_5;
@@ -255,7 +255,7 @@ Parafolder(fstr,sL,optionorg):=(
println("Parafolder finished");
);
if(length(after)>0,
- parse(after);
+ parse(after+";"); //190415
);
);
if(ErrFlag!=-1,//180617from
@@ -378,7 +378,7 @@ Mkanimation(path,folder):=(
);
); //17.11.25until
Fheadbkup=Fhead;
- Fhead="animate"+folder;
+ Fhead=folder+"animate"; //190404
Pathpdfbkup=Pathpdf;
Pathpdf=PathAd;
tmp1=replace(PathT,pathsep(),"/");
@@ -528,7 +528,7 @@ Mkflipanime(path,folder):=(
);
); //17.11.25until
Fheadbkup=Fhead;
- Fhead="flipanime"+folder;
+ Fhead=folder+"flipanime"; //190404
tmp1=replace(PathT,pathsep(),"/");
tmp=indexall(tmp1,"/");//17.10.14from
if(length(tmp)>0,