I was wondering whether it may be possible to give the user optional
control over the names/locations of the files that dot2texi generates?
For example, something like
I like the sensible defaults, but think such a feature could be useful
for organising large projects (especially when the order of large
graphs change frequently!).
On Thu, Mar 27, 2008 at 6:57 PM, Alet Roux <alet.r...@gmail.com> wrote:
> Hi
> I was wondering whether it may be possible to give the user optional > control over the names/locations of the files that dot2texi generates? > For example, something like
> I like the sensible defaults, but think such a feature could be useful > for organising large projects (especially when the order of large > graphs change frequently!).
Great idea! Should not be that difficult to implement. I will put it on my todo list.
On Thu, Mar 27, 2008 at 6:57 PM, Alet Roux <alet.r...@gmail.com> wrote:
> Hi
> I was wondering whether it may be possible to give the user optional > control over the names/locations of the files that dot2texi generates? > For example, something like
I was wondering if it is possible to somehow start the text on a new line inside the node. For example I want the text to begin on one line, and then skip a line and have some text there. Is this possible? In math mode? In know when using graphviz this is possible with \n command. What about in dot2tex?
Kjell Magne Fauske wrote: > On Thu, Mar 27, 2008 at 6:57 PM, Alet Roux <alet.r...@gmail.com> wrote:
>> Hi
>> I was wondering whether it may be possible to give the user optional >> control over the names/locations of the files that dot2texi generates? >> For example, something like
> I was wondering whether it may be possible to give the user optional
> control over the names/locations of the files that dot2texi generates?
> For example, something like
> I like the sensible defaults, but think such a feature could be useful
> for organising large projects (especially when the order of large
> graphs change frequently!).
Dot2texi v 3.0 allows you to specify the name of the generated file,
as well as a default directory. Example:
When you run the above code all the graphs will be put in the
mygraphs/ directory. The first graph will have an automatically
generated name, while the second graph will generate the files
distances.dot and distances.tex