summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/ketcindy/forMac/setwork.command
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/ketcindy/forMac/setwork.command')
-rwxr-xr-xMaster/texmf-dist/doc/support/ketcindy/forMac/setwork.command82
1 files changed, 20 insertions, 62 deletions
diff --git a/Master/texmf-dist/doc/support/ketcindy/forMac/setwork.command b/Master/texmf-dist/doc/support/ketcindy/forMac/setwork.command
index b664316cda6..674c4237166 100755
--- a/Master/texmf-dist/doc/support/ketcindy/forMac/setwork.command
+++ b/Master/texmf-dist/doc/support/ketcindy/forMac/setwork.command
@@ -1,9 +1,5 @@
#!/bin/sh
-# 20190217
-# 190217from
-pathM="/Applications/Maxima.app/Contents/Resources/maxima.sh"
-pathMn="/Applications/Maxima.app/Contents/Resources/opt/bin/maxima"
-# 109217to
+# 20190614
cd `dirname $0`
if [ -e ../ketcindyfolder ]; then
cd ../ketcindyfolder
@@ -11,7 +7,8 @@ fi
echo Files will be copied from
echo " "`pwd`/work
changesetting=/.ketcindy.conf #181017
-dist=~/ketcindy #180913
+home=~
+dist=${home}/ketcindy #180913
cp -r -p work/ ${dist}/
if [ $? -gt 0 ]; then
echo Error:$?
@@ -20,66 +17,27 @@ else
echo Workfolder has been generated as ${dist}
echo " "This folder can be moved to any place ##180913
fi
-echo "Choose TeX with the 1st(+2nd) character"
-read -p 'p=platex, u=uplatex, l=latex, x=xelatex, pd=pdflatex, lu=lualatex:' tex
-if [ ${tex} = "p" ]; then
- tex="platex"
- cd doc/ketmanual
- cp -p KeTCindyReferenceJ.pdf ${dist}
- cp -p KeTCindyGuideJ.pdf ${dist}
- cp -p KeTpicStyleJ.pdf ${dist}
-fi
-if [ ${tex} = "u" ]; then
- tex="uplatex"
- cd doc/ketmanual
- cp -p KeTCindyReferenceJ.pdf ${dist}
- cp -p KeTCindyGuideJ.pdf ${dist}
- cp -p KeTpicStyleJ.pdf ${dist}
-fi
-if [ ${tex} = "l" ]; then
- tex="latex"
- cd doc/ketmanual
- cp -p KeTCindyReferenceE.pdf ${dist}
- cp -p KeTCindyGuideE.pdf ${dist}
- cp -p KeTpicStyleE.pdf ${dist}
-fi
-if [ ${tex} = "x" ]; then
- tex="xelatex"
- cd ketmanual
- cp -p KeTCindyReferenceE.pdf ${dist}
- cp -p KeTCindyGuideE.pdf ${dist}
- cp -p KeTpicStyleE.pdf ${dist}
-fi
-if [ ${tex} = "pd" ]; then
- tex="pdflatex"
- cd doc/ketmanual
- cp -p KeTCindyReferenceE.pdf ${dist}
- cp -p KeTCindyGuideE.pdf ${dist}
- cp -p KeTpicStyleE.pdf ${dist}
-fi
-if [ ${tex} = "lu" ]; then
- tex="lualatex"
- cd doc/ketmanual
+read -p 'Language (j/e) : ' lang
+cd doc/ketmanual
+if [ ${lang} = "e" ]; then
cp -p KeTCindyReferenceE.pdf ${dist}
cp -p KeTCindyGuideE.pdf ${dist}
cp -p KeTpicStyleE.pdf ${dist}
-fi
-dist=~ #180913
-echo generating ${dist}/${changesetting}
-echo // Re-setting PathT,PathR,Pathpdf,PathM,PathAd,Mackc >${dist}${changesetting}
-echo "PathT=PathThead+\"${tex}\";" >>${dist}${changesetting}
-read -p 'Choose pdfviewer from preview(p),skim(s): ' ans
-if [ ${ans} = "s" ]; then
- echo "Pathpdf=\"skim\";" >> ${dist}${changesetting}
else
- echo "Pathpdf=\"preview\";" >> ${dist}${changesetting}
-fi
-# 190217from
-find -f ${pathM}
-if [ $? -gt 0 ]; then
- echo "PathM=\"${pathMn}\";" >> ${dist}${changesetting}
+ cp -p KeTCindyReferenceJ.pdf ${dist}
+ cp -p KeTCindyGuideJ.pdf ${dist}
+ cp -p KeTpicStyleJ.pdf ${dist}
fi
-# 190217to
-echo "Mackc=\"open\";" >>${dist}${changesetting}
+
+echo Generating ${home}/${changesetting}
+echo // Re-setting PathT,PathR,Pathpdf,PathM,PathAd,Mackc >${home}${changesetting}
+echo "// PathT=PathThead+\"platex\";" >>${home}${changesetting}
+echo "// Pathpdf=\"skim\";" >> ${home}${changesetting}
+pathM="/Applications/Maxima.app/Contents/Resources/maxima.sh"
+pathMn="/Applications/Maxima.app/Contents/Resources/opt/bin/maxima"
+echo "// PathM=\"${pathM}\";" >> ${home}${changesetting}
+echo "// PathM=\"${pathMn}\";" >> ${home}${changesetting}
+echo "// Mackc=\"open\";" >>${home}${changesetting}
+
sleep 1
exit 0 \ No newline at end of file