From: Tatsuro M. <tma...@ya...> - 2022-01-05 06:58:09
|
Ethan In development branch, make gnuplot-ja.pdf was supported. I tried the make on cygwin64 and build and report the result. cd docs make gnuplot-ja.pdf iconv -f EUC-JP -t UTF-8 gnuplot-ja.doc > ja.doc doc2tex -figures ja.doc | sed 's/titlepag.tex/title-ja.tex/' > gnuplot-ja.tex /bin/sh: doc2tex: command not found I confirmed doc2tex.exe is generated in docs direcotory . Workaorund is cd docs PATH=$PATH:./ make gnuplot-ja.pdf Then I could get gnuplot-ja.pdf. Thanks! Tatsuro |