Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!husc6!panda!genrad!decvax!cca!lmi-angel!rpk From: rpk@lmi-angel.UUCP (Bob Krajewski) Newsgroups: net.text Subject: Re: TeX: Including graphics? Message-ID: <55@lmi-angel.UUCP> Date: Mon, 2-Jun-86 13:55:08 EDT Article-I.D.: lmi-ange.55 Posted: Mon Jun 2 13:55:08 1986 Date-Received: Thu, 5-Jun-86 19:25:43 EDT Reply-To: rpk@lmi-angel.UUCP (Bob Krajewski) Organization: LISP Machine, Inc (Cambridge Engineering HQ) Lines: 26 Keywords: TeX, DVI, IMPress, graphics Summary: \special is a device dependent TeX command The argument to the TeX control sequence \special is passed unchanged to the program which actually prints the DVI file on a device, so the use of \special is device-dependent, even though the DVI format itself is device-independent. For example, the Imagen-supplied DVI to IMPress program for 4.2bsd (dviimp), when given a DVI file which was produced from the input which contained \special{insert(weird.impress)} \special{overlay(picture.impress)} will insert (at the current ``cursor'' position) or overlay (relative to the upper left-hand corner of the page) an IMPress file, which could contains bitmaps, shapes from a drawing program, and so on. More likely, other DVI programs would ignore these commands if found in a DVI file. Also, the method of passing ``arguments'' to the \special command is apparently up to the writer of the device driver. Of course, it is also possible to do crude line graphics with TeX (see the Dirty Tricks appendix), but it's basically tedious. -- Robert P. Krajewski Internet/MIT: RPK@MC.LCS.MIT.EDU UUCP: ...{cca,harvard,mit-eddie}!lmi-angel!rpk