[OS X TeX] another TikZ question

Alain Matthes alain.matthes at mac.com
Thu Jan 15 02:05:53 EST 2009


Le 14 janv. 09 à 23:52, Art Werschulz a écrit :

> As expected, this winds up giving an undirected graph, except with  
> directed path 3->1->4.
>
> Instead of having a directed path 3->1->4, I would like to have an  
> undirected path with a heavier line (or a dotted line, or a dashed  
> line).  How would I go about doing this?

Don't forget to give an ECM because you use "automata" library and  
it's not obvious ...

You can use

  \path[-,line width=2pt]
  (3) edge node {} (1)
  (1) edge node {} (4);

or

  \path[-,ultra thick]
  (3) edge node {} (1)
  (1) edge node {} (4);

You can add "dotted" option etc... I think you can remove "-" because   
it's the default with edge

but I'm not sure

Best Regards

Alain


More information about the MacOSX-TeX mailing list