summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/support/ketcindy/ketsample/samples/s06animation/s06animation(Scilab)/CindyScriptset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/support/ketcindy/ketsample/samples/s06animation/s06animation(Scilab)/CindyScriptset.txt')
-rw-r--r--texmf-dist/doc/support/ketcindy/ketsample/samples/s06animation/s06animation(Scilab)/CindyScriptset.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/texmf-dist/doc/support/ketcindy/ketsample/samples/s06animation/s06animation(Scilab)/CindyScriptset.txt b/texmf-dist/doc/support/ketcindy/ketsample/samples/s06animation/s06animation(Scilab)/CindyScriptset.txt
deleted file mode 100644
index 7bbd6f0f..00000000
--- a/texmf-dist/doc/support/ketcindy/ketsample/samples/s06animation/s06animation(Scilab)/CindyScriptset.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-use("KetCindyPlugin");
-Sciver="5.5.2";
-if(iswindows(),
- Pathhead="C:\kettex\texlive";
- Dirhead=Pathhead+"\texmf-dist\scripts\ketcindy";
- PathThead=Pathhead+"\bin\win32\";
- Homehead="C:\Users";
- Dirfile=Homehead+"\"+getname()+"\ketcindy";
-);
-if(ismacosx(),
- Pathhead="/Applications/kettex/texlive";
- Dirhead=Pathhead+"/texmf-dist/scripts/ketcindy";
- PathThead=Pathhead+"/bin/x86_64-darwin/";
- Homehead="/Users";
- Dirfile=gethome()+"/ketcindy";
-);
-setdirectory(Dirfile);
-import("setketcindysci.txt");
-import("ketoutsetsci.txt");
-Mackc="open";
-setdirectory(Dirwork);
-Helplist(["+","+3d","+mv"],"helpJ");
-
-Pathpdf=PathAd;