\abarnodeconnect
(or something equivalent) to work with tikz-qtree
? The classic example I'm looking to imitate is:Code: Select all
\documentclass{minimal}
\usepackage{tree-dvips}
\usepackage{qtree}
\begin{document}
\Tree [.S [.NP \node{subj}{subj$_i$} ]
[.VP [.V verb ] [.NP \node{t}{t$_i$} ]]]
\abarnodeconnect[-6pt]{t}{subj}
\end{document}
tikz-qtree
.