[Tugindia] pstex with pdflatex

H S Rai hsraidce at iitr.ernet.in
Thu Jun 26 13:58:25 CEST 2003


Today at 12:34pm +0530 Ganesh Babu Nallamothu, Integra wrote:

>   Even  if   I  use   epsfbox{epsfilename},  The  pdfLaTeX   is  not
>   incorporating the eps image into PDF.

pdfLaTeX is not  supporting eps format. You need to convert  it to pdf
format or any other like jpeg understood by pdfLaTeX.

>   Further if  we convert  this PS  file into  PDF using  pstopdf the
>   image file is getting incorporated into PDF file.

I find  epstopdf is  doing good job. Find  below signature,  a script,
which convert all eps files in a directory to pdf format.

-- 
H.S.Rai
=====================================================================
ls *.eps > tmp.list
for EPSFILE in `cat tmp.list`; do
echo Trying $EPSFILE
epstopdf $EPSFILE
echo - - - - - - - - - - - - - - - - - - - - - - - O.K., Done
done



More information about the tugindia mailing list