I'm using qtree and I'm having problems making the arrow with the text as in the image below
Thanks ahead
I'm using qtree and I'm having problems making the arrow with the text as in the image below
Thanks ahead
A starting point could be this MWE, but it is not very complete than your image. My suggestion is to use the guide here: https://ctan.org/pkg/tikz-qtree,
where you can also increase the angle of the tree and to add others details.
\documentclass{article}
\usepackage{tikz-qtree,tikz-qtree-compat}
\begin{document}
\Tree [.A [.B ]
[.C [.D ]
[.E [.F ]
[.G [.H ] [.I ]]]]]
\end{document}