summaryrefslogtreecommitdiff
path: root/graphics/ketcindy/ketcindyfolder/scripts/ketoutset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ketcindy/ketcindyfolder/scripts/ketoutset.txt')
-rw-r--r--graphics/ketcindy/ketcindyfolder/scripts/ketoutset.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/ketcindy/ketcindyfolder/scripts/ketoutset.txt b/graphics/ketcindy/ketcindyfolder/scripts/ketoutset.txt
index 5fb93561f5..b553658f6c 100644
--- a/graphics/ketcindy/ketcindyfolder/scripts/ketoutset.txt
+++ b/graphics/ketcindy/ketcindyfolder/scripts/ketoutset.txt
@@ -1,7 +1,6 @@
if(!isstring(PathThead),
PathThead="";
);
-PathT=PathThead+"uplatex";
if(iswindows(),
PathS="C:\Program Files\scilab-6.0.0\bin\scilex";
PathC="C:\MinGW\bin\gcc.exe";
@@ -37,10 +36,10 @@ if(islinux(),
PathAd="acroread";
);
-if(indexof(PathT,"platex")>0,
- Helplist(["+","+3d","+mv"],"helpJ");
-,
+if(Langhelp=="e",
Helplist(["+","+3d","+mv"],"helpE");
+,
+ Helplist(["+","+3d","+mv"],"helpJ");
);
setdirectory(Dircdy);