From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.science.mathematics.categories/2564 Path: news.gmane.org!not-for-mail From: David Yetter Newsgroups: gmane.science.mathematics.categories Subject: Re: graphics Date: Sun, 22 Feb 2004 20:20:40 -0600 Message-ID: References: <40378E0A.27BD85D7@math.upenn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v543) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241018749 4760 80.91.229.2 (29 Apr 2009 15:25:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Apr 2009 15:25:49 +0000 (UTC) To: categories@mta.ca Original-X-From: rrosebru@mta.ca Tue Feb 24 18:18:46 2004 -0400 Return-path: Envelope-to: categories-list@mta.ca Delivery-date: Tue, 24 Feb 2004 18:18:46 -0400 Original-Received: from Majordom by mailserv.mta.ca with local (Exim 4.10) id 1Avkqw-0000FR-00 for categories-list@mta.ca; Tue, 24 Feb 2004 18:16:34 -0400 In-Reply-To: <40378E0A.27BD85D7@math.upenn.edu> X-Mailer: Apple Mail (2.543) Original-Sender: cat-dist@mta.ca Precedence: bulk X-Keywords: X-UID: 26 Original-Lines: 63 Xref: news.gmane.org gmane.science.mathematics.categories:2564 Archived-At: My favorite method is to draw figures in xfig, then export the result as LaTeX picture code and edit the text to take advantage of LaTeX's text processing capabilities, fonts and special symbols. It would be quite suitable for flow chart graphics. D. Yetter On Saturday, February 21, 2004, at 10:57 AM, jim stasheff wrote: > Thanks to all the suggestions for `flow chart' graphics. > I had first asked the alg top list and had no responses > whereas here I've received 4 or 5 suggestions > > > gastex, > dia (on Linux) > xy-pic > xfig > "The LaTeX Graphics Companion", > Goossens, Rahtz, and Mittelbach > use the xy-pic and PSTricks packages > to draw flowcharts. > > if anyone has used more than one and cares to comment, > I would appreciate that > > as for example > Subject: > Re: categories: graphics package > Date: > Sat, 21 Feb 2004 15:24:28 +0000 (GMT) > From: > Michael Abbott > To: > James Stasheff > References: > 1 > > > > >> Anyone have a recommendation for a software package that makes it easy >> to draw the equivalent of flow chart? >> with boxes, triangles, circles as junctions?? > > This can be done, with the dint of much pain, with XyPic directly in > LaTeX. The layout tends to be perfect, but learning how to use the > tool > for anything beyond the simplest diagrams is remarkably painful. > > On the other hand, xfig produces very nice results with manual layout, > and > is really quite easy to use (though figuring out how to drop the > diagrams > into your LaTeX document has its surprises). > > jim >