Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucbvax.ARPA Path: utzoo!utcs!lsuc!pesnta!amdcad!decwrl!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Text formatting language good for lisp manuals Message-ID: <4915@ucbvax.ARPA> Date: Tue, 19-Feb-85 02:39:29 EST Article-I.D.: ucbvax.4915 Posted: Tue Feb 19 02:39:29 1985 Date-Received: Tue, 19-Feb-85 10:51:34 EST Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 19 From: George J. Carrette At LMI (Lisp Machine Inc) we have been using a macro package called BoTex to typeset all our software documentation, plus various papers and memos. This macro package is built on TeX and implements the capabilities of a formatter called Bolio which was previously used at MIT to format the lispmachine manual, a 859 page document with multiple tables of contents, multiple indices, and full page-level cross references. All in all it looks a bit like bolio, a bit like runoff, and a bit like scribe. There is an extremely effective fire-wall between the BoTeX user and TeX, although there is an escape, @tex into TeX document assembler language. RMS (of ITS/TOPS-20 emacs fame) was the main implementor of this macro package. If there is interest (i.e. response to this message) then some effort will be put into making this package freely available, in much the same way that TeX is.