开发者

How can I draw flow chart using LaTeX? [closed]

开发者 https://www.devze.com 2023-01-10 01:55 出处:网络
It's difficult to tell what is being asked here. This question is开发者_开发技巧 ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's difficult to tell what is being asked here. This question is开发者_开发技巧 ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago.

How can I draw flow chart using LaTeX?


Tikz is a good graphics library to do this (directly in Latex), here is an example of a flowchart made with it.


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.)

Because the tools are command-line driven, there are ways to include Graphviz graphs in-line in LaTeX files, such as dot2texi.


On CTAN exists a package nassflow. The documentation contains an example on page 5.

The package is from 1997, but I was able to use it without problems with TeXLive 2012. It is not part of the TeXLive distribution (wrong license), so you must install it manual. For a quick test, just download everything in a directory and try it.

0

精彩评论

暂无评论...
验证码 换一张
取 消