summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/support/ketcindy/ketsample/samples/s06animation/s06animation(Scilab)/CindyScriptset.txt
blob: 7bbd6f0f877eb259aa8ad311a933ce3f0bbf32f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;