Google Groups Home
Help | Sign in
Feature request: Control over filenames
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Alet Roux  
View profile
 More options Mar 27, 1:57 pm
From: Alet Roux <alet.r...@gmail.com>
Date: Thu, 27 Mar 2008 10:57:18 -0700 (PDT)
Local: Thurs, Mar 27 2008 1:57 pm
Subject: Feature request: Control over filenames
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

\begin{dot2tex}[dot,options=-tmath,file="dot2tex/hello.tex"]
  digraph G {
  node [shape="box"];
  a_1 -> a_2 -> a_3 -> a_4 -> a_1;

}

\end{dot2tex}

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!).

Yours sincerely,

Alet


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kjell Magne Fauske  
View profile
 More options Mar 27, 2:07 pm
From: "Kjell Magne Fauske" <kjel...@gmail.com>
Date: Thu, 27 Mar 2008 19:07:11 +0100
Local: Thurs, Mar 27 2008 2:07 pm
Subject: Re: [dot2tex-users] Feature request: Control over filenames

Great idea! Should not be that difficult to implement. I will put it
on my todo list.

- Kjell Magne Fauske


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kjell Magne Fauske  
View profile
 More options Mar 27, 3:22 pm
From: "Kjell Magne Fauske" <kjel...@gmail.com>
Date: Thu, 27 Mar 2008 20:22:03 +0100
Local: Thurs, Mar 27 2008 3:22 pm
Subject: Re: [dot2tex-users] Feature request: Control over filenames

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

>  \begin{dot2tex}[dot,options=-tmath,file="dot2tex/hello.tex"]

This was actually trivial to implement. A new test version of
dot2texi.sty is attached with support for the file option:

 \begin{dot2tex}[dot,options=-tmath,file="dot2tex/hello"]

This will create a hello.dot and hello.tex file in the dot2tex
directory. Note that the dot and tex extensions are added
automatically.

I will release an official version after the next version of dot2tex
is released.

- Kjell Magne Fauske

  dot2texi.sty
10K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
migsoft2@gmail.com  
View profile
 More options Apr 1, 2:38 am
From: "migso...@gmail.com" <migso...@gmail.com>
Date: Tue, 01 Apr 2008 02:38:22 -0400
Local: Tues, Apr 1 2008 2:38 am
Subject: Re: [dot2tex-users] Re: Feature request: Control over filenames
Hi,

    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?

Thank You.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kjell Magne Fauske  
View profile
 More options May 7, 6:58 am
From: Kjell Magne Fauske <kjel...@gmail.com>
Date: Wed, 7 May 2008 03:58:21 -0700 (PDT)
Local: Wed, May 7 2008 6:58 am
Subject: Re: Feature request: Control over filenames

On Mar 27, 7:57 pm, Alet Roux <alet.r...@gmail.com> wrote:

Dot2texi v 3.0 allows you to specify the name of the generated file,
as well as a default directory. Example:

\documentclass{article}
\usepackage[outputdir={mygraphs/}]{dot2texi}
...
\begin{document}
...

\begin{dot2tex}
graph G ...
\end{dot2tex}
...
\begin{dot2tex}[file=distances]
graph GG ...
\end{dot2tex}
...
\end{document}

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

Regards,
Kjell Magne Fauske


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google