Search found 1 match

by novicenovice
Thu Aug 25, 2011 12:50 pm
Forum: Math & Science
Topic: .dot Language in LaTeX
Replies: 1
Views: 4076

.dot Language in LaTeX

digraph stateTransitions {
rankdir=LR
FILLED[shape=box,fontsize=12];
EMPTY[shape=box,fontsize=12];
EMPTY->FILLED
}

The above code is a dot language code and is used to generate a graph. How I can use dot code in a Latex file. I studied the post http://www.fauskes.net/code/dot2tex/documentation ...