Guest User

Untitled

a guest
Oct 23rd, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz}
  3. usepackage{tikz-qtree}
  4. begin{document}
  5. begin{tikzpicture}
  6. tikzset{grow'=right, level distance=32pt}
  7. tikzset{execute at begin node=strut}
  8. tikzset{every tree node/.style={anchor=base west}}
  9. Tree [ [.J [.J ] [.S ] ]
  10. [.S [.J ]
  11. [.S ] ] ] ]
  12. end{tikzpicture}
  13. end{document}
Add Comment
Please, Sign In to add comment