比如pstopdf的, 以前用的都是ps2pdf.exe
现在这儿是用
>texmfstart --verbose pstopdf.rb beamertest.ps
texmfstart version 2.0.3
locating 'pstopdf.rb' in current path '.'
locating 'pstopdf.rb' in caller path './../ruby'
kpse : direct (forced)
using kpsewhich variable RUBYINPUTS
testing './pstopdf.rb'
testing 'e:/texlive/texmf-dist/scripts/context/ruby/pstopdf.rb'
registering 'pstopdf' as 'e:/texlive/texmf-dist/scripts/context/ruby/pstopdf.rb'
registering 'THREAD' as 'e:/texlive/texmf-dist/scripts/context/ruby'
starting pstopdf.rb
using 'system' call: ruby e:/texlive/texmf-dist/scripts/context/ruby/pstopdf.rb
beamertest.ps
execution failed
装上ruby后就okay了.
现在这儿是用
>texmfstart --verbose pstopdf.rb beamertest.ps
texmfstart version 2.0.3
locating 'pstopdf.rb' in current path '.'
locating 'pstopdf.rb' in caller path './../ruby'
kpse : direct (forced)
using kpsewhich variable RUBYINPUTS
testing './pstopdf.rb'
testing 'e:/texlive/texmf-dist/scripts/context/ruby/pstopdf.rb'
registering 'pstopdf' as 'e:/texlive/texmf-dist/scripts/context/ruby/pstopdf.rb'
registering 'THREAD' as 'e:/texlive/texmf-dist/scripts/context/ruby'
starting pstopdf.rb
using 'system' call: ruby e:/texlive/texmf-dist/scripts/context/ruby/pstopdf.rb
beamertest.ps
execution failed
装上ruby后就okay了.
pstopdf转换问题
本文介绍了一种使用pstopdf进行文件转换的方法。原本使用的工具是ps2pdf.exe,在遇到问题后改用pstopdf.rb,并通过调用Ruby环境解决了执行失败的问题。
8620

被折叠的 条评论
为什么被折叠?



