看板LaTeX
标 题Re: [问题] ps2pdf无法执行
发信站中正筑梦园 (Wed Sep 17 23:48:52 2008)
转信站ptt!ctu-reader!ctu-gate!news.nctu!news.ccu!reader.ccu!ccudream
Windows的ps2pdf.bat
http://www.cs.ccu.edu.tw/~ksc91u/ps2pdf.bat
@echo off
REM Run GhostScript ps2pdf
REM Put this batch file somewhere in your path.
REM Author:
[email protected]
REM Set the GhostScript root path here:
set p="E:\Program Files\gs\gs8.56"
set opath=%path%
set path=%p%\lib;%p%\bin
call %p%\lib\ps2pdf %1 %2
set path=%opath%
set opath=
set p=
记得改Ghostscript的Path
--
* Origin: 中正筑梦园 (CcuDream.twbbs.org) ★ From: 140.123.102.254