Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!news.cs.indiana.edu!arizona.edu!penny.telcom.arizona.edu!erik Newsgroups: comp.sys.next Subject: Re: EPS, Improv, and TeX Message-ID: From: erik@zeus.opt-sci.arizona.edu (Erik Schumacher) Date: 6 May 91 18:05:34 References: <1991May6.192653.17696@neon.Stanford.EDU> <9157@idunno.Princeton.EDU> Distribution: usa Organization: University of Arizona Optical Sciences Center In-reply-to: tvz@zandtwerk.Princeton.EDU's message of 6 May 91 21:47:36 GMT Lines: 9 OK - it is really quite simple to get the graphics right in TeX. As had been said, the first thing one has to do is to move the BoundingBox command to the top of the postscript file. Then one can eather use the epsf style option, and include the graphic by \epsffile{foo.ps}, or one can use the \special commands as for example \special{psfile=foo.ps hscale=50 vscale= ....}. The first option has the advantage that tex automatically makes the box for the graphic, magnifications can be specified with \epsfxsize and \epsfysize. The second option provides more flexibility, as one can also rotate the graphic (angle=...) etc. All this is very nicely described in the NexTTeX manual that came as an .dvi file with NeXTTeX. Have fun.