Xref: utzoo comp.sys.amiga.applications:293 comp.sys.amiga.graphics:255 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!shelby!rutgers!cbmvax!higgin From: higgin@cbmvax.commodore.com (Paul Higginbottom - CATS) Newsgroups: comp.sys.amiga.applications,comp.sys.amiga.graphics Subject: Re: Importing Post Script files into AmigaTeX (How?) Message-ID: <19072@cbmvax.commodore.com> Date: 18 Feb 91 15:33:45 GMT References: Reply-To: higgin@cbmvax.commodore.com (Paul Higginbottom - CATS) Organization: Commodore, West Chester, PA Lines: 17 Summary: Expires: Sender: Followup-To: Distribution: Keywords: In article drues@iastate.edu writes: $Can someone tell me how to include post script graphics files into $AmigaTeX? Have been trying to get this to work for a while with no $sucess :-( Example source code would be greatly appreciated. $ $Thanks, $mike Piece of cake... :-) \special{hscale=7 vscale=7 psfile=yourpostscriptfile} This puts the postscript file in line as a character (baseline aligned). Enjoy. Paul.