From marc.battyani at fractalconcept.com Thu Jul 15 11:16:25 2004 From: marc.battyani at fractalconcept.com (Marc Battyani) Date: Thu, 15 Jul 2004 13:16:25 +0200 Subject: [cl-typesetting-devel] [ANNOUNCE] cl-typegraph Message-ID: <187f01c46a5d$2b55e9d0$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: 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 the equivalent 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 also need GraphViz: http://www.research.att.com/sw/tools/graphviz/ Have fun and please report bugs, patches, etc. Marc