figures/qp2/prepastpositions2.tex

14 lines
325 B
TeX

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