Xref: utzoo comp.sys.mac.misc:9402 comp.text.tex:6089 Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ames!orion.arc.nasa.gov!ogawa From: ogawa@orion.arc.nasa.gov (Arthur Ogawa) Newsgroups: comp.sys.mac.misc,comp.text.tex Subject: Re: Having problem to include a PICT file in LaTeX file Message-ID: <1991Mar12.064145.19849@news.arc.nasa.gov> Date: 12 Mar 91 06:41:45 GMT References: Sender: usenet@news.arc.nasa.gov (USENET Administration) Distribution: comp Organization: NASA Ames Research Center, Moffett Field, CA Lines: 21 Bcc: ogawa In article jesse@cs.UAlberta.CA (Jesse Lee) writes: |Does anybody has any experience of including a PICT file |into a LaTeX file and printing it with the Macintosh |program DVIM72-Mac? I am writing a report using the Macintosh |program OzTeX. Somewhere in the file, I have to include |a PICT file. I read the documentation that comes with |the DVIM72-Mac. It mentions it can print such dvi file. |All I have to do is to type \special{pict pathname} where |pict pathname is the absolute pathname or just the file |name if it is in the same folder which contains the dvi |file, and to leave some space for the picture. |I do something like this: |\vbox to 4in{\vfil\hbox to \textwidth{\hfil\special{graph.pict}\hfil}\vfil} Try instead \vbox to 4in{\vfil\hbox to \textwidth{\hfil\special{pict graph.pict}\hfil}\vfil} ^^^^ The keyword "pict" within the \special command is a literal, I think. Arthur Ogawa Internet: ogawa@orion.arc.nasa.gov Ph: 1/415/691-1126 TeX consultant AppleLink: ogawa FAX:1/415/962-1969