Newsgroups: comp.text Path: utzoo!utgpu!jarvis.csri.toronto.edu!ephemeral.ai.toronto.edu!lamy From: lamy@ai.toronto.edu (Jean-Francois Lamy) Subject: Re: How to incorporate Macintosh generated PostScript graphics into TeX or LaTeX documents Message-ID: <1988Feb24.071400.25248@jarvis.csri.toronto.edu> Organization: University of Toronto, AI group Date: Wed, 24-Feb-88 07:14:00 EST When including Mac documents in a Tex/LaTeX document one must redefine some of the commands that occur in the LaserWriter header. Your picture is most likely being clipped because it falls off the page. So adding this before your Mac picture (after the LaserPrep header) should work. % make X grow towards the bottom of the page, make positioning % relative to current position by ignoring Mac translations. /txpose{ 1 -1 scale % make y coordinates relative to top of figure } bind def % ignore Mac page breaks /cp {pop pop} bind def Jean-Francois Lamy AI Group, Department of Computer Science lamy@ai.toronto.edu University of Toronto, Canada M5S 1A4 uunet!ai.toronto.edu!lamy