How can I draw flow chart using LaTeX?
+7
A:
Tikz is a good graphics library to do this (directly in Latex), here is an example of a flowchart made with it.
Matias Valdenegro
2010-07-30 13:49:15
+1
A:
I know it's not strictly using LaTeX, but the Graphviz suite of tools is pretty neat.
From the description:
The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in several useful formats such as images and SVG for web pages, Postscript for inclusion in PDF or other documents; or display in an interactive graph browser. (Graphviz also supports GXL, an XML dialect.)
Matt Mizumi
2010-08-05 21:19:12
Graphviz can be used directly from MATLAB through its Java API
Mikhail
2010-08-06 08:34:57