Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC830713); site hwcs.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!houxm!houxz!vax135!ukc!edcaad!hwcs!pjbk From: pjbk@hwcs.UUCP (Peter King) Newsgroups: net.unix-wizards Subject: Re: nroff - help wanted Message-ID: <126@hwcs.UUCP> Date: Thu, 12-Jul-84 12:44:31 EDT Article-I.D.: hwcs.126 Posted: Thu Jul 12 12:44:31 1984 Date-Received: Sun, 1-Jul-84 06:41:54 EDT References: <407@kvvax4.UUCP> Organization: Computer Sci., Heriot-Watt U., Scotland Lines: 15 The problem of having nroff emit a form feed was solved here using an undocumented request .cf which copies its file argument to the nroff output stream, without performing any processing on it. The page header macro is then modified to include the line .cf /usr/lib/tmac/ff and the file /usr/lib/tmac/ff is set up containing a form-feed character. As far as I can make out, the restrictions on the characters on input that nroff will recognise make it very difficult to get a control character in your output in any other way. Although .cf is not documented it has been present in all the nroff's I have tried. Does any body not have it?