SLaTeX is a R4RS-compliant Scheme program that allows you to write program code "as is" in your LaTeX or TeX source. It is particularly geared to the programming languages Scheme and Common Lisp, and has been tested in Chez Scheme, Common Lisp, MIT C Scheme, Elk, Scheme->C, SCM and UMB Scheme on Unix; and MIT C Scheme and SCM on MSDOS. The formatting of the code includes assigning appropriate fonts to the various tokens in the code (keywords, variables, constants, data), at the same time retaining the proper indentation when going to the non-monospace (non-typewriter) provided by TeX. SLaTeX comes with two databases that recognize the standard keywords/variables/constants of Scheme and Common Lisp respectively. These can be modified by the user using easy TeX commands. In addition, the user can inform SLaTeX to typeset arbitrary identifiers as specially suited TeX expressions (i.e., beyond just fonting them). The code-typesetting program SLaTeX is available by anonymous ftp from cs.rice.edu:/public/dorai/slatex23.tar.gz Send bug reports to dorai@cs.rice.edu. SchemeWEB provides simple support for literate programming in Lisp. SchemeWEB version 2.0 is a Unix filter that allows you to generate both Lisp and LaTeX code from one source file. The generated LaTeX code formats Lisp programs in typewriter font obeying the spacing in the source file. Comments can include arbitrary LaTeX commands. SchemeWEB was originally developed for the Scheme dialect of Lisp, but it can easily be used with most other dialects. Version 2.0 is available in the Scheme Repository as ftp.cs.indiana.edu:/pub/scheme-repository/new/schemeweb.sh or in the Comprehensive TeX Archive Network (CTAN) in the directory ftp.shsu.edu:/tex-archive/web/schemeweb The Literate Programming FAQ lists a number of alternatives, both language-independent and Scheme-specific. The Literate Programming FAQ is posted once a quarter to the comp.programming.literate newsgroup and is available by anonymous ftp from rtfm.mit.edu. A copy may also be requested by sending an email message to fileserv@shsu.edu sendme litprog.faq in the body of the message.Go Back Up