\begin{tikzpicture}[>=stealth'] \node (ded) at (0,0) {$\mathsf{drove}$}; \node (ened) at (2,0) {$\mathsf{driven}$}; \node (dened) at (1,-2) {$\mathsf{walked}$}; \draw[-] (ded) to (dened); \draw[-] (ened) to (dened); \end{tikzpicture} %%% Local Variables: %%% mode: latex %%% TeX-master: "../../morphology" %%% End: