The documentation in this directory consists of two formats:

     1.  LaTeX format (*.tex)
     2.  Ordinary ascii text (*.txt)
     
It is possible to convert the LaTeX files to ordinary text format.  To do
so, simply compile the file `texconv.c' and filter the tex document through
it, e.g., 

    gcc texconv.c -o texconv
    ./texconv -quiet cslang.tex cslang.txt
    
The above example converts the file cslang.tex to cslang.txt. 

To produce a VMS style help file for use with the S-Lang help file reader,
use the `-hlp' command line option:

    ./texconv -quiet -hlp cslang.tex cslang.hlp
