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, 24 insertions, 0 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
new file mode 100644
index 00000000..7bbd6f0f
--- /dev/null
+++ b/texmf-dist/doc/support/ketcindy/ketsample/samples/s06animation/s06animation(Scilab)/CindyScriptset.txt
@@ -0,0 +1,24 @@
+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;