From: Marc Battyani
Subject: [ANNOUNCE] cl-typesetting release 0.70
Date: 
Message-ID: <c05n2l$oec@library2.airnews.net>
cl-typesetting is a complete typesetting system written in Common Lisp using
cl-pdf for the direct generation of pdf files. This enables it to be
powerful, extensible, programmable and fast. It is intended to be an
alternative to the TeX like typesetting systems.

From the change log:

February 08 2004: Release 0.7
  Added put-source-code-string to be able to insert text with no hyphenation,
        significant whitespaces and newlines so that source code is formatted
correctly.
  Added color-box
  Added multipage example
  Updated the example with a new cl-pdf code128 barcode
  Exported the public symbols
  A few fixes and some cleaning

The cl-typesetting home page is here:
http://www.fractalconcept.com/asp/html/cl-typesetting.html

An example of what cl-typesetting can do is here:
http://www.fractalconcept.com/ex.pdf
(Try to do this with your favorite typesetting system ;-)

This project is still looking for contributors...

Marc