Newsgroups: comp.sys.next Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!wuphys!rdd From: rdd@wuphys.wustl.edu (Rakhal D. Dave) Subject: Re: Postscript question Message-ID: <1991May17.162945.8529@wuphys.wustl.edu> Reply-To: rdd@wuphys.UUCP (Rakhal D. Dave) Organization: Physics Dept, Washington U. in St Louis References: <16297@helios.TAMU.EDU> Date: Fri, 17 May 91 16:29:45 GMT In my thesis I am including 100s of small feynman like diagrams which I generate first using YAP and then include in my TeX thesis using the epsf macro. The postscript files I generate are ofcourse in EPS format. The point is that I have written a large postscript macro of definitions like a prologue which i have to include in every eps file defining a given diagram. This is fine but is not efficient on memory since the macro is repeated in each of the 100s of diagram files. What I am looking for is some way to include material in a postscript file in a similar fashion as the \input command in TeX so that the macro has not to be repeated every time. Any suggestions. Rakhal.