[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IDL produced postscript files in latex
- Subject: Re: IDL produced postscript files in latex
- From: Andrew <noymer(at)my-deja.com>
- Date: Tue, 17 Oct 2000 23:01:24 GMT
- Newsgroups: comp.lang.idl-pvwave
- Organization: Deja.com - Before you buy.
- References: <8siknl$g4k$1@nnrp1.deja.com>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21756
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.