[texhax] (no subject)

Peter Ragosch peter.ragosch at t-online.de
Tue Jan 6 17:49:04 CET 2009


Am Tuesday 06 January 2009 13:02:52 schrieb Aadil Khan:
> Dear Technical Support Team:Could you kindly help me to convert latex files
> into pdf. I shall be very grateful to you if you could kindly help me to
> sort-out my problem or please let me know if there is any erry in the
> files.Waiting for your quick response.With best wishes,Aadil
> _________________________________________________________________
> Show them the way! Add maps and directions to your party invites.
> http://www.microsoft.com/windows/windowslive/events.aspx

1. change each \epsfig{file=J01.eps,height=2in} to 
		\epsfig{file=J01,height=2in}

2. convert *.eps to *.pdf using to following command in bash

user#> for i in *.eps; do epspdf ${i}; done 

where user#> is the prompt.

3. pdflatex OpenAM.1.tex 

the outputfile is OpenAM.1.pdf

Hope this helps.
-- 
Peter 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Archiv.zip
Type: application/x-zip
Size: 555625 bytes
Desc: not available
Url : http://tug.org/pipermail/texhax/attachments/20090106/f418e357/attachment-0001.bin 


More information about the texhax mailing list