On 8/18/06, <b class="gmail_sendername">Walt Mankowski</b> &lt;<a href="mailto:waltman@pobox.com">waltman@pobox.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, Aug 17, 2006 at 10:49:35PM -0400, Faber J. Fedor wrote:<br>&gt; graphviz doesn't do much for me (could never get decent printed (dead<br>&gt; tree or PDF) output from it) but compiling all that other stuff from<br>
&gt; source sounds would be a PITA.<br><br>I'm not sure if you can do PDF directly, but it's easy to get it to<br>produce postscript or image files.&nbsp;&nbsp;</blockquote><div><br>Oh, I can get it to do that.&nbsp; What I can'tget is a nice layout.&nbsp; What comes out is always several sheets that have to be taped together.&nbsp; 
<br><br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">For example, if you've got the<br>layout for a directed graph in foo.dot, you can create 
<a href="http://foo.ps">foo.ps</a> with the<br>command<br><br>&nbsp;&nbsp;% dot -Tps foo.dot -o <a href="http://foo.ps">foo.ps</a><br><br>That's what I usually do, because then it's easy to insert it into a<br>LaTeX document.&nbsp;&nbsp;If you wanted to create a JPEG, you'd just change
<br>the options to<br><br>&nbsp;&nbsp;% dot -Tjpg foo.dot -o foo.jpg<br><br>Walt<br>_______________________________________________<br>ABE-pm mailing list<br><a href="mailto:ABE-pm@pm.org">ABE-pm@pm.org</a><br><a href="http://mail.pm.org/mailman/listinfo/abe-pm">
http://mail.pm.org/mailman/listinfo/abe-pm</a><br><br></blockquote></div><br>