Google Groups Home
Help | Sign in
dot2texi: errors are silent
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
  2 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
macias  
View profile
 More options May 9, 12:23 pm
From: macias <ba...@poczta.fm>
Date: Fri, 9 May 2008 09:23:43 -0700 (PDT)
Local: Fri, May 9 2008 12:23 pm
Subject: dot2texi: errors are silent
Example: I tried to pass some options to dot2tex by adding such code:

[options=--valignmode=dot --graphstyle="anchor=base"]

(*)

and I didn't even noticed for a quite some time that this caused the
problem, the whole tex file was really not prepared and I was looking
at the old results.

Dot2tex(i) should provide some feedback to tex user that something is
going wrong not with tex but with embedded dot.

(*) I would be happy to know how to pass those arguments as well :-)


    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 9, 1:29 pm
From: "Kjell Magne Fauske" <kjel...@gmail.com>
Date: Fri, 9 May 2008 19:29:22 +0200
Local: Fri, May 9 2008 1:29 pm
Subject: Re: [dot2tex-users] dot2texi: errors are silent

The correct way to specify those options is:

\begin{dot2tex}[options={--valignmode=dot --graphstyle="anchor=base"}]
...
\end{dot2tex}

The xkeyval parser gets confused when the option value contains and
equal sign(=). You therefore have to wrap the value in curly braces.

With dot2texi 3.0 you can also write:

\begin{dot2tex}[options={--valignmode=dot},graphstyle={anchor=base}]
...
\end{dot2tex}

I agree that dot2texi should give an error message when a dot2tex run
fails. I'll think about how to implement this.

By the way, The valign option will have no effect if you use the tikz
(default) output format.

Hope this helps!

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