Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!nrl-cmf!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: Questions about nroff/troff Message-ID: <7342@brl-smoke.ARPA> Date: 25 Feb 88 10:42:45 GMT References: <3085@ncrcae.Columbia.NCR.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 21 Keywords: nroff troff laser printer In article <3085@ncrcae.Columbia.NCR.COM> rogerc@ncrcae.UUCP (Roger Collins) writes: >Does nroff even TRY (given a complete /usr/lib/term/* table) to move, >vertically or horizontally, points at a time? Apparently not. "nroff" is intended only for dumb character-oriented devices such as line printers, daisy-wheel printers, and dumb terminals. >Is there a way of defining a printer table for troff like /usr/lib/term/* is >to nroff? Yes, device-independent troff uses the -Tdevname option to locate a description of the intended device. This is generally a compiled binary produced by a utility called "makedev" from a text specification. >My goal is to print fancy tables and fonts and stuff on a NCR 6416 laser >printer, preferably in the more powerful ISO mode, using tbl/eqn/nroff/troff, >and the output look more like a laser printer instead of a dumb line printer. Then forget nroff and use troff. I don't know of any troff support for the NCR 6416. In fact this is the first I've heard of it. We use Imagen and Hewlett-Packard, mostly. (Imagen is much better.)