From owner-freebsd-questions Mon May 3 21:23:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 144B515713 for ; Mon, 3 May 1999 21:23:13 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id AAA02502 for freebsd-questions@FreeBSD.ORG; Tue, 4 May 1999 00:23:27 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199905040423.AAA02502@cc942873-a.ewndsr1.nj.home.com> Subject: Printing Manpages To: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Date: Tue, 4 May 1999 00:23:27 -0400 (EDT) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to print out some long manpages. I know how to convert a manpage to Postscript and print it quite easily, % man -t topic | lpr Where 'topic' is the page of choice. However, I'd like to print two columns on a page (two manpage pages per page of paper). I know of a kind of ugly work around, % gunzip -c /usr/share/man/man1/topic.1.gz | groff -man -Tascii | enscript -2r But that is an ugly command line and the output is not too pretty either (it works, but unless enscript gets some tweaking, page breaks and other things are off). Anyone have a better way to convert manpages to a pretty two column per page form? Perhaps piping through gs somehow (the word 'column' is not even on 'man gs' so I don't know where to start there)? Or maybe enscript is the right tool with some different options? Thanks for any help. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message