六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 50|回复: 0

lyx epstopdf

[复制链接]

升级  87.33%

51

主题

51

主题

51

主题

秀才

Rank: 2

积分
181
 楼主| 发表于 2013-2-1 12:01:05 | 显示全部楼层 |阅读模式
1. 安装Ghostscript

2. epstopdf.bat

@echo offrem Batch file to call (e)ps to pdf conversion programrem --------------------------------------------------remrem Make sure that the relevant directories are in the PATH. e.g.rem     "C:\Program Files\Postscript\gs8.00\bin"rem     "C:\Program Files\Adobe\Acrobat 5.0\Distillr"rem Change the following line to select the programgoto gsrem Ghostscript Conversion (Use GS version >= 8.00)rem -----------------------------------------------:gsecho Converting %~nx1 to %~n1.pdfgswin32c -dSAFER -dNOPAUSE -dQUIET -dBATCH -dEPSCrop -sDEVICE=pdfwrite -sOutputFile="%~dpn1.pdf" "%~dpnx1"goto endrem Acrobat Distiller Conversionrem -----------------------------------------------:adecho Converting %~nx1 to %~n1.pdfacrodist /q /n "%~f1"goto end:end

3. 修改file conventor中的epstopdf为: epstopdf $$i
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表