adding tha aswa example

This commit is contained in:
Noah Diewald 2021-02-16 18:50:46 -05:00
parent 9edfa9d661
commit 770e08d949
No known key found for this signature in database
GPG Key ID: EC2BAE1E100A5509
2 changed files with 6 additions and 6 deletions

BIN
aswa.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -1,10 +1,10 @@
\begin{tikzpicture}[>=stealth', line width=.15em]
\node (stem) at (-10,0) {\it stem};
\node (stemm) at (-2,0) {{\it stem}\af{m}};
\node (ndstemm) at (8,4) {\af{ned}{\it stem}\af{m}};
\node (nstemm) at (8,-4) {\af{n}{\it stem}\af{m}};
\node (ndstem) at (-15,-6) {\af{ned}{\it stem}};
\node (nstem) at (-5,-6) {\af{n}{\it stem}};
\node (stem) at (-5,0) {\it stem};
\node (stemm) at (-1,0) {{\it stem}\bf{m}};
\node (ndstemm) at (4,2) {\bf{ned}{\it stem}\bf{m}};
\node (nstemm) at (4,-2) {\bf{n}{\it stem}\bf{m}};
\node (ndstem) at (-7,-3) {\bf{ned}{\it stem}};
\node (nstem) at (-2,-3) {\bf{n}{\it stem}};
\draw[->,dashed] (stem) to [out = 35, in = 170] node [fill=white] {\footnotesize $ned\circ m$} (ndstemm);
\draw[->,dashed] (stem) to [out = -35, in = 190] node [fill=white] {\footnotesize $n\circ m$} (nstemm);