Path: utzoo!mnetor!uunet!husc6!bloom-beacon!athena.mit.edu!lfwang From: lfwang@athena.mit.edu (L. F. Wang) Newsgroups: comp.text Subject: How to incorporate Macintosh generated PostScript graphics into TeX or LaTeX documents Message-ID: <3091@bloom-beacon.MIT.EDU> Date: 20 Feb 88 20:58:56 GMT Sender: daemon@bloom-beacon.MIT.EDU Reply-To: lfwang@athena.mit.edu (L. F. Wang) Organization: Massachusetts Institute of Technology Lines: 30 Recently I have tried to incorporate graphics generated by McDraw on the Macintosh computer into LaTeX documents and encountered some problems. What I did is the following. First I obtained the PostScript output from the Macintosh McDraw program and transferred it onto a mainframe computer running Unix. I add the appropriate header file to the front of the file of the Postscript code. (When I send the file to the Laser Writer, the output is what I expect.) Then I created a test LaTeX file the content of which is \documentstyle{article} \begin{document} \begin{figure} \special{psfile=test.ps} \vspace{3in} \caption{This is a test figure.} \end{figure} \end{document} When I run the LaTeX file to produce the dvi file, run "dvi2ps" to get PostScript output, and send it to the Apple Laser Writer, I get an output page with nothing on it but the caption for the figure. I would appreciate it if anyone who has successfully incorporated Macintosh-generated Postscript code into TeX or LaTeX documents would give me a hint as to how he or she did do. If you think the answer would be of general interest to readers of the "comp.text" news group, then post the reply there; otherwise, please write to the following electronic mail address: lfwang@athena.mit.edu Thanks in advance for any help with this question.