Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!cs.umn.edu!uc!noc.MR.NET!news.stolaf.edu!agnes.acc.stolaf.edu!brownd From: brownd@agnes.acc.stolaf.edu (David H. Brown) Newsgroups: comp.lang.postscript Subject: Re: Including PostScript inside Microsoft Word 4.0 document Summary: PostScript _style_! Message-ID: <1991Mar25.160545.14740@news.stolaf.edu> Date: 25 Mar 91 16:05:45 GMT References: <63354@bbn.BBN.COM> Sender: news@news.stolaf.edu Reply-To: brownd@agnes.acc.stolaf.edu () Distribution: comp.lang.postscript Organization: St. Olaf College; Northfield, MN Lines: 46 In article <63354@bbn.BBN.COM> gschudel@wash-vax.bbn.com (Gregg Schudel) writes: >does anyone know how to include a PostScript file inside a Microsoft >Word 4.0 document. I read the manual, changed the font to Normal, 10 >point, bold hidden, as stated in manual. Then changed the first line to >.para. > >this didn't seem to do anything. > >looking for HELP !!! thanks > >## ###### ############## >## ###### ############## Gregg Schudel (gschudel@wash-vax.bbn.com) >## ## ## ## BBN Systems and Technologies >## ## ## ## ## ## ## 2345 Crystal Drive, Suite 906 >## ## ## ## ## ## ## Arlington, VA 22202 >## ## ## ## ## (703).553.7182 >########################## To send PS commands from Word, you must specify the PostScript style. A style in Word is a set of formatting commands, however, some of them (called automatic styles) have additional functions. One of these automatic styles is called PostScript. It just happens to be 10pt bold hidden normal-font text, but just setting these attributes without setting this style won't text PS text. The automatic styles show up when you need them. Some, like "footnote" are easy to get to: just open a footnote. PostScript must be started by choosing Styles under the Format menu and typing in PostScript as the style name to be selected. Click OK. Your current paragraph should be set to 10pt bold hidden without any further ado. Check the styles list (again, open Format/Styles) and make sure that the style name PostScript has a bullet next to it. The bullet means that a style is an automatic style; if it isn't there, you probably typed the name incorrectly. (Check the manual; I forget if they use two caps or one.) The PostScript style may be redefined like any other style and still send its text to the PS interpreter. However, I'd suggest that you always keep it as hidden text so you don't print the code directly as well as executing it. Good luck! Dave Brown (brownd@agnes.acc.stolaf.edu)