summaryrefslogtreecommitdiff
path: root/graphics/ketcindy/forWindows/setketcindytexlive.bat
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ketcindy/forWindows/setketcindytexlive.bat')
-rwxr-xr-x[-rw-r--r--]graphics/ketcindy/forWindows/setketcindytexlive.bat20
1 files changed, 19 insertions, 1 deletions
diff --git a/graphics/ketcindy/forWindows/setketcindytexlive.bat b/graphics/ketcindy/forWindows/setketcindytexlive.bat
index e872a00b08..36b890889f 100644..100755
--- a/graphics/ketcindy/forWindows/setketcindytexlive.bat
+++ b/graphics/ketcindy/forWindows/setketcindytexlive.bat
@@ -1,4 +1,4 @@
-REM 20190904
+REM 20191224
echo off
rem Edit the followings if necessary
@@ -103,6 +103,12 @@ echo Homehead="%homehead%"; >> ketcindy.ini
echo Dirhead="%pathT%\%year%%scripts%"; >> ketcindy.ini
echo setdirectory(Dirhead); >> ketcindy.ini
echo import("setketcindy.txt"); >> ketcindy.ini
+
+rem 20191224from
+set /P STR_INPUT="Language for Help (j/e) :"
+echo Langhelp="%STR_INPUT%"; >> ketcindy.ini
+rem 20191224to
+
echo import("ketoutset.txt"); >> ketcindy.ini
echo Setting of TeX, R, Maxima
@@ -128,6 +134,18 @@ if "%STR_INPUT%" == "lu" (
)
echo PathT=PathThead+"%tex%"; >> ketcindy.ini
+set /P STR_INPUT="Number of default graphics (1=tpic 2=pict2e 3=tikz) : "
+if "%STR_INPUT%" == "1" (
+ set gc=tpic
+)
+if "%STR_INPUT%" == "2" (
+ set gc=pict2e
+)
+if "%STR_INPUT%" == "3" (
+ set gc=tikz
+)
+echo Usegraphics("%gc%"); >> ketcindy.ini
+
set prgSm=C:\Program Files (x86)\SumatraPDF\SumatraPDF.exe
if not exist "%prgSm%" (
set prgSm=C:\Program Files\SumatraPDF\SumatraPDF.exe