summaryrefslogtreecommitdiff
path: root/graphics/ketcindy/forMac
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-28 03:00:42 +0000
committerNorbert Preining <norbert@preining.info>2019-09-28 03:00:42 +0000
commitf41a5d46017f730e9586332f28744912872326f5 (patch)
tree0e7ebb355adbdb56ac9d1e236dd5cde0b71e1520 /graphics/ketcindy/forMac
parent5827a950592f8a91468bcd0b5963d1df8d3518d8 (diff)
CTAN sync 201909280300
Diffstat (limited to 'graphics/ketcindy/forMac')
-rwxr-xr-xgraphics/ketcindy/forMac/setketcindy.command17
1 files changed, 13 insertions, 4 deletions
diff --git a/graphics/ketcindy/forMac/setketcindy.command b/graphics/ketcindy/forMac/setketcindy.command
index 469553fb25..f6c36b1443 100755
--- a/graphics/ketcindy/forMac/setketcindy.command
+++ b/graphics/ketcindy/forMac/setketcindy.command
@@ -1,7 +1,7 @@
#!/bin/sh
-# 20190616
+# 20190824
-# Edit and uncomment the following lines if necessary
+# Edit, uncomment the following lines and choose 4 if necessary
#texpath=/Applications/kettex/texlive
#texbinpath=${texpath}/bin/x86_64-darwin
#ketcindyscripts=${texpath}/texmf-dist/scripts/ketcindy
@@ -28,8 +28,8 @@ echo `pwd ` will be used
echo 1. "/Applications/kettex/texlive".
echo 2. "/Applications/kettex.app/texlive"
echo 3. "/Library/TeX (TeXLive)"
-echo 4. Modification of this file is finished
-read -p 'Choose path of TeX from the above (number) : ' ans
+echo 4. Other
+read -p 'Choose number from the above (number) : ' ans
if [ ${ans} = "1" ]; then
texpath=/Applications/kettex/texlive
texbinpath=${texpath}/bin/x86_64-darwin
@@ -51,6 +51,15 @@ if [ ${ans} = "3" ]; then
ketcindydoc=${texpath}/texmf-dist/doc/support/ketcindy
ketcindystyle=${texpath}/texmf-dist/tex/latex/ketcindy
fi
+if [ ${ans} = "4" ]; then
+ read -p ' Input texpath (/Library/TeX/Root) : ' texpath
+ read -p ' Input texbinpath (bin/x86_64-darwin) : ' binpath
+ texbinpath=${texpath}/${binpath}
+ read -p ' Input scriptspath (texmf-dist) : ' scriptspath
+ ketcindyscripts=${texpath}/${scriptspath}/scripts/ketcindy
+ ketcindydoc=${texpath}/${scriptspath}/doc/support/ketcindy
+ ketcindystyle=${texpath}/${scriptspath}/tex/latex/ketcindy
+fi
echo texpath=${texpath}
echo texbinpath=${texbinpath}
#read -p 'Do you really copy ketcindyscripts? (y,n): ' ans