\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{forest}
\begin{document}
\begin{forest}
[VP
[DP]
[V'
[{A B C\textcolor{white}{A B C}}
[xxx] ]
[DP]
]
]
\end{forest}
\end{document}
Most similar question: Forest for linguistics - proportional alignment like in qtree
Hi, I'm new to forest and qtree. I've looked through the docs but this question doesn't seem to come up in the diagrams as an option.
I would like the line coming down from V' to point to say 'A' in 'ABC', and the branch downwards to come from say 'C', rather than the inwards and outwards lines both going through and from the mid point.
I've managed to do a hack to get the down-line coming out from C, but then this also messes up the line above.
Hopefully there is a quick win.

