0

enter image description here

I'm trying to make a simple line connecting the same node. I'm using a simple qtree package. Here is what I have so far.

\Tree
[.\textit{sign} 
[.\textit{syn-sign} \textit{phrase} ]
[.\textit{lex-sign}  [.\textit{word} ]
[.\textit{lexeme} ]]]

New question for alignment:

enter image description here

Here's the code:

\begin{forest} qtree edges [\textit{sign},name=sign [\textit{syn-sign}  [\textit{phrase} ] [\textit{word}, name=word,]]    [\textit{lex-sign}, name=lex-sign  [, no edge ] [\textit{lexeme} ]]] 
  \draw (lex-sign.south) -- (word.north); 
\end{forest}
Mensch
  • 65,388
JJDoom
  • 1
  • 1
    Welcome to TeX.se. Instead of putting code fragments in your question, it's usually more helpful to post a complete compilable document containing the fragment instead. – Alan Munn Oct 12 '20 at 15:49
  • @AlanMunn Thanks that was helpful. Now aligning the word node? Her's what I have \begin{forest} qtree edges [\textit{sign},name=sign [\textit{syn-sign} [\textit{phrase} ] [\textit{word}, name=word,]] [\textit{lex-sign}, name=lex-sign [, no edge ] [\textit{lexeme} ]]] \draw (lex-sign.south) -- (word.north); \end{forest} – JJDoom Oct 12 '20 at 16:26

0 Answers0