General ⇒ Using latex for drawing flowcharts
Using latex for drawing flowcharts
is there anyone has experience in drawing flowcharts by using latex?
by doing a small research I found PGF/TikZ to be most appropriate package for this purpose.
Any comments on that?
What is the best editor for the purpose of drawing flowcharts in latex?
I desperately need support on this issue, so any help will be highly appreciated.
thanks....
PS: I use Ubuntu as operating system.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- countbela666
- Posts: 64
- Joined: Thu Apr 26, 2007 2:44 pm
Using latex for drawing flowcharts
another possibility would be using PSTricks. Here a link to a simple flowchart example using psmatrix: http://tug.org/PSTricks/main.cgi?file=p ... #flowchart.
Regards
Marcel
a thousand worlds for you to see here, take my hand and follow me...
Using latex for drawing flowcharts
Code: Select all
Undefined control sequence.
(recently read) \c@lor@to@ps
I have the basic TeXLive 2007, ghostscript 8.57, gsview 4.8, and adobe acrobat 6 installed on winxp. Thanks.
Re: Using latex for drawing flowcharts
Re: Using latex for drawing flowcharts
How about ConTeX? It has a online tool to produce fancy workflows.
I also suggest the DIA program (Lin and Win). It has libraries with pre-built blocks for many kinds of flowcharts. Save as eps, then epstopdf and you are done.
Cheers,
Nuno
Using latex for drawing flowcharts
1- Check here to get a general idea:
http://wiki.contextgarden.net/Flow_Charts
2- first produce the code for a certain flowchart here:
http://www.im.ps.pl/context/?en
3- then, use the online compiler (paste the previous code into here).
http://live.contextgarden.net/
A source example goes in attach.
- Attachments
-
- flowchart_ConTeXt.tex
- Flowchart designed on the online flowcharts creator for ConTeX.
- (2.86 KiB) Downloaded 2039 times