figures/qp2/spanish-ar-graph.tex

17 lines
351 B
TeX
Raw Permalink Normal View History

2020-02-25 22:48:20 -05:00
\tikz [>=stealth', rounded corners]
\graph [layered layout, sibling distance=0mm, grow=right, level distance=20mm]{
habl -> {habla, hablo, hable};
habla -> {hablas, hablan, hablamos};
"Non-High" [draw] // {hablemos};
hable -> {hablen, hables, hablemos};
};
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../morphology"
%%% End: