[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IDL produced postscript files in latex



Assuming you are using ENCAPSULATED PostScript,
LaTeX should have nothing to do with the included
graphic except to put it in place.

Your IDL code looks something like:

SET_PLOT, 'PS'               ; PS device
!P.FONT=0                    ; use PostScript font
DEVICE, /ENCAPSULATED, Filename='foo.eps'
PLOT blah blah blah
DEVICE, /CLOSE_file
blah blah blah blah

right?  And you're not doing anything fancy in
LaTeX like using psfrag, I assume.

-Andrew


Sent via Deja.com http://www.deja.com/
Before you buy.