figures/potawatomi/structure-full-cat.tex

20 lines
736 B
TeX

\begin{tikzpicture}[>=stealth', line width=.15em]
\node (stem) at (-10,0) {\sf free};
\node (stemm) at (-2,0) {\sf bound};
\node (ndstemm) at (8,4) {\sf nposs};
\node (nstemm) at (8,-4) {\sf nposs};
\node (ndstem) at (-15,-6) {\sf nposs};
\node (nstem) at (-5,-6) {\sf nposs};
\draw[->] (stem) to node [fill=white] {\footnotesize $p$} (stemm);
\draw[->] (stem.south) to node [fill=white] {\footnotesize $q$} (ndstem);
\draw[->] (stem.south) to node [fill=white] {\footnotesize $r$} (nstem);
\draw[->] (stemm) to node [fill=white] {\footnotesize $q$} (ndstemm);
\draw[->] (stemm) to node [fill=white] {\footnotesize $r$} (nstemm);
\end{tikzpicture}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: