CTAN Comprehensive TeX Archive Network

Directory macros/latex209/contrib/trees/tree_tex

README
Author: Anthony Bloesch
Title: README

Copyright (C) Anthony Bloesch 1993

Version: 1.0

The treetex software performs automatic layout  of n-ary  trees,  with
arbitrary sized nodes, in LaTeX.  To use the software you describe the
tree in a tree environment.  For example:

   \begin{tree}[l]{testtreea}
     \rootnode{root node}
     \treenode{nodeA}{root}{left root child}
     \treenode{nodeB}{root}{right root child}
     \treenode{nodeC}{nodeA}{nodeA child}
   \end{tree}

will be layed out something like:

                           root node
                               |
                      -------------------
                      |                 |  
	       left root child   right root child
                      |
                 nodeA child

Also trees can be layed out sideways.  The software is fully described
in the  file `treetex.sty'.  To make the software edit the makefile to
set up the macros correctly and then type:

  make

to test it, type:

  make test

Bug reports  and  questions  can  be  directed,  by email,  to  me  at
`anthonyb@cs.uq.oz.au.' and by ordinary post to:

  Anthony Bloesch
  University of Queensland
  St Lucia, 4072
  Australia

And last but not least the dreaded disclaimer:

   This software is distributed in the hope that it will prove useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

You may however do anything you want to the software provided you keep
the copyright notices and the above disclaimer, and make it clear that
the software has been altered.


                                         Anthony

Download the contents of this package in one zip archive (11.0k).

treetex-ltx209 – Draw horizontally- or vertically-oriented trees

Allows the automatic layout of n-ary trees with arbitrary node sizes in , using an external C program to do much of the hard work.

Packagetreetex-ltx209
Version 1994-10-14
LicensesFree license not otherwise listed
Copyright1993 Anthony Bloesch
MaintainerAnthony Bloesch
TopicsTree
...
Guest Book Sitemap Contact Contact Author