Math & Science.dot Language in LaTeX

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
novicenovice
Posts: 1
Joined: Thu Aug 25, 2011 12:31 pm

.dot Language in LaTeX

Post by novicenovice »

Code: Select all

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/ but the provided solution does not work for me. There are other package like \usepackage{tikz} to draw graph in Latex but I don't want to use those package, as tikz is not as simple as .dot language.

regards,

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

.dot Language in LaTeX

Post by localghost »

Try the graphvizzz package. It is not available on CTAN. Incorporation into your TeX installation tree depends on your OS.


Best regards and welcome to the board
Thorsten
Post Reply