SchemeWEB---Simple support for literate programming in Lisp.

SchemeWEB is a Unix filter that translates SchemeWEB source into LaTeX
source or Scheme source.  Originally developed for the Scheme dialect 
of Lisp, it can easily be used with most other dialects.

Installation:

1) Processes the file "sweb.tex" with LaTeX and read that one page
document.

2) Edit "Makefile" to reflect the correct destination of the
executables(DEST) and the correct destination of the style
file(TEXDEST). 

3) The command "make install" installs SchemeWEB.

4) If you plan to modify your Lisp system's standard LOAD, follow the
model given in "reader.sw", a reader of SchemeWEB source for the R4RS
dialect of Scheme.

$Header: README,v 1.1 90/07/12 08:57:33 ramsdell Exp $
