Linux 中非root用户安装 epstopdf
001、问题
002、解决方法:
下载安装包:
https://ctan.org/tex-archive/support/epstopdf
003、
unzip epstopdf.zip
cd epstopdf/
cp epstopdf.pl epstopdf.pl_backup
mv epstopdf.pl epstopdf
echo "export PATH=$PWD:\$PATH;" >> ~/.bashrc
source ~/.bashrc
004、测试
。