On 02/06/2010 8:45 PM, Leo Antunes wrote:
I'm unfortunately not very familiar with TeX, but it seems to be
impossible to simply do something like "cat file.tex | pdflatex>
file.pdf" to take my dot2tex output, reconvert it to pdf and use the
simpler graphic inclusion feature. Is this a limitation of the design of
how TeX documents work, has nobody ever felt the need for something like
this, or am I completely missing the point?

Why not already use the dot->pdf converter that comes with graphviz?

dot -Tpdf file.dot -o file.pdf

--
Julien

Reply via email to