Latex内置转矢量图功能

LaTeX中提供了一个 cmd 命令:bmeps

bmeps [source.png] [target.eps]    //将 source.png 转换为 target.eps ,并且 target.eps 为灰度图。
bmeps -c [source.png] [target.eps]  //将 source.png 转换为 target.eps ,并且 target.eps 保持 source.png 的颜色。
这个命令打在cmd命令行即可。
注意文件的相对路径。

猜你喜欢

转载自www.cnblogs.com/dushenda/p/10468491.html
今日推荐