Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!think.com!mintaka!mintaka!mernst From: mernst@theory.lcs.mit.edu (Michael Ernst) Newsgroups: comp.text.tex Subject: Hierarchical trees (request) Message-ID: Date: 11 Jan 91 10:38:25 GMT Sender: daemon@mintaka.lcs.mit.edu (Lucifer Maleficius) Distribution: comp Organization: MIT Lab for Computer Science Lines: 26 I'm looking for a macro that will let me draw hierarchical trees in the style of genealogical, organizational, or parse charts. I'd like to get A | -------------------------------- | | | B J K | | -------------------------------- L | | | | | C D E I ------- | | | ------------ M N | | | F G H from the "obvious" input, say \tree{A}[\tree{B}[C,D,\tree{E}[F,G,H],I],J,\tree{K}[\tree{L}[M,N]]] or something similar (the format of the TeX code is flexible). Your help is much appreciated. -Michael Ernst mernst@theory.lcs.mit.edu