tags:

views:

122

answers:

2

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
+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
Graphviz can be used directly from MATLAB through its Java API
Mikhail