Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 1995 00:47:11 -0400 (EDT)
From:      Chuck Robey <chuckr@Glue.umd.edu>
To:        Steve Passe <smp@csn.net>
Cc:        questions@freebsd.org
Subject:   Re: Docs 
Message-ID:  <Pine.SUN.3.91.950829004628.12626L-100000@latte.eng.umd.edu>
In-Reply-To: <199508290438.WAA21814@clem.systemsix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 Aug 1995, Steve Passe wrote:

> 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" "<!DOCTYPE html PUBLIC \"-//IETF//DTD HTML 2.0//EN\">")
>     ("Linuxdoc" "<!DOCTYPE linuxdoc PUBLIC \"-//FreeBSD//DTD linuxdoc//EN\">")
>     ("DocBook" "<!DOCTYPE book PUBLIC \"-//Hal and O'Reilly//DTD DocBook//EN\">"
> )
>   ))
>   (setq sgml-indent-data t)
> 

Allright!

> --
> Steve Passe	| powered by
> smp@csn.net	|            FreeBSD
> 

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@eng.umd.edu          | communications topic, C programming, and Unix.
9120 Edmonston Ct #302      |
Greenbelt, MD 20770         | I run Journey2 and n3lxx, both FreeBSD
(301) 220-2114              | version 2.2 current -- and great FUN!
----------------------------+-----------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.950829004628.12626L-100000>