[cl-typesetting-devel] Practical Common Lisp Colophon
Peter Seibel
peter at gigamonkeys.com
Thu Oct 6 16:47:14 UTC 2005
On Oct 4, 2005, at 2:23 PM, Peter Seibel wrote:
> As some of you may know I used cl-typesetting while working on
> Practical Common Lisp to generate PDFs that I could use for my own
> red-pen editing. (And which used to be on the web until the
> treeware version of the book came out.) Anyway, I just put up a
> cleaned up version of the code I used to parse my homebrew markup
> scheme as well as code that can take the output of that parser and
> generate PDFs using cl-typesitting and HTML using my own FOO
> library (the subject of Chapters 30 and 31 of PCL.) Anyway, I
> thought some of you might be interested in such a thing as it
> provides a piece of the typesetting puzzle that cl-typesitting does
> not, out of the box, provide. You can read about it at:
>
> http://www.gigamonkeys.com/lisp/markup/docs.pdf
> http://www.gigamonkeys.com/lisp/markup/docs.html
>
> both of which were generated from:
>
> http://www.gigamonkeys.com/lisp/markup/docs.txt
>
> which is in my homebrew markup scheme. Brief installation
> instructions are at the bottom of the documentation. If you try it,
> let me know how it goes.
Er, at least one person tried to kick the tires on this code an
immediately discovered that I neglected to include a couple libraries
that the FOO library depends on. I've updated the page at:
<http://www.gigamonkeys.com/markup/>
to include links to those libraries. Sorry for any confusion.
-Peter
--
Peter Seibel * peter at gigamonkeys.com
Gigamonkeys Consulting * http://www.gigamonkeys.com/
Practical Common Lisp * http://www.gigamonkeys.com/book/
More information about the cl-typesetting-devel
mailing list