From owner-freebsd-questions Mon Aug 28 21:39:19 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA11538 for questions-outgoing; Mon, 28 Aug 1995 21:39:19 -0700 Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id VAA11532 for ; Mon, 28 Aug 1995 21:39:12 -0700 Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.8/8.6.6) with SMTP id WAA21814; Mon, 28 Aug 1995 22:38:58 -0600 Message-Id: <199508290438.WAA21814@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol From: Steve Passe To: questions@freebsd.org Cc: chuckr@Glue.umd.edu Subject: Re: Docs In-reply-to: Your message of "Mon, 28 Aug 1995 23:53:46 EDT." Date: Mon, 28 Aug 1995 22:38:56 -0600 Sender: questions-owner@freebsd.org Precedence: bulk Hi, > ... > I can probably dope out the formatting tricks from a reading of the FAQ > source, but I don't know the mechanics of converting that source to, say, > ascii (or postscript). Is there any info available on this? man sgmlfmt -------------------------------------------------------------------- if using emacs, get the psgml package: ftp://ftp.lysator.liu.se/pub/sgml/psgml-1a8.tar.gz untar and put all the *.el & *.elc files in it into: /usr/local/share/emacs/site-lisp <-emacs-19.29.1 /usr/local/lib/emacs/site-lisp <-emacs-19.25 add to your .emacs file: ; ; sgml support for fbsdDoc ; (autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t ) ; menus for creating new documents (setq sgml-custom-dtd ' ( ("HTML 2.0" "") ("Linuxdoc" "") ("DocBook" "" ) )) (setq sgml-indent-data t) -- Steve Passe | powered by smp@csn.net | FreeBSD