revisions for the potawatomi aimm4 poster

This commit is contained in:
Noah Diewald 2019-04-14 19:23:45 -04:00
parent fc3ee8f361
commit 2bbe8661da
No known key found for this signature in database
GPG Key ID: EC2BAE1E100A5509
5 changed files with 88 additions and 39 deletions

View File

@ -0,0 +1,19 @@
\begin{tikzpicture}[>=stealth',line width=.15em]
\node (long) at (0,0) {\sf\mixone{Long}};
\node (short) at (10,0) {\sf\mixtwo{Short}};
\node (both) at (5,-4) {\alpha};
\node (table) at (17,-2) {
\begin{tabular}{l}
$\vdash \alpha \leq \textsf{Long}$ \\
$\vdash \alpha \leq \textsf{Short}$ \\
\end{tabular}
};
\draw[->] (both.north) to (long);
\draw[->] (both.north) to (short);
\end{tikzpicture}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../morphology"
%%% End:

View File

@ -4,16 +4,16 @@
\node (l) {\begin{tabular}{cc}\textsf{Long}\\ \cgrid{L}{}{}{}\end{tabular}}; &
\node (n) {\begin{tabular}{cc}\textsf{No-Suffix}\\ \cgrid{}{}{N}{}\end{tabular}}; &
\node (m) {\begin{tabular}{cc}\textsf{M-Suffix}\\ \cgrid{}{}{}{M}\end{tabular}}; &
\node (s) {\begin{tabular}{cc}\textsf{Short}\\ \cgrid{}{S}{}{}\end{tabular}}; & \\
\node [fill=red!25] (ln) {\cgrid{L}{}{N}{}}; &
\node [fill=green!25] (lm) {\cgrid{L}{}{}{M}}; &
\node (s) {\begin{tabular}{cc}\textsf{Short}\\ \cgrid{}{S}{}{}\end{tabular}}; \\
\node [draw,color=red,text=black,fill=red!25] (ln) {\cgrid{L}{}{N}{}}; &
\node [draw,color=green,text=black,fill=green!25] (lm) {\cgrid{L}{}{}{M}}; &
\node [draw,fill=green!25] (sn) {\cgrid{}{S}{N}{}}; &
\node [fill=red!25] (sm) {\cgrid{}{S}{}{M}}; & \\
\node [fill=green!25] (lnm) {\cgrid{L}{}{N}{M}}; &
\node [fill=red!25] (lsn) {\cgrid{L}{S}{N}{}}; &
\node [fill=green!25] (lsm) {\cgrid{L}{S}{}{M}}; &
\node [fill=red!25] (snm) {\cgrid{}{S}{N}{M}}; & \\
\node [fill=yellow!25] (lsnm) {\cgrid{L}{S}{N}{M}}; & & & \\
\node [draw,color=red,text=black,fill=red!25] (sm) {\cgrid{}{S}{}{M}}; \\
\node [draw,color=green,text=black,fill=green!25] (lnm) {\cgrid{L}{}{N}{M}}; &
\node [draw,color=red,text=black,fill=red!25] (lsn) {\cgrid{L}{S}{N}{}}; &
\node [draw,color=green,text=black,fill=green!25] (lsm) {\cgrid{L}{S}{}{M}}; &
\node [draw,color=red,text=black,fill=red!25] (snm) {\cgrid{}{S}{N}{M}}; \\
\node [draw,color=yellow,text=black,fill=yellow!25] (lsnm) {\cgrid{L}{S}{N}{M}}; & & \\
};
\node at (3,-12) {
@ -26,20 +26,20 @@
\end{tabular} };
\draw[->] (ln.north) to (l.south);
\draw[->] (ln.north) to (n.south);
\draw[->] (lm.north) to (l.south);
\draw[->] (lm.north) to (m.south);
\draw[->] (sn.north) to (s.south);
\draw[->] (sn.north) to (n.south);
\draw (ln.north) to (n.south);
\draw (lm.north) to (l.south);
\draw (lm.north) to (m.south);
\draw (sn.north) to (s.south);
\draw (sn.north) to (n.south);
\draw[->] (sm.north) to (s.south);
\draw[->] (sm.north) to (m.south);
\draw (sm.north) to (m.south);
\draw[->] (lnm.north) to (ln.south);
\draw[->] (lnm.north) to (lm.south);
\draw[->] (lsn.north) to (ln.south);
\draw[->] (lsn.north) to (sn.south);
\draw[->] (lsm.north) to (lm.south);
\draw[->] (lsm.north) to (sm.south);
\draw[->] (snm.north) to (sn.south);
\draw (lnm.north) to (lm.south);
\draw (lsn.north) to (ln.south);
\draw (lsn.north) to (sn.south);
\draw (lsm.north) to (lm.south);
\draw (lsm.north) to (sm.south);
\draw (snm.north) to (sn.south);
\draw[->] (snm.north) to (sm.south);
\draw[->] (lsnm.north) to (lnm.south);
\draw[->] (lsnm.north) to (lsm.south);

View File

@ -0,0 +1,34 @@
\begin{tikzpicture}[>=stealth',line width=.1em]
\matrix [row sep={2em}, nodes={inner sep=0pt}]
{
\node [fill=yellow!25] (m) {\textsf{M-Suffix}}; &
\node [fill=red!25] (l) {\textsf{Long}}; &
\node (s) {\textsf{Short}}; &
\node (n) {\textsf{No-Suffix}}; \\
&
\node [ellipse,fill=orange!25] (lm) {\cgrid{L}{}{}{M}}; &
&
\node (sn) {\textsf{inalienable}}; \\
&
\node [ellipse,fill=red!25] (lnm) {\cgrid{L}{}{N}{M}}; &
\node [ellipse,fill=yellow!25] (lsm) {\cgrid{L}{S}{}{M}}; &
\\
& & \node (lsnm) {\textsf{all}}; \\
};
\draw (lm.north) to (l.south);
\draw (lm.north) to (m.south);
\draw (sn.north) to (s.south);
\draw[->] (sn.north) to (n.south);
\draw[->] (lnm.north) to (m.south);
\draw (lnm.north) to (lm.south);
\draw (lsm.north) to (s.south);
\draw (lsm.north) to (lm.south);
\draw[->] (lsnm.north) to (lnm.south);
\draw[->] (lsnm.north) to (lsm.south);
\end{tikzpicture}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../morphology"
%%% End:

View File

@ -1,16 +1,12 @@
\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};
\node (stem) at (-10,0) {freem};
\node (stemm) at (-2,0) {bound};
\node (ndstemm) at (8,4) {nposs};
\node (nstemm) at (8,-4) {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);
\draw[->] (stem) to node [fill=white] {\footnotesize $m$} (stemm);
\draw[->] (stemm) to node [fill=white] {\footnotesize $ned$} (ndstemm);
\draw[->] (stemm) to node [fill=white] {\footnotesize $n$} (nstemm);
\end{tikzpicture}
%%% Local Variables:

View File

@ -6,14 +6,14 @@
\node (ndstem) at (-15,-6) {\af{ned}{\it stem}};
\node (nstem) at (-5,-6) {\af{n}{\it stem}};
\draw[->,dashed] (stem) to [out = 35, in = 170] node [fill=white] {\footnotesize $q\circ p$} (ndstemm);
\draw[->,dashed] (stem) to [out = -35, in = 190] node [fill=white] {\footnotesize $r\circ p$} (nstemm);
\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);
\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);
\draw[->] (stem) to node [fill=white] {\footnotesize $m$} (stemm);
\draw[->] (stem.south) to node [fill=white] {\footnotesize $ned$} (ndstem);
\draw[->] (stem.south) to node [fill=white] {\footnotesize $n$} (nstem);
\draw[->] (stemm) to node [fill=white] {\footnotesize $ned$} (ndstemm);
\draw[->] (stemm) to node [fill=white] {\footnotesize $n$} (nstemm);
\end{tikzpicture}
%%% Local Variables: