[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: simple graphics in latex



On Wed, May 05, 1999 at 03:17:49PM +0000, Shao Zhang wrote:
> Hi,
> 	I need to include some simple graphics(boxes, triangles,
> 	similar to a flow chart) in my latex document.
> 
> 	I am wondering: Will it be easier to use gimp and xfig to draw
> 	the chart first and then include it in latex as a picture, OR
> 	use some sort of latex packages to do it straight in latex.
> 
> 	Which method will you recommand? And How do i do it??
> 
> 	Thanks.
> 
> Shao.
> -- 
> ____________________________________________________________________________
> Shao Zhang - Running Debian 2.1  ___ _               _____
> Department of Communications    / __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
> University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
> Sydney, Australia               |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
> Email: shao@cia.com.au                                                  |___/ 
> _____________________________________________________________________________

Well, it depends how complicated your drawing is.  My solution would
be to use PiCTeX; LaTeX's picture box is available, but it's pain.
Draw your graph on paper first, then translate the coordinates to
PiCTeX.  Your graph would be something like
    $$\beginpicture
	...
    \endpicture$$

I also wrote a PiCTeX extension to use relative coordinates.  But, you
have to know PiCTeX in order to use it.

William Park


Reply to: