1

In this example, using pst-tree package:

\def\psedge{\ncangles[armA=.5, angleB=180, linearc=.2]}
\pstree[treemode=R, levelsep=3cm] {\Toval{ root }} {
  \Toval{ Tom }
  \Toval{ Cat }
  \Toval{ Very very very very very long entry }
  \Toval{ Jerry }
}

The output is ugly because the nodes are aligned by center, how can I make it align to the left?

Lenik
  • 13,946
  • 17
  • 75
  • 103

1 Answers1

0

A nearly identical question was asked on tex.sx: pstree: How can I force a tree node to one side?, whose accepted answer says that putting in invisible nodes works.

Community
  • 1
  • 1
Charles Stewart
  • 11,661
  • 4
  • 46
  • 85