AZ logo

CTAN directory: /web/latexspider

Files

Name Size* Date UTC Notes
awkmake 280 bytes 1992-Sep-22
cmake 289 bytes 1992-Sep-22
cspider.dif 1 KiB 1992-Sep-22
docstrip.cmd 226 bytes 1992-Sep-22
latexweb.tex 4 KiB 1992-Sep-22
readme 3 KiB 1992-Sep-22 Shown below
spider.ltx 3 KiB 1992-Sep-22
tangle.ltx 2 KiB 1992-Sep-22
tie.web 38 KiB 1992-Sep-22
tiedoc.tex 4 KiB 1992-Sep-22
weave.ltx 18 KiB 1992-Sep-22
web.doc 36 KiB 1992-Sep-22
web.sty 10 KiB 1992-Sep-22
web.tex 177 bytes 1992-Sep-22
webmakefile 6 KiB 1992-Sep-22

  *File sizes in kibibytes.

Contents of readme

This is a collection of files to enable you to use Spidery Web with
LaTeX as the formatter rather than plain TeX.  It is copyright D.Love,
SERC Daresbury Laboratory 1991 under the same conditions as the Spider
distribution.

--------------------------------------------------------------------
#include <disclaimer.h>
Snail mail:                 |  JANET: d.love@uk.ac.dl
Dr. David Love,             |  modern BIT/INTERNET: d.love@dl.ac.uk
SERC Daresbury Laboratory,  |  old UUCP: ...!ukc!daresbury!d.love
Warrington WA4 4AD,         |  alternative BITNET: d.love%dl@ukacrl
UK                  | alternative ARPA: d.love%dl@nsfnet-relay.ac.uk
 'Phone: (+44/0)925 603573, Telex: ...925 629609, FAX: ...925 603173


Here is a contents list.  You will need to copy the files to the
correct sub-directories of the spider source (once you are sure you
want to) and invoke, for instance, `make weave' in the C directory to
make a LaTeX version of weave.  See web.doc for definitive information
on the TeX aspect of things.

* README                This file;

* latexweb.tex          A short LaTeX document describing this stuff,
                        intended for submission to TUGboat;

* weave.ltx             A change file for $MASTER/weave.web which
                        inserts #defines to allow it to be compiled
                        for LaTeX-compatible output;

* tangle.ltx            Trivial change file for $MASTER/tangle.web to
                        allow woven output from it to be printed with
                        either LaTeX or plain;

* spider.ltx            Change file for $MASTER/spider.web to allow it
                        to produce output for a plain or LaTeX weave;

* WebMakefile           Changed version of $MASTER/WebMakefile
                        to cope with the change files above and the
                        different possible versions (also with my
                        filenames wired in);

* web.doc               Self-documenting LaTeX sub-style for use
                        instead of webkernel.tex.  Probably needs
                        Mittelbach's newdoc.sty, v1.6d or later to
                        produce documentation -- instructions at the
                        front of it;

* web.sty               web.doc with comments stripped;

* web.tex               Driver file to print web.doc;

* docstrip.cmd          Used by the .doc->.sty process;

* cmake                 Changed version of $SPIDER/c/make to produce
                        LaTeX ceeweave;

* awkmake               Changed version of $SPIDER/awk/make to produce
                        LaTeX awkweave;

* cspider.dif           Trivial diff from $SPIDER/c/c.spider to allow
                        it to work with LaTeX or plain;

* tie.web               Translation of the TIE processor to spidery
                        C-web.  This allows you to merge change files
                        with the original or with other change files,
                        which may be useful for combining the LaTeX
                        changes with any you already have;