adding figure

This commit is contained in:
Noah Diewald 2020-02-24 14:51:58 -05:00
parent df0a89f7d3
commit ad5bb326e2
No known key found for this signature in database
GPG Key ID: EC2BAE1E100A5509
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
potawatomi/auto/
potawatomi/structure-full-cat.log

View File

@ -0,0 +1,13 @@
\tikz [>=latex', line width=.15ex]
\graph [layered layout, grow'=up, edges=rounded corners, level distance=3em]
{
"cbase" <- {"(chiq,nki)", "nki", "n"},
"p1base" <- {"nki", "n", "waq"},
"(waq,nki)" <- {"waq", "(man,nki)"},
"(chiq,waq,nki)" <- {"(chiq,waq)", "(man,chiq,nki)"};
};
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../slides/poster"
%%% End: