views:

192

answers:

1

Hi, I'm looking to draw a tree where the root is on the left and each child node is drawn to the right.

It seems that the qtree package can't do this. Any one have any ideas?

I've found this document, which seems like it might help, but it's a bit obtuse.

+6  A: 

Take a look at TikZ trees, it can be done here, by setting the parameter grow=right.

For example:

[Taken from the TikZ website]

Konrad Rudolph
Perfect! Thanks very much :)
billynomates
@billy Thank the maintainers and contributors of the TikZ package. This package dwarfs every other contribution to LaTeX.
Konrad Rudolph