From marc.battyani at fractalconcept.com Thu Jul 15 16:52:55 2004 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Thu, 15 Jul 2004 18:52:55 +0200 Subject: [cl-typesetting-announce] [ANNOUNCE] cl-typegraph Message-ID: <195401c46a8c$2e0287e0$0a02a8c0@marcxp> cl-typegraph is a cl-typesetting extension to typeset graphs. It uses Graphviz for the graph layout and then draws it with cl-pdf and cl-typesetting. The nodes can contain strings or a full cl-typesetting layout. You can look at some examples here (page 3): http://www.fractalconcept.com/ex.pdf So far it only works with Lispworks but the only non portable function is #'sys:call-system. (I'm waiting for patches for other implementations. ;-) It's on the repository: http://www.fractalconcept.com:8000/public/open-source/ And the latest tarballs: http://www.fractalconcept.com/download/cl-pdf-current.tgz http://www.fractalconcept.com/download/cl-typesetting-current.tgz You will also need Graphviz: http://www.research.att.com/sw/tools/graphviz/ Have fun and please report bugs, patches, etc. Marc