Return-Path: <Timothy_Freeman@U.ERGO.CS.CMU.EDU>
Received: from U.ERGO.CS.CMU.EDU by K.GP.CS.CMU.EDU id aa06147;
          13 Mar 94 14:51:44 EST
Received: from U.ERGO.CS.CMU.EDU by U.ERGO.CS.CMU.EDU id aa03317;
          13 Mar 94 14:51:22 EST
To: Ravishankar Mosur <rkm+@N3.SP.CS.CMU.EDU>
cc: Mark Leone <mleone+@cs.cmu.edu>, bovik@cs.cmu.edu
Subject: Drawing DAG's
Date: Sun, 13 Mar 94 14:51:08 EST
Message-ID: <3314.763588268@U.ERGO.CS.CMU.EDU>
From: Timothy_Freeman@U.ERGO.CS.CMU.EDU

Here's an old post about drawing directed acyclic graphs (DAG's) from
Mark Leone:

From: mleone+@cs.cmu.edu (Mark Leone)
Subject: Re: nodes+arcs drawing pkg
Date: Tue, 26 Nov 91 10:04:17 -0500
Organization: School of Computer Science, Carnegie Mellon
Nntp-Posting-Host: reynard.fox.cs.cmu.edu
Cc: Sean.Levy@cs
Distribution: cmu

In article <AdANBb_00hMw0Sj18Z@cs.cmu.edu> Sean.Levy@cs.cmu.edu writes:
>A while ago, someone posted about a TeX (or LaTeX?) package for drawing
>trees and such. I lost the pointer; could someone forward it to me again?

If you don't absolutely have to do it in TeX, you might try "dag".
It's a small utility that takes a description of a graph and
automatically lays it out; it generates Postscript that can be
included in your TeX document using the psfig macros.  

It's most useful for large graphs where you don't particularly care
about the layout as long as it's legible.  See the man page or print
out /usr/misc/.others/doc/dag/dagmemo.ps.

- Mark
