diff --git a/qp2/allkumentry.tex b/qp2/allkumentry.tex new file mode 100644 index 0000000..6cf092c --- /dev/null +++ b/qp2/allkumentry.tex @@ -0,0 +1,27 @@ +\begin{tikzpicture}[>=stealth'] + % \matrix[column 1/.style={nodes={text width=18em,text ragged,font=\scriptsize}}] at (-0.5,-1) + % { + % \node {$\mathsf{simple}\leq \mathsf{pos1}$}; \\ + % \node {$\left\{\mathsf{simple,plural1}\right\}\leq \mathsf{pos1}$}; \\ + % \node {$\mathsf{simple}\leq \mathsf{pos2}$}; \\ + % \node {$\mathsf{plural2}\leq \mathsf{pos2}$}; \\ + % \node {$\mathsf{plural}\leq \mathsf{plural1}$}; \\ + % \node {$\mathsf{plural}\leq \mathsf{plural2}$}; \\ + % }; + + \node (allqu) at (-0.5,0) {$\sformt{simple}{allqu}$}; + \node (allqus) at (2,3) {$\sformt{\{plural1, simple\}}{allqu\red{s}}$}; + \node (allqukuna) at (2,-3) {$\sformt{\{plural2, simple\}}{allqu\blue{kuna}}$}; + \node (allquskuna) at (5,1.5) {$\sformt{\{plural1, plural2, simple\}}{allqu\red{s}\blue{kuna}}$}; + \node (allqukunas) at (5,-1.5) {$\sformt{\{plural1, plural2, simple\}}{allqu\blue{kuna}\red{s}}$}; + + \draw[->] (allqu) to node[fill=white] {$p_1$} (allqus); + \draw[->] (allqu) to node[fill=white] {$p_2$} (allqukuna); + \draw[->] (allqus) to node[fill=white] {$p_2$} (allquskuna); + \draw[->] (allqukuna) to node[fill=white] {$p_1$} (allqukunas); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../slides/slides" +%%% End: diff --git a/qp2/allqupositions.tex b/qp2/allqupositions.tex new file mode 100644 index 0000000..d7b26eb --- /dev/null +++ b/qp2/allqupositions.tex @@ -0,0 +1,24 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[column 1/.style={nodes={text width=18em,text ragged,font=\scriptsize}}] at (-0.5,-1) + { + \node {$\mathsf{simple}\leq \mathsf{pos1}$}; \\ + \node {$\left\{\mathsf{plural1, simple}\right\}\leq \mathsf{pos1}$}; \\ + \node {$\mathsf{simple}\leq \mathsf{pos2}$}; \\ + \node {$\left\{\mathsf{plural2, simple}\right\}\leq \mathsf{pos2}$}; \\ + }; + \node (ened) at (-0.5,-3) {$\left\{\mathsf{plural1, simple}\right\}$}; + \node (ened2) at (1,0) {$\mathsf{pos1}$}; + \node (ded) at (2.5,-3) {$\mathsf{simple}$}; + \node (dened) at (4,0) {$\mathsf{pos2}$}; + \node (dened2) at (5.5,-3) {$\left\{\mathsf{plural2, simple}\right\}$}; + + \draw[<-] (ened2) to (ded); + \draw[<-] (ened2) to (ened); + \draw[<-] (dened) to (dened2); + \draw[<-] (dened) to (ded); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../slides/slides" +%%% End: diff --git a/qp2/archoverview-drive-simple.tex b/qp2/archoverview-drive-simple.tex new file mode 100644 index 0000000..d09f656 --- /dev/null +++ b/qp2/archoverview-drive-simple.tex @@ -0,0 +1,42 @@ +\begin{tikzpicture}[>=stealth'] + \node[text width=5em, text ragged] at (0.5,2) {\bf Forms}; + \node[text width=5em, text ragged] at (2.5,2) {\bf Mapping}; + \node[text width=9em, text ragged] at (6,2) {\bf Lexical Entries}; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=3.5em,align=right}}] at (0,0) + { + \node (bse) {$\mathrm{drive}$}; \\ + \node (s) {$\mathrm{drives}$}; \\ + \node (ed) {$\mathrm{drove}$}; \\ + \node (en) {$\mathrm{driven}$}; \\ + \node (ing) {$\mathrm{driving}$}; \\ + }; + + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=12em,text ragged}}] at (6,0) + { + \node (e1) {$\lexet{\lambda{s}.s\bullet{drive}}{Nom_{\neg3s}\multimap{Fin}}{walk}$}; \\ + \node (e2) {$\lexet{walk}{PRO \multimap{Bse}}{drive}$}; \\ + \node (e3) {$\lexet{\lambda{s}.s\bullet{drives}}{Nom\multimap{Fin}}{drive}$}; \\ + \node (e5) {$\lexet{\lambda{s}.s\bullet{drove}}{Nom\multimap{Fin}}{PST(drive)}$}; \\ + \node (e6) {$\lexet{driven}{PRO \multimap{Psp}}{drive}$}; \\ + \node (e4) {$\lexet{driving}{PRO \multimap{Prp}}{drive}$}; \\ + }; + + \draw[->] (bse) to node[fill=white] {.} (e2); + \draw[->] (bse) to node[fill=white,above] {$\scriptstyle f_1$} (e1); + \draw[->] (s) to node[fill=white] {.} (e3); + \draw[->] (ed) to node[fill=white] {.} (e5); + \draw[->] (en) to node[fill=white] {.} (e6); + \draw[->] (ing) to node[fill=white] {$\scriptstyle f_6$} (e4); + %\draw[->] (simple.east) .. controls +(right:6mm) .. (ded.east); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/archoverview-drive-walk-simple.tex b/qp2/archoverview-drive-walk-simple.tex new file mode 100644 index 0000000..aac5cc4 --- /dev/null +++ b/qp2/archoverview-drive-walk-simple.tex @@ -0,0 +1,50 @@ +\begin{tikzpicture}[>=stealth'] + \node[text width=5em, text ragged] at (0.5,1) {\bf Forms}; + \node[text width=5em, text ragged] at (2.5,1) {\bf Mapping}; + \node[text width=9em, text ragged] at (6,1) {\bf Lexical Entries}; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=3.5em,align=right}}] at (0,0) + { + \node (ed) {$\mathrm{drove}$}; \\ + \node (en) {$\mathrm{driven}$}; \\ + }; + + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=12em,text ragged}}] at (6,0) + { + \node (e5) {$\lexet{\lambda{s}.s\bullet{drove}}{Nom\multimap{Fin}}{PST(drive)}$}; \\ + \node (e6) {$\lexet{driven}{PRO \multimap{Psp}}{drive}$}; \\ + }; + + \draw[->] (ed) to (e5); + \draw[->] (en) to (e6); + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=3.5em,align=right}}] at (0,-2) + { + \node (all) {$\mathrm{walked}$}; \\ + }; + + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=12em,text ragged}}] at (6,-2) + { + \node (e5b) {$\lexet{\lambda{s}.s\bullet{walked}}{Nom\multimap{Fin}}{PST(walk)}$}; \\ + \node (e6b) {$\lexet{walked}{PRO \multimap{Psp}}{walk}$}; \\ + }; + + \draw[->] (all) to (e5b); + \draw[->] (all) to (e6b); + +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/archoverview-run-simple.tex b/qp2/archoverview-run-simple.tex new file mode 100644 index 0000000..c869ec6 --- /dev/null +++ b/qp2/archoverview-run-simple.tex @@ -0,0 +1,41 @@ +\begin{tikzpicture}[>=stealth'] + \node[text width=5em, text ragged] at (0.5,2) {\bf Forms}; + \node[text width=5em, text ragged] at (2.5,2) {\bf Mapping}; + \node[text width=9em, text ragged] at (6,2) {\bf Lexical Entries}; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=3.5em,align=right}}] at (0,0) + { + \node (bse) {$\mathrm{walk}$}; \\ + \node (s) {$\mathrm{walks}$}; \\ + \node (ed) {$\mathrm{walked}$}; \\ + \node (ing) {$\mathrm{walking}$}; \\ + }; + + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=12em,text ragged}}] at (6,0) + { + \node (e1) {$\lexet{\lambda{s}.s\bullet{walk}}{Nom_{\neg3s}\multimap{Fin}}{walk}$}; \\ + \node (e2) {$\lexet{walk}{PRO \multimap{Bse}}{walk}$}; \\ + \node (e3) {$\lexet{\lambda{s}.s\bullet{walks}}{Nom_{3s}\multimap{Fin}}{walk}$}; \\ + \node (e5) {$\lexet{\lambda{s}.s\bullet{walked}}{Nom\multimap{Fin}}{PST(walk)}$}; \\ + \node (e6) {$\lexet{walked}{PRO \multimap{Psp}}{walk}$}; \\ + \node (e4) {$\lexet{walking}{PRO \multimap{Prp}}{walk}$}; \\ + }; + + \draw[->] (bse) to node[fill=white] {.} (e2); + \draw[->] (bse) to node[fill=white,above] {$\scriptstyle f_1$} (e1); + \draw[->] (s) to node[fill=white] {.} (e3); + \draw[->] (ed) to node[fill=white] {.} (e5); + \draw[->] (ed) to node[fill=white] {.} (e6); + \draw[->] (ing) to node[fill=white] {$\scriptstyle f_6$} (e4); + %\draw[->] (simple.east) .. controls +(right:6mm) .. (ded.east); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/archoverview-slides.tex b/qp2/archoverview-slides.tex new file mode 100644 index 0000000..c869ec6 --- /dev/null +++ b/qp2/archoverview-slides.tex @@ -0,0 +1,41 @@ +\begin{tikzpicture}[>=stealth'] + \node[text width=5em, text ragged] at (0.5,2) {\bf Forms}; + \node[text width=5em, text ragged] at (2.5,2) {\bf Mapping}; + \node[text width=9em, text ragged] at (6,2) {\bf Lexical Entries}; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=3.5em,align=right}}] at (0,0) + { + \node (bse) {$\mathrm{walk}$}; \\ + \node (s) {$\mathrm{walks}$}; \\ + \node (ed) {$\mathrm{walked}$}; \\ + \node (ing) {$\mathrm{walking}$}; \\ + }; + + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=12em,text ragged}}] at (6,0) + { + \node (e1) {$\lexet{\lambda{s}.s\bullet{walk}}{Nom_{\neg3s}\multimap{Fin}}{walk}$}; \\ + \node (e2) {$\lexet{walk}{PRO \multimap{Bse}}{walk}$}; \\ + \node (e3) {$\lexet{\lambda{s}.s\bullet{walks}}{Nom_{3s}\multimap{Fin}}{walk}$}; \\ + \node (e5) {$\lexet{\lambda{s}.s\bullet{walked}}{Nom\multimap{Fin}}{PST(walk)}$}; \\ + \node (e6) {$\lexet{walked}{PRO \multimap{Psp}}{walk}$}; \\ + \node (e4) {$\lexet{walking}{PRO \multimap{Prp}}{walk}$}; \\ + }; + + \draw[->] (bse) to node[fill=white] {.} (e2); + \draw[->] (bse) to node[fill=white,above] {$\scriptstyle f_1$} (e1); + \draw[->] (s) to node[fill=white] {.} (e3); + \draw[->] (ed) to node[fill=white] {.} (e5); + \draw[->] (ed) to node[fill=white] {.} (e6); + \draw[->] (ing) to node[fill=white] {$\scriptstyle f_6$} (e4); + %\draw[->] (simple.east) .. controls +(right:6mm) .. (ded.east); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/archoverview-walk-simple.tex b/qp2/archoverview-walk-simple.tex new file mode 100644 index 0000000..c869ec6 --- /dev/null +++ b/qp2/archoverview-walk-simple.tex @@ -0,0 +1,41 @@ +\begin{tikzpicture}[>=stealth'] + \node[text width=5em, text ragged] at (0.5,2) {\bf Forms}; + \node[text width=5em, text ragged] at (2.5,2) {\bf Mapping}; + \node[text width=9em, text ragged] at (6,2) {\bf Lexical Entries}; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=3.5em,align=right}}] at (0,0) + { + \node (bse) {$\mathrm{walk}$}; \\ + \node (s) {$\mathrm{walks}$}; \\ + \node (ed) {$\mathrm{walked}$}; \\ + \node (ing) {$\mathrm{walking}$}; \\ + }; + + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,text width=12em,text ragged}}] at (6,0) + { + \node (e1) {$\lexet{\lambda{s}.s\bullet{walk}}{Nom_{\neg3s}\multimap{Fin}}{walk}$}; \\ + \node (e2) {$\lexet{walk}{PRO \multimap{Bse}}{walk}$}; \\ + \node (e3) {$\lexet{\lambda{s}.s\bullet{walks}}{Nom_{3s}\multimap{Fin}}{walk}$}; \\ + \node (e5) {$\lexet{\lambda{s}.s\bullet{walked}}{Nom\multimap{Fin}}{PST(walk)}$}; \\ + \node (e6) {$\lexet{walked}{PRO \multimap{Psp}}{walk}$}; \\ + \node (e4) {$\lexet{walking}{PRO \multimap{Prp}}{walk}$}; \\ + }; + + \draw[->] (bse) to node[fill=white] {.} (e2); + \draw[->] (bse) to node[fill=white,above] {$\scriptstyle f_1$} (e1); + \draw[->] (s) to node[fill=white] {.} (e3); + \draw[->] (ed) to node[fill=white] {.} (e5); + \draw[->] (ed) to node[fill=white] {.} (e6); + \draw[->] (ing) to node[fill=white] {$\scriptstyle f_6$} (e4); + %\draw[->] (simple.east) .. controls +(right:6mm) .. (ded.east); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/archoverview.tex b/qp2/archoverview.tex new file mode 100644 index 0000000..3dcbaad --- /dev/null +++ b/qp2/archoverview.tex @@ -0,0 +1,45 @@ +\begin{tikzpicture}[>=stealth'] + \node[text width=7em, text ragged] at (-2.25,2.5) {Form-Form Mappings}; + \node at (0,2.5) {F-Paradigm}; + \node[text width=7em, text ragged] at (3.25,2.5) {Form-Sign Mappings}; + \node at (7,2.5) {Sign-Paradigm}; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=9em,text ragged}}] at (0,0) + { + \node (bse) {$\me{base}{walk}{walk}$}; \\ + \node (s) {$\me{s}{walks}{walk}$}; \\ + \node (ed) {$\me{d\cprod n}{walked}{walk}$}; \\ + \node (ing) {$\me{ing}{walking}{walk}$}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=17em,text ragged}}] at (7,0) + { + \node (e1) {$\lexet{\lambda{s}.s\bullet{walk}}{Nom_{\neg3s}\multimap{Fin}}{walk}$}; \\ + \node (e2) {$\lexet{walk}{PRO \multimap{Bse}}{walk}$}; \\ + \node (e3) {$\lexet{\lambda{s}.s\bullet{walks}}{Nom_{3s}\multimap{Fin}}{walk}$}; \\ + \node (e5) {$\lexet{\lambda{s}.s\bullet{walked}}{Nom\multimap{Fin}}{past(walk)}$}; \\ + \node (e6) {$\lexet{walked}{PRO \multimap{Psp}}{walk}$}; \\ + \node (e4) {$\lexet{walking}{PRO \multimap{Prp}}{walk}$}; \\ + }; + + \draw[->] (bse.west) .. controls +(left:20mm) and +(left:5mm) .. (s.west); + \draw[->] (bse.west) .. controls +(left:30mm) and +(left:5mm) .. (ed.west); + \draw[->] (bse.west) .. controls +(left:40mm) and +(left:5mm) .. (ing.west); + + \draw[->] (bse.east) to (e2.west); + \draw[->] (bse.east) to (e1.west); + \draw[->] (s.east) to (e3.west); + \draw[->] (ed.east) to (e5.west); + \draw[->] (ed.east) to (e6.west); + \draw[->] (ing.east) to (e4.west); + %\draw[->] (simple.east) .. controls +(right:6mm) .. (ded.east); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/backward-direction.tex b/qp2/backward-direction.tex new file mode 100644 index 0000000..fb3d738 --- /dev/null +++ b/qp2/backward-direction.tex @@ -0,0 +1,23 @@ +\begin{tikzpicture}[>=stealth'] + \node (simple) at (0,0) {simple}; + \node (possessable) at (3,4) {possessable}; + \node (gpossessable) at (1.5,2) {gpossessable}; + \node (npossessable) at (4.5,2) {npossessable}; + \node (prefixed) at (3,0) {prefixed}; + \node (gprefixed) at (2,-2) {gprefixed}; + \node (nprefixed) at (4,-2) {nprefixed}; + \draw[->] (prefixed.south) to (gprefixed); + \draw[->] (prefixed.south) to (nprefixed); + \draw[->] (possessable.south) to (gpossessable); + \draw[->] (possessable.south) to (npossessable); +% \draw[dashed,->] (simple.south) .. controls +(down:2mm) .. (possessable.west); + \draw[dashed,->] (simple.south) .. controls +(right:1mm) and +(left:4mm) .. (gprefixed.west); + \draw[dashed,->] (simple.south) .. controls +(down:30mm) .. (nprefixed.south); + \draw[dashed,->] (gprefixed.north) .. controls +(left:2mm) .. (gpossessable.south); + \draw[dashed,->] (nprefixed.north) .. controls +(right:2mm) .. (npossessable.south); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/degree.tex b/qp2/degree.tex new file mode 100644 index 0000000..0ffdc96 --- /dev/null +++ b/qp2/degree.tex @@ -0,0 +1,14 @@ +\begin{tikzpicture} + \node (ged) at (0,1) {$ged$}; + \node (highschool) at (0,0) {$highschool$}; + \node (bachelors) at (2,0) {$bachelors$}; + \node (phd) at (4,0) {$phd$}; + \draw [->] (ged) -- (bachelors); + \draw [->] (highschool) -- (bachelors); + \draw [->] (bachelors) -- (phd); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/diveoverview1.tex b/qp2/diveoverview1.tex new file mode 100644 index 0000000..8dc2de0 --- /dev/null +++ b/qp2/diveoverview1.tex @@ -0,0 +1,36 @@ +\begin{tikzpicture}[>=stealth'] + \node at (0,1.5) {Form Entries}; + \node[text width=7em, text ragged] at (5,1.5) {Proto-lexical Mapping}; + \node at (10,1.5) {Lexical Entries}; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=12em,text ragged}}] at (0,0) + { + \node (ed) {$\left< \mathsf{allpast}, \textsc{dive}, \mathrm{dove} \right>$}; \\ + \node (ed2) {$\left< \mathsf{allpast}, \textsc{dive}, \mathrm{dived} \right>$}; \\ + }; + + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=17em,text ragged}}] at (10,0) + { + \node (e5) {$\left< \lexem{\lambda{s}.s\bullet{dove}}{Nom\multimap{Fin}}{PST(dive)} \right>$}; \\ + \node (e6) {$\left< \lexem{dove}{PRO \multimap{Psp}}{drive} \right>$}; \\ + \node (e52) {$\left< \lexem{\lambda{s}.s\bullet{dived}}{Nom\multimap{Fin}}{PST(dive)} \right>$}; \\ + \node (e62) {$\left< \lexem{dived}{PRO \multimap{Psp}}{dive} \right>$}; \\ + }; + + \draw[->] (ed) to (e5); + \draw[->] (ed) to (e6); + \draw[->] (ed2) to (e52); + \draw[->] (ed2) to (e62); + + %\draw[->] (simple.east) .. controls +(right:6mm) .. (ded.east); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/diveoverview2.tex b/qp2/diveoverview2.tex new file mode 100644 index 0000000..1e3542e --- /dev/null +++ b/qp2/diveoverview2.tex @@ -0,0 +1,34 @@ +\begin{tikzpicture}[>=stealth'] + \node at (0,1.5) {Form Entries}; + \node[text width=7em, text ragged] at (5,1.5) {Proto-lexical Mapping}; + \node at (10,1.5) {Lexical Entries}; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=12em,text ragged}}] at (0,0) + { + \node (ed) {$\left< \mathsf{past}, \textsc{dive}, \mathrm{dove} \right>$}; \\ + \node (ed2) {$\left< \mathsf{allpast}, \textsc{dive}, \mathrm{dived} \right>$}; \\ + }; + + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=17em,text ragged}}] at (10,0) + { + \node (e5) {$\left< \lexem{\lambda{s}.s\bullet{dove}}{Nom\multimap{Fin}}{PST(dive)} \right>$}; \\ + \node (e52) {$\left< \lexem{\lambda{s}.s\bullet{dived}}{Nom\multimap{Fin}}{PST(dive)} \right>$}; \\ + \node (e62) {$\left< \lexem{dived}{PRO \multimap{Psp}}{dive} \right>$}; \\ + }; + + \draw[->] (ed) to (e5); + \draw[->] (ed2) to (e52); + \draw[->] (ed2) to (e62); + + %\draw[->] (simple.east) .. controls +(right:6mm) .. (ded.east); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/divepoles.tex b/qp2/divepoles.tex new file mode 100644 index 0000000..c87d4fe --- /dev/null +++ b/qp2/divepoles.tex @@ -0,0 +1,19 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[column 1/.style={nodes={text width=18em,text ragged}}] at (-1,0.5) + { + \node {$dive\leq_I drive$}; \\ + \node {$dive\leq_I walk$}; \\ + }; + + \node (3) at (0,1) {$drive$}; + \node (34) at (1.5,0) {$dive$}; + \node (4) at (3,1) {$walk$}; + + \draw[<-] (3) to (34.north); + \draw[<-] (4) to (34.north); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/driveoverview.tex b/qp2/driveoverview.tex new file mode 100644 index 0000000..358f6de --- /dev/null +++ b/qp2/driveoverview.tex @@ -0,0 +1,32 @@ +\begin{tikzpicture}[>=stealth'] + \node at (0,1.5) {Form Entries}; + \node[text width=7em, text ragged] at (5,1.5) {Proto-lexical Mapping}; + \node at (10,1.5) {Lexical Entries}; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=12em,text ragged}}] at (0,0) + { + \node (ed) {$\left< \mathsf{past}, \textsc{drive}, \mathrm{drove} \right>$}; \\ + \node (en) {$\left< \mathsf{part}, \textsc{drive}, \mathrm{driven} \right>$}; \\ + }; + + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=17em,text ragged}}] at (10,0) + { + \node (e5) {$\left< \lexem{\lambda{s}.s\bullet{drove}}{Nom\multimap{Fin}}{PST(drive)} \right>$}; \\ + \node (e6) {$\left< \lexem{driven}{PRO \multimap{Psp}}{drive} \right>$}; \\ + }; + + \draw[->] (ed) to (e5); + \draw[->] (en) to (e6); + + %\draw[->] (simple.east) .. controls +(right:6mm) .. (ded.east); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/englishinflection-auto.tex b/qp2/englishinflection-auto.tex new file mode 100644 index 0000000..a4774a0 --- /dev/null +++ b/qp2/englishinflection-auto.tex @@ -0,0 +1,14 @@ +\tikz [>=stealth'] +\graph [layered layout, grow'=up, edges=rounded corners] +{ + "$\mcat{default}$" <- {"$\mcat{meant}$", "$\mcat{snoozed}$", "$\mcat{drove}$", "$\mcat{written}$"}, + "$\mcat{meant}$" <- {"$\mcat{leap}$"}, + "$\mcat{snoozed}$" <- {"$\mcat{leap}$"}, + "$\mcat{drove}$" <- {"$\mcat{ride}$"}, + "$\mcat{written}$" <- {"$\mcat{ride}$", "$\mcat{show}$"}; +}; + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/englishinflection.tex b/qp2/englishinflection.tex new file mode 100644 index 0000000..2e72830 --- /dev/null +++ b/qp2/englishinflection.tex @@ -0,0 +1,23 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[column 1/.style={nodes={text width=8em,text ragged}}] at (-2,0) + { + \node {$ride\leq beat$}; \\ + \node {$ride\leq abide$}; \\ + \node {$strive\leq abide$}; \\ + \node {$strive\leq weak$}; \\ + }; + \node (en) at (0,1) {$beat$}; + \node (enove) at (1.5,0) {$ride$}; + \node (ove) at (3,1) {$abide$}; + \node (oveed) at (4.5,0) {$strive$}; + \node (ed) at (6,1) {$weak$}; + \draw[->] (en) to (enove); + \draw[->] (ove) to (enove); + \draw[->] (ove) to (oveed); + \draw[->] (ed) to (oveed); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/example-position.tex b/qp2/example-position.tex new file mode 100644 index 0000000..1f80598 --- /dev/null +++ b/qp2/example-position.tex @@ -0,0 +1,32 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text width=4em,text ragged,rectangle,draw}}, + column 2/.style={nodes={text width=4em,text ragged,rectangle,draw}}] at (-7,-1) + { + \node {$\mathrm{hablé}$}; & \node {$\mathsf{éed}$}; \\ + \node {$\mathrm{hablaré}$}; & \node {$\mathsf{vréd}$}; \\ + \node {$\mathrm{hablo}$}; & \node {$\mathsf{oed}$}; \\ + \node {$\mathrm{hablará}$}; & \node {$\mathsf{vráed}$}; \\ + }; + \node (one) at (0,0) {$\mathsf{one}$}; + \node (e) at (-1,-2) {$\mathsf{éed}$}; + \node (vre) at (0,-2) {$\mathsf{vréd}$}; + \node (o) at (1,-2) {$\mathsf{oed}$}; + \node (vra) at (2,-2) {$\mathsf{vráed}$}; + \node (later) at (1,-4) {$\mathsf{later}$}; + \node (olater) at (-4,-2) {$\mathsf{olater}$}; + + \draw[->] (one.south) to (e.north); + \draw[->] (one.south) to (vre.north); + \draw[->] (one.south) to (o.north); + \draw[->] (later.north) to (vre.south); + \draw[->] (later.north) to (vra.south); + \draw[->] (olater.east) to (one.west); + \draw[->] (olater.east) to (later.west); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/forward-direction.tex b/qp2/forward-direction.tex new file mode 100644 index 0000000..90b2eb2 --- /dev/null +++ b/qp2/forward-direction.tex @@ -0,0 +1,22 @@ +\begin{tikzpicture}[>=stealth'] + \node (simple2) at (2,2) {simple$^\prime$}; + \node (simple) at (1,0) {simple}; + \node (med) at (3,0) {med}; + \node (prefixed) at (6,2) {prefixed}; + \node (gprefixed) at (5,0) {gprefixed}; + \node (nprefixed) at (7,0) {nprefixed}; + \draw[->] (prefixed.south) to (gprefixed); + \draw[->] (prefixed.south) to (nprefixed); + \draw[->] (simple2.south) to (med); + \draw[->] (simple2.south) to (simple); + \draw[dashed,->] (simple) to (med); + \draw[dashed,->] (med.south) .. controls +(left:1mm) and +(down:6mm) .. (gprefixed.south); + \draw[dashed,->] (med.south) .. controls +(left:1mm) and +(down:20mm) .. (nprefixed.south); + \draw[dashed,->] (simple2.east) .. controls +(right:5mm) .. (gprefixed.north); + \draw[dashed,->] (simple2.east) .. controls +(right:20mm) and +(up:50mm) .. (nprefixed.north); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/ibm-ta.tex b/qp2/ibm-ta.tex new file mode 100644 index 0000000..794c351 --- /dev/null +++ b/qp2/ibm-ta.tex @@ -0,0 +1,20 @@ +\begin{tikzpicture} + \matrix (m) [left delimiter=[,right delimiter={]},matrix of math nodes] + { + \textsc{mud} & \left\{\left[\textit{acc}\right]\right\} \\ + \textsc{ms} & \textit{set} \\ + \textsc{mph} & + \left\{ + \begin{bmatrix} + \textsc{ph} & \left< \textrm{ta} \right> \\ + \textsc{pc} & 4 + \end{bmatrix} + \right\} + \\ + }; +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/ibm-word1.tex b/qp2/ibm-word1.tex new file mode 100644 index 0000000..9d924be --- /dev/null +++ b/qp2/ibm-word1.tex @@ -0,0 +1,66 @@ +\begin{tikzpicture} + \matrix (m) [left delimiter=[,right delimiter={]},matrix of math nodes] + { + \textit{word} & \\ + \textsc{ph} & \left< \textrm{warmita} \right> \\ + \textsc{morph} & + \begin{bmatrix} + \textsc{mph} & + \left\{ + \begin{bmatrix} + \textsc{ph} & \left< warmi \right> \\ + \textsc{pc} & 1 + \end{bmatrix}, + \begin{bmatrix} + \textsc{ph} & \left< ta \right> \\ + \textsc{pc} & 4 + \end{bmatrix} + \right\} \\ + \textsc{rr} & + \begin{Bmatrix} + \begin{bmatrix} + \textsc{mph} & + \left\{ + \begin{bmatrix} + \textsc{ph} & \boxed{s} \\ + \textsc{pc} & 1 + \end{bmatrix} + \right\} \\ + \textsc{mud} & + \left\{ + \begin{bmatrix} + \textit{lid} & \\ + \textsc{stem} & \boxed{s} + \end{bmatrix} + \right\} \\ + \textsc{ms} & \boxed{0} + \end{bmatrix}, & + \begin{bmatrix} + \textsc{mph} & + \left\{ + \begin{bmatrix} + \textsc{ph} & \left< ta \right> \\ + \textsc{pc} & 4 + \end{bmatrix} + \right\} \\ + \textsc{mud} & + \left\{\left[\textit{acc}\right]\right\} \\ + \textsc{ms} & \boxed{0} + \end{bmatrix} \\ + \end{Bmatrix} \\ + \textsc{ms} & + \boxed{0}\begin{Bmatrix} + \left[\textit{acc}\right], & + \begin{bmatrix} + \textit{lid} & \\ + \textsc{stem} & \left< warmi \right> + \end{bmatrix} + \end{Bmatrix} + \end{bmatrix} \\ + }; +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/inflection-classes.pdf b/qp2/inflection-classes.pdf new file mode 100644 index 0000000..aa4da35 --- /dev/null +++ b/qp2/inflection-classes.pdf @@ -0,0 +1,413 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj + << + /Title () + /Author () + /Subject () + /Keywords () + /Creator (yExport 1.5) + /Producer (org.freehep.graphicsio.pdf.YPDFGraphics2D 1.5) + /CreationDate (D:20161109185604-05'00') + /ModDate (D:20161109185604-05'00') + /Trapped /False + >> +endobj +2 0 obj + << + /Type /Catalog + /Pages 3 0 R + /ViewerPreferences 4 0 R + /OpenAction [5 0 R /Fit] + >> +endobj +4 0 obj + << + /FitWindow true + /CenterWindow false + >> +endobj +5 0 obj + << + /Parent 3 0 R + /Type /Page + /Contents 6 0 R + >> +endobj +6 0 obj + << + /Length 7 0 R + /Filter [/ASCII85Decode /FlateDecode] + >> +stream +Gb"/L]8gJbO'UU<;(p:-h(PHH!sTbCSmZ$&!RD(P"uGuM"5`*B,dmBu53Fc"0N!&B7IEqa7GULlV"/lD +rk5/_J)Bi,Ch6n%]`%X'p@$o,5Q(H1[f"_7%te$Gj4h8)O)KMqqr_ntHI_Uorp.V>rUIYngV<[D8!X#@ +s8:'dnc/3qIEOjmrtK`Ur/^lr[[t-WpAN+&-h"j?YN#%)OoAuXrnc +pW!)]pb5+e?X>EZ4Q.^Xa1)*IT/OVpp>\Xrr\K>&[esJ.g\8;FHeI!^3+?JcHj!pFpU&dl]39%Q:AJ4# +k>qh:I&h=[Lo^I/mqkIDFg#]=R_-_G)aPPNU;-Hpk1+RU#0YL86]*c(bU*`ia +;-DY&hhBuhY]g>KGO'\?j84.@RFP"8df;@crd;FUIW+e*^@qgck6#PhU[dN%\Qir+S*s3_RuDsm!d7]U@5E/h\V%;.\4B.A0sP1C^[Hgj_-)mU]=Kt;10?DF[OS$&@$Ss9XK:9rm_84B/hZdQSm"hcVaK0[R +dW8fJjBOV^FFNb\og]g>aiVe,93"oJ#(qa5jnV0#F)q0m0tSD22= ++Z%uj+$gGL#DKJ9J?U5Xke>\j;[S[>7[]?4aM_,P;sH]V`oU%hHWdWI$q,=0oWtj'9d55CVH#f+O34>L&a#@WGCHeo-s9g66nu14@IGc`r80$fmhm^i4.G]Bp]6O#/>9K5.pS$]XD44VNG8oYG@-4-E7-`on/boJ6Z(YNQ +gTc7'mlMQI;p:B'S84W\9,Dcdr\33N**QTn8SN6"bGKl`GO@f"l??g)S;doao46XDJK)8<[\Mm"<@[>4 +U4%1idFHX)mhOk4V5Jp'5>TR-Y2Imf@N#uH=ROX3[gcbgpJ(Aq#k"F-!_@sF0VSGUJj?T7@!CeP:iLjL +Np]RGjl`&D.).,Q"JloH/LtVeR)P\U9[l"e1H0[^.:f[W\'F3[\qJD<]uj,>9V^NL2m[IqeQ")lMP.gn +*NfdTaRF!De6.3BbA^_EguiY$LAf6.G9I)u=Ac*pB"QYmQ,%;22(^A:`t$Lpt=YL +]HF5Y%Z%qMVu-J37_I1:YN2=s +J+ocHAb`.+rJ)p5C6SLc9;Zr%`4ig)/^9>A>XE"W,V;YnF@fWH*@E*u;.eR>&7p%KTkFV\]t/?%:9`u +d[1Z2[29D4g41S2F[`&>YQC%pK-96K"!P]u\*BE6BqR1#nKQm*6!Qo'"JDLH1IPmY>J0m>c6rj9+KYV6@dFsfm!/f!c&.g>[Z7NQKCLm_%:POH\Vbq^]?-qmqklaWZ1$!i2WfP1:eN7%"od]LsKBg;_VeM +f;M'8[am+ML2`urj_e@$g&Z4:o'm`PT7GWq8E^+e'@#She_3M%7-6LN>7hE?(Wf\;cDR7E.m$)5C=<`l +Bds+Vc!P+[*.3>LdI@9"\Kg5l"(dX5rZ$`jB9AGpTdWdaI_)[HC3kPdPD!,AkHP)rL*O;.\"$C(7R365sGE@L8_:VDVm* +qmiE:_/he[U5f5K4,-iKRT]LHNf'X6h0EeKPWqW-/bb'Zr_npW=OY5`G(-r;MCF&Nl<\s\8orLU&"UM\apOA]o+sZTunlD&_kq">7>b2IX2t5YEb5/l3K,i +&2(s_!clo,VT97HCc?f#0eSf4(ZTO=V\kb93lO&`9oLl]MfF;E\]_"J<+aCc(hWu^(hWsb&KTHf*rZ+B +)>Q44?^U_'13-+na#hlF`NDjO//0eDP+,iF57k=6e71o45?VLCW/7Q6+mN.F$`I]@.m>sCn'k&'( +Koiut/jE)7D!_d%"HelU,'o&H(IT7M'-n,=Lj3V>,$K=V";,L!\1"&X'gKI'G!"!&Lq8W80Z\KQPnZRs +&VN_EQQW"aic7=15bm-H&4F/f";.in";,RCS28m?f/ql>gkLE4L`TI=&\H?R0#qr^Lu/(i1u*X*'pA4Xf"`b#IHMTdte;'bt>>*akk0^t:9*#omBTEEQuXf(dUnDr[)YR;VmbMH(R6l^B*;K# +bVX0&p>tB,:1uT#Mh\:?4(8JI"(=!d`'DBZ#I%&q/2&_(4ECPpcbY%%p:FbRc9R0 +rk,l.1PN0+Z[R`n(n_BB&Mf?XIW#qV3l^9d^dC(eQk_48XU`8uRVC[)BtgQ+l"rd];3ga5JIp4G]K'>q +Z17Ni&RR&W'eqT?6[CG>9+R&uEF3D4VD(hY_,n+MV04%8+]tVZ#RakJbPNroEH(ooHF)4P^3 +_$G)G_$DA33ipjpqZ!stfl-#e0_`m]ZQe[4Ft)]cf/0n$@TAhS>F>6n?&4d<=s8?GbL3"*9^jP$rV6a$ +"tOD!F)P39R!r?TdAcB=#Jr"!^:YSIYWo:F-QAo_=N'ML%O2!ILbWJ/5"G]N&=mHP_Y;3:q)VIpZn3pB +.KFd/#_2t/*[W?:C?o;$;VL-sESBgH&VN`'qAmjU? +er=aHc1lVFqiBK.:]Q^u8grmq@M//OHho^4\*Ke+kd&^5#$hQh9[E)%?I`Y]&S +S2+'!V+Lu=+/QTmH`Xp.ONuFfkXh7r4qpDhDcW;i\([B/f",j=S//gDhfU>jFfD4[,t9$,e)=J&]27p? +,0U\[7:$Qd&9b!Y@Y]Jd-h%r[DU+?oFhjF_U[?,<&-k+>EG`J2A)eXrRm^'t1B&D;5U]]eMOil$NEpc7BZ.5\jPi!O7M=DT# +@^S:iJWR:Q^ar6ZS.mO/GpcEb%tu12Vcmg& +WE-XQoA2MRDPp3`WWhbidFFhLn(j!%>+1tN\Do+ZK*+MY/muB)cAl=DHT-LW[I?,Rr +`76DMN'N2%o)]_R+J'8`\B+j.YG;TE0;a\YI\i/A>gpM25nFS4Kl4En+pT9?5Kbft<>F`*fM +\tB25jYlu:0$6_>0SYgora.l[E&3@q%tkG:a)e%?^/P>NH/EPn%H1cr,9U'r9-ZH7fitHM>P<6^9/d5f +S,9Q8[Ztd])/*KZ+^@\MKZ]Q\*MlMHcG`a-aMh+'fEukY;;Jqc?`O;,B'p%Js%EZ2=!]>=MI\<:K-ML0 +8oqo%*t^<;KV^tDG3M$`"`Bo=.PqJ1AfamcJQbi@k"tL/Y]Dnn!.RE*CbpN^=#j(n>qsi-i:D\:il9D]V6Y+a2YDhK6oWhhQ^f?'G0Z3&[#^2EN8D"P +g0FaqL=X2Q5YB+L)#a4neQ8$=+p'YYdV0fhoFjuEE)CO0=OouBQZ3\JIs_XB&F)FniQ`Q=lSeoa6gJVk +Rr$@R\u!pNYaYrd:[LD.S*TUX;,L9Z5T&a#?ItfNpKWjNXX-a:I=N9gY)^RA[%sPC?J88gh;Ksr6jXYP +U$[r2"ba*G\QV%8R#e*,h%jL!cJ"P&=iOT:G7t(`8DC:cO(n;TBAR`-Zn.bnPD22Z3"aLeXA-OJ)]BHj +KKbS`'6rEp6:\g*VIp=Vi=_ijP+ldXR'kbL#I?0SiB!3kS,3+f!,9h32D:*9kfRX#p.jFL*C3]*[D^bi +7$qfM7:$Qd&Bh5i0;c/:c3`+k"E^h#SRJX>=B)bEXe%#9J@;.\%^\^+#JYJ#GF1Z4BTHTV_ud1p%2mo92r2V\LMl4\EGZT\^@nXHp74@%DWRBCh9%__h9,O#hIh;"It+)=n&Q+r_`J*i,V=cE4M/jiZd4VXd'\ +BDk#n+SeMu;NI21,;!9N"sGrlRd)[JU*5.%tjImi!uJ??s<$-ek= +,+Ts2*A*)dWp&RuBWL8^oR6USb'1[l/^YD<`TC\L8H>m'!L*[k5V,lI2TgWk)Ga39:2SCiYBPN% +??+-\`!'\L+9QHYHOaC:/.fFT9ZC5i/b[UQD7B)AIGOWICgV@p5grOPm+CcH;>u/D43(LbN\Jr/M9nDh +q^mB'<.[5.duY]"p<*-iL*A-]ZO:euO6^gD%0aV5%klpuc@)=#]@/!*9gc$A\&57\8.\7pX<%ZL2-II3 ++AG4`#_lnX8'I\1^2[)g._?<^)hXB,) +\oSO*49C5oP8e.&JJuYd`1TATYiUZB-$,YUM^VE--;4i92@ZE;]!lb#86e@b!U$p8r&XhN<'u2#X$>B;eN%5=s<2iWA5$YlSr;c*AlNlDH`2C3F$t1dF-UNjKM`toQ +%d_kf_SSYLoXdT>oXg$c>Iut_KAb&6o<$fSiCjSZF0Ymlm+P6@]O`Kl\B(:M#'V-_!,^/'q1=Fj#"#qk +I.XhYaW90ih/M<%ft5/k^D1k:1e`)!8+?EH;cpUmQFh@8]48E:W,u)B0Z2$%"OULBGjiZAII3'aZc26T +6-uB4&@TGthd:hr3<5NE\=3*;jH-A].-L$*\\tUVV/blG('bRe]rL`24L[KH#_tBE`"_64EDtaakWAc$D4.5U85**XA&:Ih%.O +WbQ80CdI.Q@,Fpg7T-X3'4r]V-RXPp<`O2bLk-uIpg,q==eg1pV?'T$G\9WB_O?PSYU4+!N(`,2"FW>3<-oEXdi2Pb +-LM5&H,L-=e3fsQ[b`iFK\.LEeUOadjHA@W$8I1^TI$ZFJk/S`QjG*R!i-@o]B6A\W0[ilA^7Nk7$^r!:@k,\#[eV"1PGEH`Vb%r=kYb49T5ZtU[F)3r56^*W!FF9^c +M_kTM\ddF]erumf6iie%"/M9h8Wt\8hi;gREcoWiKhW6V(Qsb5=s#'lTKL1+DTN^"le'R\1Udh,1FJ<5 +D_X`bX?;sZZeeuDC6Nu0pI*:VD$F0q(e8\D+09"<*bb[.:712.fp6P +,WAu`+Xbab3+k*G?qd>h'$G]l+fF2Vaf_-$-P5'%jTLYL=^ahth#r:<6]jZ#!Ulq/\"c%@_&nf_cG&pAcC5Z5'njNUU\@8kOEM*MpT3paj3aEnJh.5(5gsf5g0FH3nFao`INb#+qWb6) +Jl(#Y>g,%_h`'/P)D;9$rH23XKL2Xh+3B4UJd'dUC,j(R^Tffu0*obdieW.JF3OB3a=0i47(I/=Ehp6T +35lHU%V@H'&jU%I-oYblG=dfT"p]KWVROC,238koE:c5t1^$o4^I>kRp=E]LrDSAnf+@:do?h2k\CkfV +D+JJUh1^.+]2L.[H?Ul7C&;5dC>do"/d-N1]=Ba?P17HFmelTt+j*RiEe4!^)k\a1.ko_[3WmbL%$Ci]*sY-=YBk>VeZlZ"m2J@Ag,FUd +^cRM?mf!/pcdL^pI5:Om4\Ha>S5Q5#o:H7saC4\6#W_P]dG\4Rns4fP_;!L;:-^d2?HU256Mre+6)#Ja +87YF.K^V]4a*6;10f[cKN4Jk0&hqBF;lX>aU4cY4!sR^ +lJ5A2[TGeTN:j:rs.qJ\$UXH<$Kk:lBMMSA+FU\Qb%%7^>cf5lM1FlM@UOp/('sRre'^!(=nNj/am&jf +#,8/pc"g[Q:2*sFT*<<:N(-=bV=9j&lP@q4e*!tU3>B]gJp*-'@9pM;94J.Roi +e%6J$F4]Qia99m\IDXXKKqZjr-X],!ZfqS>TRll^ge]N%)Wkj*m3SC+.N0N[i0jXg(_+^ON"Ur'T?kZ" +K@^ck\KJan^#:rREjs`OOG$KoMAQ?Fk!1cKR\\Oe9he3:-ua.["X"i(HKCY9*#[/LFOjJ$"XgS1^,ssj +7g*9,Pu>24[4a?p#I]CsDM_KaWcmWQm/Y,1]/;4u$'F!J,/15bE5>n_E:[3r&=^):\(H#(W,ds4$4[qJ +brW_T%=^,Wo&cD-80Rkf.-_.`+tD@c.L2ccqZ:uF!`iPpj8P%ML4GQH`Q>/r8ppg#@oD%N4fM8YV6`7^ +l!To0;9g0,W=CRBF,So##KWQ^7sOJ@Pce(U@91jUis!iSs!2U$C@X@WDG$9OEadZ8QD2SGo:d]352^N= +#YskB%0s_aQ&kB6'k6"*PCcmWh0a=5%u32=fmp+Uq\XfV$!qrm2*62cmm*A&&28+>L,:m#p7$=S9PfBY +_VI[[.:>0]""_Mr*f(7$OX+<.NeQ2tPr*Pm8DLa6*$#rQCZ=bF2$`(e0hQh+/o<+eJW1UO1C"UWr/5mY +R6QSWQ4M>UGD'RtNm`4U*OR\OZF=_A,AkHP)rL*OTgSbbJ!q*^5N&]@;[ImjIQX)E_q\K;=oBBSa'QDU +*VAb:,+DrXj<5_!Ok&m4[FVZJio%36!;)th"1$sH%f_Q5.(o2f\rVsmgaMF3M-TsJRtEna%"Z-os +[d+B&K$Wmsgq_&qe_/b,\>kIL%9Bsc)$Wk8r"r^a]5;H7':IJT@2ohKOnhq/?C?0\7:$OQ(*O4qZY4DI +dC4?gQV$!2Yd`&G_=k&==!RqW>T&9K5Ct"#5&Q0e^+"Ck&@jhg#jP[eU+=XPUiIn2*jW$8ZA#X,1oYR: +@&Cm2#\St-EUYc;cSI*BK$])EG`L;*7^7iaVOZqU,>9,$"SC@cAkc76VO`]7f!h'fUH"/-iP_+m4>;]K"r[JO]U^8uB0L25kJP_J*9:IuQ:qI$NHEiS% +8.IRIV(K5'iO#(^+oX-/*8a9QTj'h;OS,-D=e2ck,S[J'99\Zk#G(SQo!LG]G\Im!UNUu]_cf"EOZ)7c +NUK)L6U?i2MR;@KD33L`"$$!O6bT;!6Eru7/M7UGM2G".H?Tdk@TSdpU!.9_hQh80F\WlD^).37KJHN? +*T'3kdF&;94)-E&;cr@>H3n:9DDr^*`U-+J2_3.EZhEN;`Cj5E#9uf09gPQ]splfIRPP^D<.-N6#6h.A2Be8."l)0DXdCPnK-pLHl1j+?=dG&EFC.-!+q]3Y +Ke_M1fAJjl3[JP"#cJ9bkCHH.W.6Lu%s9=k*!)>b/#20BKPK/2A37<:HCM3O]7)-bbGGutn_JNg)mr4n?uJ?#K*;8aJ^Eb;;-JVDU3:nFcs'QXdV4@#l*Qprl@$#-eoR(!c<0JZ3OJ4%"`8It@jpuS8!kt< +r>1%3-O9m/I]B8%W<%V=jAN;gi@_+TQ5a5PaJf(=&AZX(^9(O$=Ql +R(`[X]IH8.;2(\1"KI$sn9p0[P.30HWAnglID;hlj,"p74A0DJ,L0h9\.%h9u)@^!ujqY9u?IG%4`# +0*j,'02<(CDZ7tSNc9d?5cCGV9Cm8HDJ@uKZ;isq`.tqp*tHs:#]`u/TUD7*E/3dFCkR],dimJ7F,+QV +a;qRG?n7=VrnWY7J+5DaDs%%V[sQ;dDJ>R4k4:k%'oM'NWcZrV&EYr(_2M?>"I(m7gt_i5BaSmUK*cF- +1X'LsDpiPH%"OAbS]TW#.MX8WA!K'NOum>K'R`R@ViOL.]\PkR^?6LH:0GDB/kUHc-g0lmMirJN;p2.M +_?H;bIh%-UGe3ME"$r!D..Vt_Mio3k3AE/5=PZD;^l]*C-1.E%2%Se6$Q#UH(L<8iU$;?Dh$I9Q^gUdW +f_BO^a/j26=Na1S6:,XFE$&?opu6hPQT#Ith3GWan;B==210ZQ`1U,W=Mr6!M6<:/W!^F1:^H5i8`\Dt +?XCj%Q1FHnE$%n`hM+\dn*\@LM8Cg<5SdXno\!,L?3)ujUlgSN&XIL99TQWDg[$]5M%?^a!u%Z7>Z>`N +-=.u=TXY.rB22f?l"o+ppZbCl!n=\`c'Po)6=4,#nc[1tXO:]'I>cL5`abDSO#.l\lL'$oJ7%mj/He8q#qZV +OkBt.#WR(iaadDr]m?aU6[rGOu^tr,:(]4HQG_%:6K!69&VRtGq+KS,eIL\OQ +hJDb"m002W1kFRD`ld+qA?lohttB[`!6hRu^(90>.sA`.=')c#ZT8b9asI">S8;YB(^Bo>Ui6\Z?9/_9X&F/iL?] +#7mnM*_Dj5G_=INYlehm3/`FYdAuC(Ne[u/FCZ/]33_+G&24F,iG[a7gPt[rSp&AXr+aV'/]CiqET49KO$7GB^@cS`nFhbpS!KYuh87u=Wi@(ahTNX8&e?,*U1pEq\\J]ek*P9o@gi(UMo`FmRJ%NgLR=3*XI!joYEM!,T:4Q,YD0'OS4Js +7mS2n(5!d5B/XcIRr72er*DP%VSLN[f3@Xmoq.-1(,)Jj);$>K*JfZH>K@i@k"JHESNfX1"hn.PH<]Pu +]Brfc[R'lK?&[C``Yku9360U&dCHtSpl;&H54``Jp$*1D+T3!6eZH%Ob^cGLd8j)N,f5)'J63# +o'bTc)u&SQX'&&r^3j`">UFaj"8&9@"FUi`ZuRO/0/Q^SlP[)LD:niXG2"(ODuAHs-DPeM:?Ud*SAXLU +I)X\(HnS_mNj-dCB+!WoKF9A4j99NORXJ]5]'(p_%T4rjLhMQ4?4_nU,H4VO4%"L?KW2#IEfW3mS=4I^ +La*`A7oQ`N%q4AX8iA6E(S5>a]#^a(HGj=1MJ*nP^RM/'rH1e'/=HJu/4:*HX#L?hG'Y*->?8?83[.(k +)%4>cF9AkE&oM)0p*EUL-5#qF*0fA8PD5L$o&3'iNpht=3V:p33?V"F*Q@&\ebQTA."_H`T]rY?JH!\= +Wbm`TlB\>[g!*b(7FJ;`Qr8[\A[]HG/Er$S5:41(r]6p3IWjnU7<>oHQq#G0n'fMY-(@?pAbo%XmL^XE +Np.:%qEm$h%su5[%R&9Ja)G%ZFn^ZMZX`Vea>$DEBtk%^f!Om\bi7;!;Th$n\]>bG-"-T8]ea#B%8tu< +Le^d,0IJ8=^hZN3LCP]1i]^(Y67V,EC/.T:m*c9@baVCnKB<T=%9eLLc3- +pKp;;c%)_^5^9-VQPW%L[[#,d/bA6C`/NUg!=+%-Y3f0'cCaDCLENVmZOZqOJKIrd!h'4GMQDLbeZ@4a)EfQ0jW/o&m+/=_ph]1"[[hB9?C>.Wcd;m14a9-.QER5>3 +m-aOE_#\64"]lX3!YNXB>/1H!R89:pb^#?.=%)&5^>.UllapeXEK6t^B42iWFeoo^>1d0c#DgHi3T*7: +(-[qKej%A;@ORW.,-rYrS*$ubPWCeoW4RoY%F4#+kEEXKI!kDT.oCMT_Aoo9f@! +KEq9tVt8EG/@77cVY7^Bg=dglS0_?9@V3,J#jpdN`MkiQ1IJp\n?(m]/p"^0-YJ>eL,"\;N:N?JqES1j +%)11M`D7W?.4PiY8qV6"gJ'tl,q.N&_R?2!TnqVMmEXrF.Yt`tmhU&id[`*r%>G@`eb%5E;jfZ1QImnS +-XHc'j>8t[UFYXO:%W]Re;IDD_O2oQMWO,`hW^9d!'g,S-#)s>k"6uaYmO!q.q%dGplpa:C6 +ANiXLR8o0.].=SqZ9-loQ(*4e!k3jZ&Pg"Z\U&Yd;4TSN?5_G6W3Is.KH91+fT_MCOR$IpJ3F[%W$""q +]KU-*kAf`kDCZ*8U1T\\Aj71(+79Mf+r+l<&/O[%L"U*d)ACg\-Pj(d7R\\4c\RpIIeEQm,DjoTP,f5nV`] +[V:[*+t>24gjDU35rEHRTnDh86[5:^h,X-.nF-HK+FIQc9WEaVXNA8*$QiL"6]<==?k&18(Dl6l(oq-) +"043fLYo_Ao+3;0e]9]X+'?eJ/L5^O2:l0QF4NVb+#$+TY.Cia8%:X\fC=Hsn:B+<<5I[=`?u#h)PU!"kAtG'DPt,aN1hG;Db/YDm`]W1>?A8$pZU\f$Peg4bt5^LoJB8GL)_BGT[6h9"[tAH)!b +q-:=k!3)Ll6F@I-/MoupSitd5CMW+S!`='47SG\5I=t^SXra$Oh;.*n,k^#Sn8RGEh8?##jEXt%7]N"A +VAWuPGJA=O:)(Op.sVnSB8*@V#WX7$,1]BMZgd^lhfD?(g7:%t?4a(Uha?JTd`#c[]Z.RG8!hqdJAX.P +@*ZA>12Rq!B6:K9e&/ZEcr9[Z8J#=L.=%cs\8.m\(Z+48[*=70`iSri[3%<*8$cPQ]]G!*s263[`I($0 +r8ba-P/lNZ(%P>)4scH+<1kLY$*30@0>Xu.F9#`4;PGWC>Ej"Q0ctrX7hmILG]EbDl4X%thGKlo(d_oF +.gSRgB2RK[mp@TTrFYDUZ%"+-jTV8MH0_78AJMif`)g+!G*)FjNN#0B]KdVZ-P16L3.?G>&%jo6(F:#tbc#(t0tKahCS$'hED(EO@c6A?(PF`kIIIsp7t"r!qGp@27)f>&WU`5]k0D>,">;Zl>kegbcnYo^p;5Ia?fLU:i_)RqX_pdY-&G= +BkQp]Sq?/fSt*^mj9)\8==)+IF;:[sK\K4L01Io/+]i?kLiQ<9NuNSO#k>OBcPs[5:qJnjGc;JT*/u)* +2jZ-@VSpDcV<-)Vd&rFO!CU#^eOBA,0s77mA7_">[jh(DeMpbIO`dsO08W:065^AX;LbsFclGEXqIZR2?]U?9\-q+A%UpjY0e7^>=]nmR@+J(N?]A2+X`#o"!N[*b +^')BFZ.h*oc +i#sSd4`MN9Cs[GKMau->*ijLNT?!7*bc2l>U@c$ha,[q9b1c3,ARf^$PF=Il8ZW`4cEb$.hnM-An2FkW +Y+X7*TLmGBIHdi*JXF$jIOKf25a$=U77U)[eq26r?+]Zn(!&i+Ub"/D((JT)-pr\.CL3c!o=g']iRDd?W1d[S^OjlbZ$JRBMGn4kp4:lm:]G +o&O<74C"_hGdNXk45ZdE`*UGtU?r+[UPjmA#A)3sYZ&ip8OtN>Jd=A#o:))<]"ra\O;p"!%0C=12^jZo +Xh8Z-\$8R%[Z9gde7mYLWA$%"rX`4'I/6tP/p1^SO!d:Zu%^*,I^\_o2aI7Y#+\AkBGKFG#OGTfN%"a>5a_0mP) +@>7;_BD^JFn+I6fb2=%+i\J$R_cN(0%:Ll6p.o7=NBEm)P:Xe,@P;82M`maBY17N!fPHQf9GVc%VqtDX +f2-u/\tq2-Fq+'aDtrn8&'1>5#E:)i.>)CO@OR(Y,9:lWWgYaL0gV#>*<@$_992#q_&FI!EuA6SEn<76 +_)5jb6pfSQ28g_-DFQe5j86X%63c$m_YYoqE6G:V);M,%AFRVrdqtfg'?_PO.g"N=)-ipl-jZY&g32J`_/W:Z[\S+.^6jK("N=i#6m' +hEj9S2oqsP&cjrXitk7,Ij"6*==e1.,CE_UpL_0@#2`)>#Z8t\/h.cko%fVtIM`!(.Q:3Z[hJbNi-'p6 +\_YMGm:Lg2dPiE$7j)K`6>^W"6=YdF/DUjRm3'skhH!j3gaEU6D:[=.-^1rF5,(0hWVfXXN,E"]AO;))ELBra]C2[E^ +/ffu+K=>Z&Su]qN:)fuOVqn/E$s2We?;9QOBm[;ECSq?n=tbsNN&H8RHSIM^I:I!W3GT/NY]\tGBf!K[ +poZt]OZZcY:=X\8+sd2E?MA#CKmQ,\)=;RZ+GM*rA4>JD77Y78q6!+#l6R]FD[L> +AntT^V&nO#M7kZSU)2EdN:ATr.#AklFi1=\[Mb!#(TOE66T)TZ6?T7Q8C],,[kfj$^+tj3.+"Se6E:#3hoe))3P(JT1-;Lt[+F_C"P?r-s +RoujD!`Hddou.4=ih4Xo?7QWo9qc5+!@ueP"CJ/N/k>Jd`IaJ)S6d"rJ/rgFXG`>d\r33TEb!1@9)aEu +h.ba7$64VJq07qL(]18aE]7)>_M)Pg:r8J#L1.iuEOQejcVjgo?Sp;/k/!q_arR-nr-:sCnORfIl$4Dk5e +%<9,hd&4"hnNF_>M49$!rA"mB!Kt9Ja%_)7'5P;AH*+?m_4NLducOcu@K]KS9sEEoefR<0.V%!g+]M0R7@\aHcQY +>X?rl.GL/a`/N'!ST[r<"@:^:^Q2p2T.%b^Ft-p>Pa)LpWojP(i?hfLktEq\Bb,kFaBfblZI`t$ZF:;I +fkE7VhY@*1*"#W+V2!bFTb$TY,8+EaaDmQ+7/H,q+_kItoG*W^#GX@K5RI,3:f4oLkH2-%("[0[*b)MR +*[:]Y`u`a.H&?>#:0U)Egi+uS+8gj`^X6Y$9VZ%10A8?8c(8/,c5CDgS28m?f/ql>nA0"6%T&5riVKc@ +8h;#;0*i@J]oEoI3"Q6l653sYQl$`Yg3B!0;kq>-a[a7J+R?qrj-UkYS1Jn#H_7X"IV2K=p!IX1CK*S8 +7&PTKiB%j%egHpn`p=kCP1XVXD5&/"mA;"QlVN\62U2f-h.MfAc+^OI:lq5(VB@t`THH='TccQ('BADq +!Yj\tZ1Z6,AbT*Y!eT]AW3AmDH8?:;?Q]lSU6*"((<.`BbON98,n$P2:8+U,_0Xs!kr7<9[%SUoH`E?c +MX%U=$L=f]`HBn-!'BSF+FE#44*tkAQh`UCmGseF:;.W`2nnTSb[U>1:ll^VlXi&bA\9-Zg[cUB#ZHg* +!CIe$[)5SS#N5R?#X0hnM.5b\tN#>m4AK$kB%t,a$J=%QF!Q.ailMWia8u +?,Zk.AH0MRG`f-!qVd$PDcW]T;,cIT:8Doq3KInkJ)UAto!Hok*CkK+f$=nVmuG<\-OVu;#M[LP__*-kXn8<2e]CDJd?^6[?2NY>J8.:^>er0ZCnF[U+%*q0#V#XpI/4^rM)b_UV,BhLY&Q.'Kmc?>37#IR)J6% +kupn[:SYtob(*.9Nd\oE35Sq/0)[_orBMnN]k(qlMBPHe>VsUhg?FQkka*ifEM'PR?sbV7^kYRG1!YTMd)W*&LJ(l[)JFat`"D.L,mAViE(P2L\o0EV[o`VW($k0(kThP%$2c<0UJ#boc^!IE@=K\.$lB90!qT>X"/*_tBC/EW?BGDfHJCaB79X_^,aMaSN24 +FLhEarImV$)#>@=>l#dpph36Cl7)Rf^JkZm5giF#Lng'-<4fku&!nuNK"'aW,tY3i/EENlQG>WC-m"r, +PpL,Z:Y!Gs&A^dMShrW;*#+=S54?fc2s0M%bWW5@N49rCqIPNBlhYNK**9sO-bT1jL(K:jK1eSEn\T]UYWu1qSr!TF-\`0=RFBo[!j]4BRB5SVOCG%T87Bne;`6lC +XZMPn6,6-'eU-\tlE,33HD?J#g1^4\DggYilT%WZc5AEl39O[!EPB;OidAdlF%df??7"4K-pL#-3QI#i ++?5`qXSqcqXR)i06:gS>BNl_c1Edb>-SD3]IDYP1DE;^@deuK`h(Hq4/`>BkdRPF)m=a1uk!ij9OPXo3 +O)L?#bR.Hb.AYkurl*U;DoVcnm:Qip+RFF$&U$;cLkK,ki+pHRGWdH_VXgD3K9Cn&i4E5)C;q`:$?H*C +)6MIo>RsHHWrjLOZD`]&oq6gMEWE6IM_=ib],iLJR<*T&9OZ&ER>bZ6"Ki!C1p.(sG.SgfeoR38bORP.L"ht1/^=Yq/J_3n +!tVC+GJ"C&lTsJL79Nk+9$4r+1L>_IbqFktIH`"&kQ>6!k[%R6f7RDA>n;8I\/obGE;et,DeBe*G3h:2 +Ec=0DQu(HZ#E'I[EBWLfJa:.mMElp-FiFT5C)5Wp@U>p=X$ABmZeaYnarGk%Gt5A5@)`K/&Z0,4.gpM* +6Y$^M"(Lb+FZg=CWV,?VEQ#Jm@\^o@gf<^t8krt!' +`pk(KBrIC,aG:'Lk%3t)8n=Z`$cjhXh4G*4`S;'Aechu&(PE#)>EK_T.HZ4i%lI[Ci?_GQjoRI)_GJIa +L\19Y90$rr70ts"L_f+0\:(hJ*SJCIhQM(@>S-&`.7oa?k9:U]*DD'bQp4%V"2=/cP6h^-iV'>7d#nGPW +$YJ`pb?a.qi'7Wg\!)aS$a1jR1"YQt;N]mF9j9uRi*[!MoBXu<\:OG+\i`[j^,NeAPuD?rG8j#'K8''@ +/A].Pk0oJQS=<"e-OUM[E3MI&J0m6X2:`Ni967RN=Y>U=6#n\3ZC!fgPE53H+QJc00=Y!-QYjdfI,WJnb%CY`]6I.L)_.k%& +KbJnm$O"fZ#HQMmSL-:osnkEA(C:Fbf[ET3&Y' +_tSnRB;M)CLg'3%A.Z-)D,#X@Ju/tu#Z6&a1fRtgh,J$**NHNr7c#*O4uUtNqp(d;BlYP8-g.RRB/F;6 +nQi&];/_?&d)R[fU6mJ0@$W5'9)X%mXRq:c[X`#EP5T@o(A\P_?""L&.cpe13ZR3tZD1Y=Erg&)jpoC- +&-9c*968WfmCqkfFfp%cNN7@ih!D^mn_LhtjS1[ZQt#KRRj>G14[?>)nhb*CWf"l6Hqm +G`*&0oq"7jI"4i'?=Ifi7fC)Z>l@PK-Z9-Ql+g"Pko/B6h$7 +1XZ\6L0hN)FDs(aV9,UJ^-[-U0bGdk*G$cs4f2/+e3_+6(On0uOS.'X)1MjbBu3L\7&6N<[n6u=9\G9c +2J#iDP,3>%^1G/9l$h5c!9'oS03!m`QWqFO?&fY3K`BE;SXRoKW8BHFn7WHq9Duh!P52i1e7\561eWTf +aribd*c91n4"Eo:1=Ipqo?p"kNgSJ"*@4ianbbIUSrpkG[mJaZO'hh(cGH\h=hOR!i0+L83>FY!JdO/A +Kp\J45Xem^ing$Mco(VRkVdc9a$@.KWHsDi[/Wq!lTKai\1/^bC,k!KP_Cn.Z#J[ +[r"GJs#RRpZ+[PdRujJK8\Ao0:t]l\gI/o:cEU)KMc3t1Z#)hiAjRFgf6.=W(hgsm:c\&o=#^ds +O,gO==RA7#>A[5nlVW\u?WrLBjGh@t3rM1q,e4AYoLs:g8B17sf>L)E-D+"C/91J:S%6W$Zc'eR/tXGE +R^da2/7X]s@mljHR%s"Qo(12GZ(i'Y*l%K.$+HObCHiWe`iE,`i24FL5(;Q&W0&\MAQi=)ka.J@QglCP +e]m"c'9tTl3>hqb^k;/#4&*)7G$i\+&QRM=bW2h[gq +QW0_mYTN4t2Vnu6DRs7(4W&VB_F+KAJ=H<^(et\pd4nePNO']oYj&j(%*qP94 +YtKfN%#!8k<,`P0OW4n`eBi3[$Vq4'W*%(n2#7&nM;F[l3Lj)Kl:G7`/k!`g-Z:%Pbt?BGcr]W]])G#_ +@BX$3@6$YOPAUJ$G!9c>+C3K[XP[1dSk8f3-7F\["U:*C>P/r0O.mUOeF&4je3"cJS''W5U#CgJ0E,De +kAoaa,E/CLd/->nW9!lq\%.X!9GNA>q/#gd.uJOQ&*/:!Ht7Xf+J9\`q47D7<58ghKW57pc>NkGG_5iTZig2&k(bj."o" +--/#.,0ip/;7>^`>2ObW4),qunVb.AA]nQn3l:$PS>#f9[7rYA6\WKCjYWN?5,OhjR6K^XrV\\lYpSb> +a!0(>2U4`Br"dF[PeuYQmbuX$pYp-m.E5_O:2;?i0nB2BgYA62@I9#c0:=gH".UEDhIS"FA +Fmr$.6#;A&01j55le[u,,^_0+&oANTg%Z0p9r"4O<$WDC%Xj2Be9%(*M<[/,kuaYhYE6d;FbD>D6,;B: +.oPFHUuuneLD#oV2j$aNjqh/5qcmI^_PD$+8a>qkXq`/+[GiT=.qXG'[;sc[Xl8"frgpMd`kIbVg2`c' +7)c-f@(D=s_[?4=OWV@5$S#nF2TL>'`0c;3703XqLJiAi2__7hBd/r:(W[EE>]H:+U=>kJgPHA'e&3ekT&X(o9( +oo;YIQh=OaM;,9*JcUJ:i>@a3iCD4(82;)-0V?CIkVEJE2QO9^Z_")^8IV0_Y\M@>G1s$SI7:'b+ncYo +Mm:mG$g^F*@.l)p:A^Jg-Jhh>/,1LDqE`+4JF=igaA9ZME#tdt66MZ1?j7I`UVrBFsI4ob~> +endstream +endobj +7 0 obj + 24699 +endobj +3 0 obj + << + /Parent null + /Type /Pages + /MediaBox [0.0000 0.0000 491.00 428.00] + /Resources 8 0 R + /Kids [5 0 R] + /Count 1 + >> +endobj +9 0 obj + [/PDF /Text /ImageC] +endobj +10 0 obj + << + /S /Transparency + /CS /DeviceRGB + /I true + /K false + >> +endobj +11 0 obj + << + /Alpha1 + << + /ca 1.0000 + /CA 1.0000 + /BM /Normal + /AIS false + >> + >> +endobj +8 0 obj + << + /ProcSet 9 0 R + /ExtGState 11 0 R + >> +endobj +xref +0 12 +0000000000 65535 f +0000000015 00000 n +0000000315 00000 n +0000025442 00000 n +0000000445 00000 n +0000000521 00000 n +0000000609 00000 n +0000025418 00000 n +0000025896 00000 n +0000025612 00000 n +0000025651 00000 n +0000025753 00000 n +trailer +<< + /Size 12 + /Root 2 0 R + /Info 1 0 R +>> +startxref +25969 +%%EOF diff --git a/qp2/jiman-processes.pdf b/qp2/jiman-processes.pdf new file mode 100644 index 0000000..9e7f3a1 --- /dev/null +++ b/qp2/jiman-processes.pdf @@ -0,0 +1,812 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj + << + /Title () + /Author () + /Subject () + /Keywords () + /Creator (yExport 1.5) + /Producer (org.freehep.graphicsio.pdf.YPDFGraphics2D 1.5) + /CreationDate (D:20161109215015-05'00') + /ModDate (D:20161109215015-05'00') + /Trapped /False + >> +endobj +2 0 obj + << + /Type /Catalog + /Pages 3 0 R + /ViewerPreferences 4 0 R + /OpenAction [5 0 R /Fit] + >> +endobj +4 0 obj + << + /FitWindow true + /CenterWindow false + >> +endobj +5 0 obj + << + /Parent 3 0 R + /Type /Page + /Contents 6 0 R + >> +endobj +6 0 obj + << + /Length 7 0 R + /Filter [/ASCII85Decode /FlateDecode] + >> +stream +Gb"-6bH>\DN[<8k?a5)':[.gk)VHfPTF@`niHF1Q>hRaWiHfVDpR^F_K@4#f3e5?Y<2VJiER3:cdZc/: +UaVDK5LT/Vgj)?r(m=p^\(0fc`quJk*'t]c/4Grs'8q1CR+p.QQH_7&(\H# +RU9'9&G/curXb<2r<"#9ouAK;DuJX!J#FZ%4T*/G5!Si*5Q:-O@8m)JX8F]0s,g5VdaQA6C0G#`AWWM# +lUOPDX/,8qormX$HI0)UU7ZqbYqGtQ8"Jm7RDO*4X!OI5hZ>_gCuYA&DQiFZBm&GtU?s&h7r/P+P*dJ% +9CMEMo_"B]rjRYHXZq=1pOCBGq);LVjc([7sR.u?d9a=p1W'tSCt&nFZk-i?g?&/B\E^"om'slScO^l?'eV?a1eC]?+6a+eHL-&HNIeg)&P,$jrb8$8Z=.^Aqcam_L +erSN\It=[R7\`k?FCFl6LZLAjq1kn*Ik4g'Uu;/*o$_s6GQ'#:7/RI>042bq[srU*bLR;,PcrkTSb[$D +\Wbk\#p*@J!55]^RlTqe&d#bq32I.X5eA=&Q&:&I-]I_$GKK`lmAoVE/k3akF.bm=i9Dgo^FTn>g!T5o +5/nk]mAoKlYYE%W-)ZFmRm\&39f]$\]sFE$J^u[-qS)1lZtoSroM.VOl[@&k/fG[#)JZS9, +`Hb&\GtssSdIJ#9MpG.F^5&,H[X4q@N?WfQqkR/L?mDUnZQKQrU#.NkcrIZ/GBMsnpRQi1&srK1KTl/E]@ +_3jPo;/1Hj@94+*j6i=X%A3/9k<,BHr9,*[6iBecID!??)(s5n27/pTD3IsqYFj'N1P%]$A+J&SMiTio +R$e2eEG!4(oe;OWICQ6!g+f\bmOPS,*!^!=:A'B'O7:a02K77!r*mY^jiWsnGBRq!i:"H3YfjLGPNf4V +PWheW??f="Sbf74f,R8(]d`d"J%dmspBgUVn5>1_q\d^9g';d#IXM@+U$QGQc`jiPR5%G'=`Ftpfh`cF +R]S"_X':S@'7U6^JY.)>hfqQ"[@LQtCKB[c`TuYafoJU>&9YVVN1,&8N:5p74[:1BUUeMg$9_R:^/l=p +XA[XL`2\;j9[8DhMnl70*-6Z,T31cY(?bo=l8@n/[^BdrYXY.02;FlKM4)_97$h2uRGSH:Vuu +6RuFmJ#/&nQ'GVgGZMQ#d0E[<(cH94Rsh-#L0)'1qp)CR#`,kYKnF!`GLl[4#A59!=G78@Snlc!3U4nl +<`,L*l!,`e7^P\TXp=WIEONEVUSDqA*^n:3(\o%2gI(#OK%ddt]=D;7f4];KQ3XZ2]fV\8(XS#23TI9AR*jVT6[nD]kM0jar9W-gCUf<' +I^DPAj`@"JG57fj)OttCj#OS4lBiaL2g24CJP=B]X:+BCIaE+`F?RlQ]>ce$'?ieTh6ld,PMCefQSpoW +/=`GbIX6M,4JgM.#43AQ:-G`h/O'7uGl(XBRSLM]EFq;'RJml@ZtZQK$p&ccd)gRbg9+_'8Kd$!pX-i* +?@aKMD9fm;e6UC,G!lL,[^Sbi5<:)!L$K1cOLI5bNrjRWn^l]M;gVc]3bcF$;r>rY/CJR*Y7:^T=`*@XJm;LnP$-ZadN +EH$?Ws26&a[a%c'"eL0PAm>[*#d[&N?t8IF"h&3)RaVM$I*MFRX*W&s&)&o5pLfM$\b,V$6_:mgc5EGW +rgI3Nrhd_1+e9E; +&aB>43Zk="-U-^IC-/r\2"*OGMrqh/\Z5[dmlo_aViPNMoWcT^SF..Vn^YZXrNraaNFD&DG,?ts%VKFC +>+2PWTOH6.2k?VqeRNP#6c\J$FU'K!.$YQ]B:<#$Y?%3.$q'Ki1QA)rFJ]W_2\6IfQ+,$l/8d*LS_k"F +-DpB]+8=1Y%3M.u7Pp%u\Y1bg[l7L7F@mKFNS>BeDk5eT#]#Enf#@$1`9i9)GhtKrn/5T,N?@12h@GUL +\:d'+b,[L$#P(n)fMESL +dhk^=S7u_4e8jqM@gFtu44=K"9QRH4fm_UrVD6"nR>#f?[=:9e(nt$D,Y,J:1QD(BQW%(9AalS)37\RDpr)L8U[(V6II0)Ef[nIcc8:9l=6rUj#SqDA[2;>% +4(k!#2k;?k[$TO8`Xm5,S7u`kI_NUc`_^G3di=#sNA/X7rl_,oNO>8-3Rdd$:7Z*H#.$-1l[@UP9QMTk +I7[ORRY-UF5)2jF)FH*K1QB`\d[A+S$Lk=jp:GNhe2#Sn44rd]`OQNo^"9O\KSK)K +c8[*]gc4j!Ys9X8ccPr%_clALII1YhD1o>9!d9uE2Km# +_TKoe`\;=$T7s?a`0oaN^R4QR4@J$I[<5jFnij!h36-TRJt\=fa'`TJj5j,)^2D+!_GIB*Nt@KKKJ7d( +oLnsbW*O[[kc=4+:ljP\_>]2`#KLoXpno,*-1_lAg.d#AL/p?A-J%bX61OD[q54LhrWC'I7DFN5MqXFt +N4oXk)>+:71iN6.cfsP\oC@S4GQ5^5pi$3"5Q7"!q>,C8q]GiIQ2^=RrV?C6q5=/`?[r'ukF_bEO8o)! +\TV2>Am9TT`\6<+gc5"UnA:?WYRte4J(]g1(Adhs+7mA,J+T.67f_s5?S)HHr%0W"nK$8\\\HeF.UL9d +&H2NZr?/O4HS:456F?A+0<"bDIlBTtJ"u.58A=Yu+eNTi^UcupN/.(bI,XP0,,a]6gLS;^q& +jn[Yc0O&.IHeP^)g+N:DK_eb2]?3#"s4:tg-9GtSK5,Tg:>B,@LT0M%m"MJhLW"ogH!j*2;kB2BB"&YU +SY[ZW[kT\.Z1S>b$L*2#q`+`2L!F(3?tZ22V&e?4Ztg-d/cb]I44:2`o`ud=It<&tN";eeA-Vu1biA9S +$\&29&O-4;@,[9[k^SIkpm\N50'QZeeDU0TS9c\i^&W3CmYHSkZ;>l=ge +,6[uU%)MTWj8Hn70+:GG(DHIj/2;p[mF[JqIQ0%1kl=mn2rj+`?#>(11'*^>aC`NU/\CH[X0Sne1I?;/q@-LJhfmTM`2<;Uiod!*PV5sgOuip& +4Si&!CthQA@eS.RP:d>WmeQ!!e)+(fWkS.-Rf +Y7$gT$e+%j2m.>NffX#=)Z')QZ"MTWZ2>1-dnOl)YuA\Bp1gu.h-t+oTV$,YS,JQ]V[e`cL*#I=BkLMS +4+%2omCK9=g(A#Q9QWeNP1e"hBg;V/hVP/Ka47Gs*cK0JjB"Fo57X.5$f<&\NNV);ioKeV6[""cKX$sH +;5KO>CYBrQbpP]D%7@BBZ)s)Dj6V-D\G6Ukr!8&q1Yhp?kJ-X02E"7\'>%ja,ugdqEOkB,cKVDR^Xg," +=Q`jVl/;DRWAk?nYG"+fBUG;3q.sGmfS*K)HESDlpW_p\EaTEFL'L4F-bb8Bg]?6T43Lh4&'h?=gA3(S +#Im#"rGrSQ`HsYBG%c);o5r#SU@6Rf&h-bL:T]=nC3ubgdud\E.]6nm?sScOgSL.Gm+3 +^Ob4r2B6QNhnW/l0/UD>JZt3sL:Zb-af'IrjT9F@UZ]886N%?PT@<8-s+uB_ATq8U%7bh&(sUrXI#mqb +EH*r')k5O(9p@7^@5p/H.mkV$Nm7:4.7>%Qg7l++[gN*3Qk.HgDX*)':cF+#U'u""Pk@7\4a`BA3HL2r +oM+9g?%DT4n^YZ`aOAh_l3HfkkHn)s"MA;EF[O4"7lQ50T8eWc(j_G1bY&TD>A+r)c[T +\Qu8G\nU8j^\[CDC*%\DA4L%M$4B"t+*`S-W.*h\fhjj,2J%Y(l0"-K(&Wp:iAj0QFifY)`F$<#\]gi8 +0QY@MA;<10YE0de3^5uT<&^cufg-U`UUou&ZGTia+Zo$PrK803c7NR^p$bM-l8%SENb<=PQ!KMNE-M=,3tTUYf`0)^/jVkG" +6E5e,GkE/*A4T)-XsX]C!XJATE9q&bs2<+B#E2I%=(-C*\!qsHf._GmT8R=d^ggSia_#/#ib"m->QWfp$Aaq..0=&8eI!p!$7Y\?[DQW`_2P0K+[U;kH[t\EgZK9LmAoW7dP\903 +#J3pod5ITeHCp^?U")WB\\&5c@h,)2<.=T!8$n/G]n;'?3_b3\E$IKG_Ar+>?,!:n$P1N$=2imVi:6\b +lW;8(P@mmsl>kjJHYDfIIbr\VGkKraZn^^IW"Fdgc$AN4QXl.[e4`q)(,];H[meR:aK_]2mB]BB)H#.V +!kUm\^SF;Xm=n&h?_p2N4ebB)r=+\=CO?u(LU[?gaUP86#C4Y1>7)PJi9 +CAK5.C2>g[CA]P5C?uNaC@#k@e2Y=LW,5ZG\-=qL:OL_Y9@MWS).ZcR@Jups[oP0;rM&Ss[YbMo+6P-( +;20gi5m91p]8!]-%!?O`B6F\\pA3RPe7e)5WB8HgG>F6<\fNkWh9+9U(J;%&.gm4/)RNNOTCEU['n0WV +6`U0CAUuYmZ7KsLTSo6BcGkscZ,$1&Z7KsL.TR3c!0hkQZ4BeCiYdk8= +T&2cCI/BhVl!Aqm1hlJdJN3'4K\^^C1*E@'Eb#g!b8RR/HG8nCK:?3Y!C*mcC+3!-Du8(Gmt:SkVNqj! +@\oO8&+4ZJj\Sq:AM&\?rVYH&j?J"_ha)U>;37+`keVER0_P]OtlC5J=5U:1dSV +W]Ap?H2nc%6LNOlFc!FB3qZ-%!;1%"5r]8DX/2g,eg'ceHoO"\>>2k0h')]Un"@+'ck[PH]VPqq%\9c@ +rcC`HJP@q-FG@n\U^Rt9#L4BSY?tn&863@b]3I?s^U,)+XAt>:$g^Ob"hfD7cl`,2EX*jG7/M:YGbd@7 +!(5>I6\frM>kjO>/H5f:'M6hpF[qJ-$csfu\)kK)*<#]OCB'o3]!I(lI><(IE*!m?bN;oK@rmP1DCM?q +qhN@f%/T<4DA+jCNeqAB1s+nr=^Q11T_ZJG.kY)i=8[*+3@EN$5K70E"h=!(k`LoKqWmA.a7q>t"?pO[ +iYSDI[m#M@?i>aQRGuLRT#6/CdnA@-3*SRV8G,Fl+gDt[ig1_`)t!&8X'aA\'th<2UZ0mHl7^L%+n56B +Z">]H:OL_Y_eksjb]J^n\=,(pl>fB`c`c<+TPh^g06_*Q$e1X5cK*Y;*1;Ki#VnEl;`]:XK*/ZMe?Du. +A3D>=TF%$mXS_Sl.LEa=0Loe[KY)S\@*:/(I>4kP@NRN#2ic"&1=tEhk7)Ae_+.#DQkJ,qcn*Oabtb;r +KKuU9.WsV+=(P-+k%\]!aZX%!T)6#gpriZmYY#S]4i,F--.=MN'$npqj71'=g3/Z2gJj;L8u +rLI2!VuOJ$(h2EPa#5,M=4_7_+YCTk;\/W+4KKq,LsjaYAgoZbjbYVZD/1S.EE!ormmS:'?.tk4g[=2A(<.s.`m&9ELV!P<=[?)E:,D8n!UNX`aP5r"G[TP;9G0,c%^c.OmUe^S/G@X3t +VF&s5&Q2'NTbT04n`mmXO]Fh:p0B=&5/JRAT/_!Kli2^qM#u?&"a>uCG&r;dr?q`%"uNLMoCh*o[Z#YE +-RZ(.#M!%NBaAM%RbZ?,I%MP:a4;LaO0g@E->bnrGM=`W#:7XCOsIIWns[-1=>MQX0qWL#f56r`Z#/'=C>\lJ?mFp7E +kBol6LnS0"/H<(]Z-N-p._]X\&e`/@,0tY3?Y4M#<4eefqOj#f8pQ#p?,HT\*o^j4R^DP^QV!VKg*N$Z +4dZ0ei;A&#H1 +eFEPB`pCfa'B'fE]1mgPY*2C4dP4CXmETo3AG)]X8AqJ7\VQ^>oCY`CSFjk<>i;Oa$ +mXkn:H9Ak_K5rG%icth+e:[@te;P\8L=o6iS.gcn6-8Dg;l*5,,lG$?NHU)QA"HHUNdYg!$'F>)X/t&o +NHHr:i?sZUFe.!/Hl`1Dpq"a3*++mtp[L,n4ZEMs:1JYd]jtiBXi\Ub^mee\7GQA4=2[7MHpuJTj!0TS +A-oFHj=k4l<'=IN"V>Eg$BDemglPHNl`RQTP"Z63_ihs/&sdglg[4D2V5F%p'qUj)DQ$2[hXoT[3u51&@opMG?mgKdV3K'@ +,:@cEAFRP$&Y[Y,&d#?[?h +SmsnDd8pNk_@0%'K^Mc)W$9ip[;N(0b8^b\)!:h-LfcU@0.(\d@;Ne4[JWDDR]hL?daj0#"[)DZQSjN_B%!&pHt +b*bB"/a^7Y::+g]Zr0??HQ>1DYf(Te;XW/Q>0/9i_f%(T5\s?VBn)8O]5h;8G6&b1A=/ZTP615.&t`O) +kQBKsJ+5"IU7U/a3dr7)qar*$u"W,TaR[nE<],j#M]'`?R0IPKjr(AUR.E?V;An9l9>GEX--]f?mauDZmlU8#"Z#o!X9Y;"JlL#n^TD%Z14X&LJ +G"H)ER\#Vq96ppar%fTc4Lt8?l)ET9JYbe^kh.7F+lS<%M;]MeP+e2L +98'ZF!loNumW:XsG"&e3M7H7fO3j0)B1okTH;+i],`ZS4m1L@X$;P9u=M@&$Z;51uQ/S]QF&`"h-&/Db +\+uj<`%H>]mn]SG.4^)?P&:eRoQu8,V88I>iGE(.YkIq51rL'2lPkQdcB6ZR3?djH/P8C0$<^Y:m!uh] +VQY^4rPD+L!,Q=Vj`dASo-e5haZ58l-Imp10@^HlY.>Dk]I:]3@Shk.^;)iC7f?+&-cDVJF^ssKBMW/D +2_)\L$dWrIpZ5&TU&Y!_r85_#;5%Ip=44GZ,ih,g+U];NB,/oRZns6iXe'e?m1 +STqh)Hk7>&Y=#.E;f"AoJ1K8'_e?haXH6J+@*spIVLHGB>f8V`=g'aFHZCsJX8S8qR.m3^V'U@da0ieC +>U>/Z]7X!531$V12s4WO/oiR#9\&'+7)?Ee@neN-;;YL9,Nec;-nWH*O^L#cQ^>4cNR&)?0d9!P3i2R5 +_M2p(31Y#9Gt:$9pi:UJq"Tpl^YrHgmlDJXa*.$`MlLX#ZGt:F_c4#I5 +X\erVXBuqA4JcJ]naUPn#l,pX_sk`GX/T\.Ft`\b5!L;:eEdf +#3%**_@:X/eLB'G?0;o;QkmcU]QAp!JbLgg;loXVj\ra1DM>i7ffHP;.CRh2X0\F-%FNqJ[#j +Vq><:Un=8g0BB%`^j_16?d>u5@"$NRf&q8@'^Mf59*_p)Y5&g1=OBPUnqI#VHf9R%.cb3/mgUkF\"_5Ng1%A[bn6RH9Cr&O90QXO,T?Ic*cr2g,22fJ_I=`+9h*IqFEW@O939RSuVb^_SPoqg*`1# +W(f3F-3\/9bY0/),,BbFV=0KIFbG5`d-B5A1MN"E_esDhH!RY(83aT<`ZFt:B9;ucCOU]O>D?FN51@1[ +bTM=Y%1h6V4<<^H\&Rh[@#0+TGRC24Ud+Ae+F"b3aTji1HRS3Hn6T/-nnlrZiVBPr_(/^fPn1:B'7.=Z ++5OTh[DDN:EPreTpKf`4ksO:s*S`S;$nY8N#Ed\[okNWYldbj]sPLtf.+n?iOGI2n) +U'1VYB\;ceJ_]/1!Z%>S7gjQHF@6L=N9h:'d./\j5ZlD8J`5Y8QK\@pmjM@)rD9kOHC7Hs1XU3 +s$k2H(3u$4_9%O=,S)6bL@`R/_)3d]/H+&.3t1k>]J.hZnj5mZ0!Oe9r=]!-m:nTGX4Zb'&bpnQ/$@iR +YK.+O:./D*8eH?247."J:52t@?5T[SGnEUG-O*Ar0/ML?UP;N]Wiq$+W^l!blE@_;S,T:[k(.l!h=]r^ +o\$hAc?>7p7:$6iq+UABHsoT9X.NadZAt%`_Pb&g2sc7Eh0Y_f/U6>F?q+=1]9ub[*jD1q2DcZL,#@(Q +1@i;$NQ@%%LMa=e?3F_B_M(-s14SPN(XXi[0B0#DhWb\nXfK3q]QfJJ,Gn1#F/3.Gc&nkD3;Nd`YdkI' +J^lrhLt%V75;uN1%cRb\F@:WYDs;/]?X[/r1KaUM"sP_MUV^9ekcZ0`1dXW;"P0*h[uKH3I](8%dbESu +Pnu2>5Y!Z<,4`Ut]HT!;lb7^kBoC%?6g$qjl5!NO]X6mgh;;)SnetW/RmeEK/VkIO34'8Hnfk;-\DSb) +M5A7:*Xi +cY(b5-!cWLJa"bU=,2M(_E/qpo&,tu@AHDD8fh&H7mQKkmN5uC/&9uO8f?[7U +&R/M\]k8?UjFs9>OV`bp'mX6$g>N/"'G%g+Tl`_0fSJfVV*gAMrlZI5Io]Go8*#B-iJ>-cF@BNKqi_PnXR8'+>/[Wmf@fjgd6CL,V'e%*QCd:J*^ +0Hr0W66JAHlc5VMoAoL5FuYN'$ia*m?5T\Dj@)?E>=nn]UU89t&R8Z&2SKri`Q!A&:/SAJAVX22+tjA$ +LqJNY:"f()5PE/*%G>s=0_n%dWUDbc]/[RcY6$NNU;4:`]8Dd'j`+o]?]c-Nj$@#,<>_arX@YOX(i.P& +e2jF3)OTuWVDnuHHY:Y47-'&q*0D%gP%L[b&pk.Y@P)CjZJAWHr$p;DH_aY#0)Yr`X5fFRUtK%n7#0"- +$W.4q7)A5enb7E>:%l)(_OBhs+S5l\7-'&qF[]V=069Nf'](WT03]Oijn7kdcDPdCr*Io(H$pHg@$U?6 +-,/Y->$@,c3(N%L%f.KS,1URCKS7(.4ao^\dN48_WhQcS4)ATf[ha'Fm<7<$<0Ys]H?@Wf.:0m:l[DW` +L)p(="g5_$aL%R.l.TD6hU +oG;7Ed@rUonB`/Zr[0lJQJ#HFaG\K`DIE(a,50f:==^u!EM&NEW_Vm"7s.`3DUOtk#/P(+Vr:Y0FfT1/ +3Bh+_OVai'm2C=T[gdWNgOlseiq3/W-a7:8qTEqE0Q6Q9iR;3`8*#BsEF4hEL?/qsdMe5a2VNX[ErfRFL29MFZ\]oGs]*e$QS1uLdLsV0tsH)RZB+q*unY9=bl$1P3<@O.3^E;h65R*_ho>< +dNr+]NNXu(-B53(EDIN\S`65!5,&mdE3/m*MOY8BHY/#ioF'-Z<9h'cH?dcQ\l=bG2loY9VMMl=e;cAe +>Mcqr^ZgWGFh1''L$bR]7:$gK&U@gKA4V"72s8sZ?Tosc%d^h/E*Vc&ObgY(1p4n-__iVk%-<;X#Xk;M +$THQe&U@f`?]c.ZB1-'.O5sBI*VEV@pDiunXH_Bpr2.MrU*%))?4_DL4tDA66s^"jccUst8**Gmk?T*h +?HQn,Yh"h.WM.sRAI5GD6Hi`@;Wr_Y/t#p(MQfb9NX13sV'WL`17(aRfHkU\X3XG:p5n[)3FDd/L==P8k"pGbm1Q/G +-1c@GqKV-adR6'$'d=N@@BYKqX^X_5MANV].i!^.-]mOV`c7'mX5/VMLON +r1$(@P1TX./m3E?1p!UlZBd-*?G,g5T%[[uYV_a?eDd?UTFG,de?PTKC_Z!:Xc8.ZK_9HWGtaN!AMl.n +Ce`_j_0W\YE^uMiFQ#QPf$f=dm]`8ibBgacUAN2]C+UIll'h/EKD!`?J^n0%%I7Htd13Ik@5( +?p.d-+`I35LE(nqE_f"jMb$D^kOtD`^el2R2CQe))RcIP\-?mCAg8\Y4@nlCG +s$.g*oosP(lRAf$lR=8Rlfi3!Hqj#[rtJR2Kjh%;=am3UcZaj"Qa&a+@m/WqY'YL;l[es;c+r[E +eGmIbO#cJ&lF%R[4Yn;Yr-cYBki3VC@3%5\,GNN@$p5-XeK9Q2]Yr^L]1T,Og\e1o(2"Mt2V=6Gc#R%O +-D0\<"%cu0/=P\0Kd8?0@UW@LrADQMki8.r@6O8Wq]_c\ha@kn\FS3P)R7\!XAd8X.LVJ4Y?5>5ECBG! +k4jU!>Yi@8^;3A\CLTr?H"2hpR,bL]XV&rn-s[F5p8[>6F"q#EeHgDT)<4@%@H41O]ZA)_kMmDOZ63Y) +Bo#jEpkWC,_D.Y]nhq1GHY,Z.c3mS22r*Ct>Ygr$bJ'RFjP*3D;ag6q>+q&r29L%o2E^.Oh9h/GLq]cS +n$0$Okd).keTlPUpD[GH4?:Ec"4rff`DDPM^5>9H=@Xl*8aE=K*YEgOBH=d*6er=dI2*\`XJ>K[*"dT6 +`2+1@r`p+af)M=;l%ZR"+1t>>("$)#'+F3*TbS/fJS6(;nAJ)9l%GB;C!WSt1pGPk>56&/?tE*6k\ETY +q)GO55/SThqJ)#r.smTkVSUXNr8lA-F@J0>m"c]6Hs(S[c6'\;gENB\6?o&!fWCor=Z'5L7.@UePn=UV +26SNBc[&s%Ld'3TQBr!*ou71,1aAa@?e`4;qY1gRXeSY!cuoholbq_'l_eiYX`WLof.3TA=)UM!),bi% +hKn!Z6sj>*8,[#UM!/p&6q![9W%4Ugf6TjW)*7IfTClEc.5Dj=--7L\q&8Q6d:ZQ9M"OCk<><-uZ1A+1 +V7e)L!lmo>YA@d$,mB*5pSj)`L>BmH\K^nJ[EaTl1Gk,V;r1eO!N9j4)B%[cs)a53;P8-n;`-"#\o%Y! +Y60Im&7VIa@f#:?dL&7.g;UW)lBZ +i>*#RRR&Wfp\a$!8tO5u$;+lY29(C'Mjl^Nq@)Ug'VKS;o[sVB3?n;..BDS@UtD!KG]SPQjEi.g2dS#n +=5dhd*[06,rJalU31b@0`H(g0T7PUSLd$=gonqt>Q;^3Dq0+$W02V;U9"V#MQ,Y_Vh5o4;pf5$S_]J?= +R2>i%,bjc+Akbur"2+,)@(YO@HaJ5PAC7Z,]rV!V;0G%5]tF0'`SR/eY."q;4#7lZ0<4f(hX1N.9/Ck% +W;\=hA37!_HY5>ar=(p9C"g:5nlMWKL%K(mRb,;e.I(d[Z`&tFCk'RjjH`AFcel4'WC0d^iVDocRiU1e +J_b\'%;&OasmD6u)LA7;9E.$[@a996-J_tt:EoCYRcJn2GV:`=T3jS>af\MX!A`pgD@heYj_ +V7m>oBLkI7H_:R$oIQ=6D9m:l\'^KL&+=R%fLd4uNp/2<4As+!fEu/4&A/2I4O?IpEo86$[VM2Kbs#7/ +))p<:H=W!4oG7cd:=s5ZMNM(sck1A%rbM[*9>kt!S#q9+5:bPr[G6-qUC2'bjsbH'-[tns?.>ZqDn=X$KVOd>P`3GdS3Mbm7[#Z$5Sg^B6Em`jaQL(5QNT7!]-#koNLItCJn*XVEW[ahb;^@gq.X8ZIm&E^C./dXg[*4.?]T_qH%d"9nUj,dS7^Z^7+jaSK[ +25`_R0r>l+/^BRH&Ut2CAE#WbofmHGru3t3WU>1K)2T"h$%X[+9tll'fg##BHMU\@hse/Fo_P>O5F7ji +/\C?oNSJ/#].iI:a\^eSAXR4eH$?eo1n+#;6]^A!A9GM(ZRGKJ3is^7l!$=[8'>7g/BF,cpWhof;-gXN +cUh^iA0*ClFU`9_d!n'>^SAqp/L*(;qH"cQh&`\R4Yg.qRef\Lo+-j.8q!K^.t"-f#AXQFDG]T6AQ^+F +K%%C$lIUBsgqm=p5):HY("a^-\+f^GJ;3TOm=k3LO\fp[ZbpOrk?=tSo.s"g`>id%P?L,1q7Q]KPhSUE$c(a6B'H8XRH4;5&(!(FpAm506euJ +Rlp+FRN0RGs%TSX+YUdmfXSSf7rKE0e*atRL#Cd#.tOPI/Mr3Rrtr%a@E85`\f'o'(n5qr:IiaA`j;ba +2d;YkXI`01o^mk:j-PC?8R.f7c-BsV^\qp2=i-cXI$'/aA$#0':0otN +&%%icd\GBuo/aNR@6)q0!=aI;+lAiF^,j(@gfM^$!,-W.f:SRir\HQ`rE&)@8[(^fb1muP2'k`T#pUMB +oF`t=2I*OuPVq5Ep?ci(`8;)3G.o.A.A>6q$C($a@eSjZ@)$#X9A,hH*bgDu&H2NZr?/O4DZniWNY19F +mPWk9F.STql"Tr0P-=ea*p@GC?5K.KFX(8g><'^GqLNK5ruS.hrq:g=jnYAbXpa6(T/O:'k?\+>^p`"+_l]'09$Z$>ErJlIp2=7ZT5)obZiTa7p3R1Ak$[q>'V`N"Gb'X\WBuCO(l(S?OT^*H%STV(TIBLqFDV=p$@e +O&o.f_U[G^9?Nr65:t[?J3+Qo[/CHUQk;i$KYZIM1Or]irPTWC5J%T.pWOXmIN>LsFI;oS_sWn8iSlJ2 +*T:YcZfRQqX'MTkpB+[4Eb/=%:r?lHP\h>b]a15DSO7"<95r0 +*90=+M,1d]gs8jt'CRJb?_f[=IV(LfZ'*A>`mR.]'t@,ia2E,7IDc5dJ/TIfT+o@s.o)Ah;TN%AE.g]X +N/bCS5Mg:[M&CE)l$Ims1X6Nef;LHA0QtMq=TI^6C7"2jt'-Y604_XYpSibgf!XD5kVY82InVb..pqj +GGS9N*CaakFh;3M4kcL$;>o=/%TsI=o"a/X%ViW9mIY2Jm2g\1b[kL4\eag5L$]Wj6["`K=2"c*s+uYT +/H+".H*j()@`>N'3)?hMbL8PP^S(>I&,O0]\fae(f%<;K?EBRV2fI8_2i8!8EqaqU%EFo>#bjPn](:UJ +2I6*BUHbCGXJ)(4p/!JNMI-Ti5'"nY$_&S3$tis/F!+'J;h)Y5$d%sh_Z`$b#>X!jFl2*JbR!)JrI[0C +&d>B@(\b_@J`.*-puQ4DHFI0IbXfdh[]Xh4ZH/DnR'WTgh1Xjj]J"BeJW#IZ&X9Tbnq4k:aS,f2MHR@] +.\@a<*m9$V4=bmML'%iq7E.!)&p;QV%*?rfeNP9bh4Y'bCXCmm>"aHO&KZe^"V)1e1I1A>L`-i-dJ0s; +p392RFt1Z"&u]4T#O]+q`j6N.Y"bS'O+sf[4r_W6So@L-LNFFYpDsmc3r:@#IL3MIQJ:4sa=B\tf+3W# +:?DhgPB`0N%0>Ga?eFgr^YrXT(%':2gTOOm]`U:>"trZ<^r+G$h>:``Bb*0.Yl@(+$gGB)8kj!7f`B4T +[pSK-FQma&K?H/83!2$O',Pg>"C,qapD2k;*@mBq<-SkO!dnm,!COT'uHBEj$^s2;'?`%SIP@qn4(LqZKAaWRLm?c>&$0@=R(!aj_;WbX.e&E>"8u[8I[O8&Nmn%9-qWCbWjn^:2>!aPpQ6LjJ;QCtb18It,3$huCbd:D$>0rCXU9DG +8?J2"$L[\(mif(W*-O\aEASiH)B:"N[2PVTVUT>dAdPHeRa,Rn[2N:l.CFgS[=f^2)T"Qa[2MqhL"'kY +]h>?Ti)WL]"N0bl=q)!RW"]cQ;JO`&)SbK1R:&o#-=#rM\g5\=2hWKb.\=VPe>g5Z,df*g^HuZmKLSmT +2)mQn/uel6=q-==<*I*1+gi5[*"T"p\j1!f\0b-h#t\kPCf7<6HkfP[iG$;n=q(cc.CE?A7VYi%5q<>B +e[Y2r[H`MF"]DBFba;;//nm_8=qr4'PZegT5:O!n,diFW[49r\.CEQ$5>nP"C%8oaO]n,mWSug4OBP-B +H:kHN.(*68dmMK/LXZsWJCJo8([$p?3[i;uPl^'rrG.0mP0U\IpWEbOGX+#kp"+?CXg24$Cgk*Ij2U;b +cF^LEM;p"&e0q&?O[eX!h08miLH[*DH(B-gQQ/n4TRZ$/I&&U[b,e&FMeauL*4LH\b +aKKX9Z:C.Tlu0u$JHVnpGPMLnV=Z/q8OJ*a_l;75f5Nq%IipO)2$9Q95;BMPr=U$(g6Fk=Y>SS5O/U1) +^QQ3IqI;u+nf;MiS49[QCZ%oLQ6a``KDVEmWIKL_:XW8C'+_5hEs9^9K!iVNhbSX%0h];B0$Q^bR`0%$ +EmQA)!&l`mKkDSsPF)Vtrs_Vb;#S10RPZi/I8?O9&k,r(E&To0T +$mpW[JR9@b7D(`ZoUjdt5lB&A7'oSnU9@J/YXap@0D`S/D!4>r_f^p*I)K9tDS)@rI.<>BCbF!LbX&D7 +5JcD";*Qbh,9Md2OcR0PkDsdi/BGER:dG($7VIU%9[E/:j`8bg,3_To%M:dsWfUmHN#C"r0jABoF31V+ +VV*2s!qo]2`p6s/>5um('k[7GcKZpeeSB#fN':\3>-q(_<@np`-cV1n0Ppq=u1*n +@n%e_hT4B(`Q;?;imrZN'6XWI.K3k6-X,^"L1t9Wb1<@m.!t_jLj\[.p(0!/$-o\s`S'oaE-Cm[,>`m/ +g#(i-Lkk?aE)P7?aQ^A1Y[=GA4T24V"R8)W2X,NS2G +A*!!-aiQEs:OG-K@p6V),JrFbNHSRsObP5*K9%hlXp3d^#`JTiMf5PC@(%FHU@3r"]_^eSAtl;-[D]=B +Hc)u3KmW#.L3Dc*()0RtIDg(8IDjM!Z"etLV[(tVjY+/Zfl!lpI[-t"4lWJQIq.$C`eP/dEJ7N&qLqse +GIF5GbC4H]o"I%`D9&\.>dYTOn@<9EiWtCGCACM"Nq^Uu[6:g^gT"hG\8!lG>.'eRX]f/8;NCJb?`UU[ +j^6(A5#2jg84R,2El*rV/ie/O'Fu3Tg.W""#AV>.KuBI7_7B53E-8Q=T$OT<,-XS%(@5t\(60bQ9;elr +P/u'oc&bhOl[BO'XOA'i$2:*@oFW8>?Pnr)^P#SR`r\2&\'0rTlk-)eMuJ4c(ACUSe+6oM:)UsQDghl0 +;<@[_49iU&Xpa]XQAI@e5QBp_i)>3Jj]B*6Z.b(8?(ik*m%&, +l_\qO5A[ZC3&"m=Pq_Qb"tX'JE\jCI1f&g9mG`\^k%P/2S)L;?3(C]*HB>%0%]o1W:CckUFp[Ydl@7ee +#K;Ga2A;>co.`lt4T]hcuL +21rt\rL.)CKV^UeC&!L5q9sBPTV<#*HWlF;_g)K-h2mJ7PNpWQ2XlN!Ds/)0#Bm\b^m2&IP7l5d@<1>)=)e3X,m&!kp'@kI3ah:Z2Q+7I2i>G/>f$.Xm)Mdg6.GJ]EhNLfJ,J+ciI_N&?E7V4t.6W2?)59HL-J!Pc?0]LZuCu%K-u'+(`tKQLO;W2TA)c; +nMP=DL!n]$#`tPBN";(DV="j+j7@h,j"&1[amo0E0ZFoB`^>Qcq9.FLT3-G0ofo]@o-im:_q.?ec9)FZ +L,ecIY5r8W(\1R\I_LnnPu;#K*'lc,.8N;Q +a-2djS^OUMk0oco>uJHNg`@oR11gqmi#kPki>@V'WV@Kll`:"4Q5!F,$(qu7)7'StYX38'HA8coO92Ij +X^b*B1=sR*g[gitPW%knki^.Bma9?4%5"sm)a@sHqY=oU1#l3>/;9-1Em8pSF^TD.q*+I91$`0uqV-6r +MiOtVL[`F[>hGdC<%biH?2nda:ZT'5Kkm$/:ZP[6iRk`%0:9*+Wp6t_&?tQj&3I:="kCG/k(P:dMLfL" +j=_Ch1"8iYL8qFP3$P%dF6Qke-^Bor2gq7'#FpIKG(SIEL8L-OJY7PliuSrG,6(-#T>'eF9:b$\]&TF:D@T3\4__FdIaL2-o] +;DdR7W9_0@SBo%g/1>TM)QN*?LZIILQ0ZBBh9b%aL6oc`9m:**oa'97$)kM1%<]n.O/AIGpMeY9o7E!r +G4Uk<1%=7*7ZSH9R'Z#Vo4'uR1ffe5OF0bG9>Ae#+7it4); +j''&,UA,4)9+RUsT+bhfAOFp&AU'Pn8hJp5R\$_;qjW78GLn7n8F]@#61'tk[>qHEgnj5^6%_aSX#jYA +b27hC0=9&jjMFY:cVCs#7:<-gY[B#k0W2Kn`D>2;BW.UD$]`e)@MDVSEF'=t2b +CdSlActO'td>Pm*k_#g4Yhc[_@JiOm&?M7Pd`GcToOOA*&X-_bl2o#)4:`2D!B%cTJE(=&ZXo-'%\WYd +g'XDnCs`Q3VWpCu3aV?:O<"ltI36^!OtsoYk6bDu'a0)rDuHl5qdZ_>T@,%OKSf`7TSZ@F[PG[1r2gPu +I(@$p7%qi"O)*Y`l0Pf$pZtC]l=Aoc^Fa+N"/eW+%-Fq`_pop +&HHNKr:I:5KQpg3*33q)6XErdSBWe_mq*ZsIY)'09c$=moaTD4f/M#Abp0P%jTD)--kiLb:NgK/ee,i! +Q@UnuS=PuYViuP(<()46SO0\6IaX@'1@uVq(N?,NJ`cHI8.-9/$*X:VG!7)LV +GD1,sVBq8]g",$X"WRcF!,6)3J>B9A/Jqem\qQt#WC_C@e'VF/LJa5L\;]HLYTUa>j.HoqZ8f +>#]n"FY*3!o!pRK=5'+_,Ak]0mnsFqMROD4HR_h[6P$MWhIDFFV9XeTW)3-$9A31+:7dckBpW">HkdWb +4bE\1VSCH54[@XQ>t8#.NSQ@k2l>tUj0>^!VfG.A?+Ne+"oqr,;*0:dF)G:Y(g4^m%SD)r8]B_

8,P +Z1U/5+P+2ccufg:Wp:M5Ndch-d'8m(-aBk8crbV2Y(\d_(htR,Vep*A/7%0Dpgp5GVfj":6KgIig]4o\ +UKitbo9p1XZR8mWU$M=Rm0FV'gTm`[IX3GKVsQHrEsC4ob?QZ*`uac>U$K(^("h6"L)p=>?C:IM6gIR\ +dRi/YNl(,eD1jgBr^teiBMb^kig6Blg?f2)5CBjdX?H4>+R(r)!s=Rd6QE\_aKBkgf>7&UdWGb9mEfts +gihmB,Mh&^*j@]::<1O).eT$WdWITG]:nQ_$/HO^[nk\/SJHdDWF>(Hc_&URfP+LUnn)k*!A<'G:c_hE +3`#cZ\oaL*A=7.Xph]EGF[k"bS017@%_0.n4DUOBK(_+U:*t).KA5JuJ\2l,gu\?S;sK;_-akRr0WuG1YKdHo(-CtM"\UHaTqD=d5(pZ]jup&: +AE]Hq#pmU>^)p_W;kBhALci-1'*s0cCOoGR53ZRfWEB]bu+$S/>G^H[a9H2GA%6rOD?)fFBYEklDa^NZNB"eYRZI*GW(JN*5Yc=l$ofeR.ib +NJ=8L.@m0JiN4Si,&.CbfnC^3F'op9m#0cH?YaWpg3kn*5?E?%-,2GTjTj%Y`>nQk39Zh:hpmXP$( +>27;(As?8t?"d)$jcjrE,?goa\!>StHUqeYh4gABlp@Cj7OmgH1?u<8X_:eJ:g_0o<0+90e6hT0NJ=90 +2e09(7>H,bX[jPWGVguGfS-O)qT6eLHE?C=#@l"_+)C4uh5-#F4_7*>\F@kuflu";QLQuC)E54jeNE`\ +H5$k%f=$1!?"*I;lXkoQlJIq,CCSFm0dQ&WcK +hDU\5`e8n+CE[aLHA`?>)QTSO'*9rNYF'mic-[(R;n9mAP("b.(*R@A!HWTl$./$Vc^XR +R!.&(k5@)/Bd;P7G'F0irahZ)NOuhJgD";^6M)o=m/CRf0b&3mH+%AsUjnf9$ug13F-a(Wq%+PEeDclU +dR>$(%L*FT0$(&7li0/di.X`?VKb.kG`)$9OEkHHi4rH+,Mf2m#.MmbCM,dMQK5$ROF`AI>C.eL>54Ef +VLKI*p7m,*;hhk4<\lmnQMO"ao8-^\a61sEdCdbc51ZdA6DO'&lM9Ab?gbX_jGrY8(+YXa^"4t[)(X/5 +)BKbH\m<7s[aFQE5> +iK\AUWU+$gZCN[jfC,)>PGnM1.@GT%N(?G=icP'DM3u$kJs`8Xu:]Z=WjB9i,k,,IBt\ +MH52Dj(1YcnnW]n$p#>QcS&lM7h=s??iK]N%*qU7>f!:uf^$9I.s,mNoR=&&MoXXY+.3@*4s%Aa&hUTl +0OE@FQd;H:(mB^;N[[K==C9H_kp,=fcqin`1NpfKCpXG"1A(V1HCQQc6`N(SJ%'6k(%'F=0ZRn:5bj=B +P"JYX^aXNWpI0(ob?t87;U4&eCk;,8Z=T/-m`q`VID+_g;nG?7n4#+gWZFHd +W5$sEGfRC6F#VPCAUeKRV9,4^^Y3X2KH:F'`EV,sc*-mg7]LW#LD%=@#nQZ63mrr#aBlo3)5b7]gm$P$ +LWgR3:BDT,9@3S6RC]D&OfSfWUcU4lV0@%EqE^+p0<3VBSqq>'?)7;=dB# +Il1fDalrbhQ`T:YWM(?e9!6ss'6dmA$d>L8`7j=>B6.:hCjABXh=Hk3GY)<*CXGgC40)N\^%'pIjTTAp +Y`Obme>:IK=kb^A6,?[H`VIo:'`JkCrA4'<[ch+81S<)=lgN\jBP$Hr1uo)ckWS0]QG25A#:kZQTRPql +$^g\''47I:8ri,7`-psOU@!LZI[DIiAog='fY^(-2Fbuj?05^jh).#oRYgB&\hjW^_FMha9.f>KctMD7fmL=DG+Dh +@,:_q(((!NC+!V"KNqTm`65d2F":^T2s.=H?g@#$oj>4:%^ra^SPQkDMHO:\aoa&L,-P=uQUTn&J'>t> +0,J0'*3uj%WSp-lK?oLA*V*ocINL[[Y;+k-d2U[hYa0WU?'1JtA/Fsm$R^F9Zo.%U(LDZpm0m?8>A#PI +6#e)c&M6&@QO_5r=TDXW.>c^e#M/>H"frei,c:;\hg!3u`-mkc>LJC2c:VDXB.i9A0>&:1"QpW-!!@9EGr>tdM`b<$I^Z5qUD\!VS7qQb8tY'ZbNaM31eb)4_*WY@ldCOfM0%M +a220KoSLL]m#7"C/es9C(Ie0oPVP")NRP%TK>%]<_&e`>]]eg3[>1A7B4OD8.V<56#K17c_U?^I=jhp_ +,GCCuN3(435#@2O?%2V>9?tW,m6>5olMf:GA89*\N!q#hkD[brMdO^PhY5%DpT"7Mo>.fqRbY7mEQ7>u8"uPi201;=hTi3D@k>t[(;8h*IB3R0$VRh#KT0d4 +7TEX:K;h)&cEdj?(B&\2OS!'ljF,Q3rTk6c%^hd;7J1hfCd=l4WP?mL1`DTnUp)q;%^J]`9!DHTJptK, +ShFG<.ndYNqk_)WRq#!eaQf_n^3bcqkA7PhDWsh:RTj@MQ66U2F=C,@IQ>SN*.q2ZVXKH&3n7G,iH)$.0:c&?g5858\m:7A_-(t[M,*U`8*Y#gP=V"LA[dZ1npH;QS!*Wd;DksKR]82..#@9j.IHS%NCCVM34goTL5%miD^`D,b0HF +I@]AEa?)CBjljl>6"52U#Xdk/X7$3AK\FgCg3(s +Ve6L1N+aYHb)@($nbOBP^qjVshJhADY5T;J,VZNqmtg6em=/2O1Nn8WS%Sdj`;ORnV^f:)#.g1_Q6*ZZ +h3r;H;jCk$L52Md=GlX,>lNhR@#,k$"*@BC:*X$OG+*'l +N=60.HAK/d%IDc!]6)V_r3r(k9SInfLP4?6D+27\hWLcQC=7?Mgf:h/%Cok\4)hsaTF5WDq#DAb&njm1 +M=KSr(!URk\PSu;Ej1TWb?(M2/)\+F&FG&aJt("j5p^K)h3:D9HImnHqC.\`W.?S6CD@:?g[3'#N0[/+ +^%dNKQq\mtH$%C/92(@UQs/<8emDS_4DSi#jtcH@I9%\^J_[^bDPR]KgBt<+4i\+N%MP7L)8SV!ZP7RrKFQ"d.KL-+g56,Oa&8;;A]jA_R-r<:60 +o(aNN=n9aVNjIf?ad+@.a`4b,2F]e#GFmgm?\dZd?KHW"R9_\E'qA( +*p4)%]JE=*C<_R'L$[9pM;ri1kKS!A`/1cqVsoACo(jNM@5`_q3"tmLN\fcCmi7*23)3lL%Gi:PI&2gl +j"//t360^6D+X]0JKh.;P\+(sPjQ('NY>[63KA0>\B0*h(M'pcj9KTU!qW:`V61ZtKBWDQXbVT!IWaIG ++Lc,)TiKkFNUV?P`#K<;p^F?S8sd1@7WlZH\IQon[2PO"DOkbu&#sNgLN_dFL76NiXdE6uNEb(X._[sH +Rg[+[DD&SWEHC+;^O.DGFEO2'aI6"CIl-OLY4AGp43ho9DLY8CLc6-$/$b^)`UjlBo$3K]ZOn7U:Aq]M +[JlK%dDsn"s1"a;2]"puSoXel_J'iG(U6=)k2O('+N&GJcC53^EHC)GJkYlCoLl[h\VoHeF('J\hOQi^ +94llP7Q[Fi9Dt2_q_2)K"s[g192"&Fpkle'0&HR,B'/j;^Q)8/Q;l.lFj$S$m^f)NWLW4l.B/iTS(4Jb.5W; +BY2dlIDVH[oWD80d9U8f%=?#=J1`-1ZoEV&c.otr9r[Jp +(h^\=%UC!_:.G74Pmu3gUc0rD$kDP-;(>r*8!eA0me@-;B#&=@FZc#5Z0.;H^B7oGodXf%UDrD`CP$6@ +r%u.N\o*O%._kb:o?^B#EH)t,EL]o@jgI.AJ*2hl%Z'L$\E=Ql2]n6nb +`c2@3(ZID#i`M3#P_?YDEZFqO#05CV[fj`Sb%g/\B.8m:#$mT2L`D2tf&Se(qhQ5).KZ4^-a<'!n;Qf1 +$MPo.cH4>CcCP,6YtRBUV1IL`nHS4>OD#YXV>*EpjME>l1R +Q]Md8YHG2Vc2hK)P/Y]IASXNaF.L_o7s0WiuCm/0uc5HgcFOm +T,XpehciI>2*Ntjdebc-FKMJVR3]8jYZr5C:.+6i)>%O$J=XF2lN\pi11T8_:mSbsll8ifg@AjE=O\FKEm\ajU]6I:6[?!p!\CT#Lon-U6*O7P011>R5PLS +q@MD.4=qb%nE*E&0m,-\>oSF/i&&;Smo+hNYTT3H\['*1h4&RI:G),`.e?,3Ws9T!W0%2%UiJ&mYX,#5 +,49+7VUd9@H]s5ZV"-;[8ngiXMBFcKAbd`@.Tb=4,aI\W]tpLb*V(nl*HD_U11W[0WEb4!1Y>=&4Yf$j +h&b7@MpqQnhQ?g%1pW21.P7qKFO6->P[-+.rnR4Q&5NuT89#H=@FgDAUpAN7QA\r+KLiA.*bl24!Z1D4CN'm_B"a@_b4^MQkucKj"##P4%aQ^ECRS4 +)N(`0:Q]r+Ij=VfhFV&JnkScE6kj:7$iJHILS9#_E>hRa`S'O@VWP3B?We3J]C/btdQN,T?$^A,mmMmp*U&1.K_NGSGd +NE10,Sktd,\kE;J"C?;VXiEnl?c[aup#6#IL>6hdjI!Gt4OT]5T-q%B0E5:$CM?he#Cea7A^%9pPW5caH+29t$8 +SM6O'KEi:?8Ghq4`SC8\FS%hGbZH//ccq=[,Z1jY?Q"pdd) +*,IAq'SQs/?2;hi"'X;Zb[a!)nh]gHC!$hl)5,AJ"rN?[:,qG=):2!#b?*-!jcBL4i=Rh182B+2+'n[@ +o9\7)O9)K+^9cDDF%Q>&f:B.,mOF3#?]tMml_\fJnjWOEs +"NHnr-iPKcG)+eRZM/[Wlk/ruqPtX?dBGINHcb0o9?]Bf:-"<8)TgQ1[.e0Q*;=Dn,?`1F)r5kB^_Y+6#L&"^2&'UO*m]SB$A#ulh\=)E9Q/RX9er1Z\ +-hthl&$NjBGl@*dH&e[;k^bZ*GukMl`lS0eHWRAF993>i[o# +;LS/SJ9+6TSlU8>&g`YS`C9^[GlPjI7s?tfk;FU=#eqTd1IdCI55]-K.k895Cg?aPOp@1LEo2 +[6%d@0ZlZHD5]!X&,hJF9J;.''m'6?Rd:lRj2S.2NY.ka7ZXJm:k4psZXKso`L$?lDS"NUiuhrH\F@AA +'>$@/;.$AkP:iKg^AP$uQcU),,8&Hia*$ZaA)9,`0juSFFp>k69MBLG/+0M$6..q-p1t.U3e;3mU)F'Si0&_ +_A1M`jD$IrR5u>0\i-pAH&D#R>2GV5jbTK;=jJRIT2u=?/\GpS"0Css2Kfep4Obb84*pq=31'6AnYucQ +A%c%jJ#r&7Z#ib%mY`&SFro1+,t79Fls+Ep?E;4US&cMGCl6*9Z<$T[hMn[24q!13pkZ!=AYGUIo"/@N +m.]OoMf+22qdn]!cOjB/j&8s^WMYb&^T]!^>fo>GGXIt*Ps<1W@?dfX;9HZ=aVcQrMtgR_!S't-7rIUPfsH^aI`_r!"0"FQKt<(R!g`0X0gYEuu8ZMY'G93.2c +@BFV:QG`FQ%"BgIijkcb_"6):j[3aF?V$>e(m86G09H*QKh"od]m9WcP(+e6@+j>:FQG=\^"58oXV1;h +[aU>I$'>'S_se.n'`uMW>!K_KtrR/SE.h&(WJ7CfiMq5mEBnOd!\^8Y4;GPL)g.r%j`leGo! +g/s3llU_!m249EHc4r8mr@:pU,laqFfHWI?PbsLT7s51X_nJ.qg;+A*"\"k#C9c]7K7[]_GFJT$5MmE'"]/T4^?jcBd"/u7Yp0lsAi[i(gIcncfN9!0&^(Qud+qec$=fC/o] +MY;la\ZY]iVe!E%Wfht:4)TB1=3O4`*7,Ha-_EQnk;0.5#3O]Wk%DD]^CMC&oLNLf@)G/I(FJm6kKj%m +M`hNo]P"PYb\VHW=j?VB!f#pJrk-"h:R'Q!%'*FdnCA6LTViG^;uGFm,CXh5+tiujq[0"g[):Xp>=qpNe`L)Ek\FNsYY_WGWI>eW8Ms0>C8A-]Qsn[X=tfAE'U/0MAr +oC7g/#P#HK@I3n.SX`dBWb>X%0*N];N]2@FEA0P2N-h''Fh(m"Z0j>=N$eGsY]-%)!]?.)Gh-H&tdc_gYpth_GF8b5Q#'M;O>\ +H"X*P3WjNn;i_TTchcb`dZrFHX[VoHN76tZVSMWC;2',DY?7d"ke3"I-^9EKnn`K#[?AeLZMaf92S6bB +R-sP=o&\`iCWC77rR;-Ya]k%\eOHfMOT8\;#h^,=6B%]#3&u=D42Y;@-L:5a+-5sRK-mNl*':QDJ%[Qo +Xa'gY;tI;5dph]L.!2T(*RSXT-&tQb&[IIB*'U"h'akISS^W,:[Da`0+g-4=B%L#hdC#s@6$GV>cS&mX +aIhAMhL"LR:>\h_1"/Wbe*=dKI5(7AfpXMbf(QWJ5a%05DnN'(p"S@sDXF2N4Zl6GpH`qmD,#`Q*V>I, +=hhV7^/Y$l$sPnD_e:A-Cc9513nkMWZ+j4[KIYj%pkq/XHPuS7NsD"M.C=)mi(`)F`>SDf^HQtNTm:n& +acctT-f\ElTITbR^@]Ap,oWQiM +TpLD+^GW%Gc`d*i7p=eRZbB$]]l^%dI@]A?.-IJ^:]f*XdVG.u:1.7M9cDTagpd"N>'*!t2AF'WSY(%& +:NgiQ(H'De/t^]!C$dgC?6_PCgJIaGZe!LGo1lPt%`LQB%4*]F-sbB[gkK9og9IbjA_3^o;Xl#mAqZ!pVqD--*H!!!mu`8fPN&99Bse1mg[SBgZOM(()O.6elHTP\qPM8p(L1-4#(#h-9p\M^`lEUN'%AbQ_T\E<@99_]`C!&K>=Q`0DY_3iS\Is8m@EGoi +,Br%\B_sp,/<[0HMDEg=VKp^nN11c%R/$g\jQ\f)GFc/geMDBp/AnPYA>c!0Fn3l#&[MUXXR!"b2f!Xg +CQcsNdBb9@_g:).KK"@^pX1iJ^?V:ml4H.be6dK5q6T`E4L=rIGWH_E\Y\10*nd`8#$uF!d[g.3UQh"3gZSPkE+8:RZ6d0C[(4[/\/>*$Q-GS&6fT1FG>-07q +J@IteB/[BYAn2-9qiW$n4FcQ$$?+JU`gWf,K]\qOBM4l#cJ#[nboS`C0\8IfXOp//O[Ic%8WOk.=@9r- +@JV9NTAHWVWNTdmZ:A0Mo&A";i-8]AW4!glN'%u^RsLB\KtV(5-;3^DSg1l%3%4Wq,;Ui+ocU_#6bA;H-Q\t3Ll57#S53Oe4"-i*W='-7Ymf=6T+*T>#RIAS04QrT8k[b>)e.1,>rqQk:L$8/O.W?XcLs?Hn;?MA]i`3$[eYR?=U& +TUZTp4iWG>aREdt1/_4*dJnmS4j:uh2pep&lkIu?,NVrIMJlkep%VYM$0 +'te/re&,b!f6l3<*0WUV0n.&l'Xqu6peB?g][8Q>R?",pl8J:oBtZ8bQqN!I51:b2qGb1<#2SkESmP\2 +R5o/C?YB9VlqZh(,1M['iT91YZ[Eed(78!?6XISa28dW+W!i<^"Bhb8'eP,>[EX`KEU!ikPKmP0DZP/SmV<$-e2.Z[Y*MaG#;>l3N +4_*W%D&SkqD*;RbY]JDtX:TSXGcr3j.-SCaO#B5LI[#s4I3MD[JT^@5kd +r_I-$Am7hjlAi1"AV#="=ll[L.,YnWZGXjWXme"pSm3\mJ%a3@Pj-"j]Du*C4PnlToq8Hj,&ZTfIp$.I +eXFuhYpS!GXuc88eg*c'9qi[?7dtKZ[6^5FUO?0n+ZmGk&fAI'mVTr? +/2#KoREc;\fu^-,=jck7`"o!>,/:M!b!*.%JOjci2b_4Eh&A!'>>^eJ^06IQ7uslIe6hSdNJ=Q@qqcfo +3lHA:-%;*nA<1X)3lM@%U*(m,M@\d3$-=X/Yfd)pGe>1])d%''G@^$8-Ks$8:#_QAo'%O&`)db`H$IGW +,'t*^EkpR`Mjpeu?$ciN.IGcLF%I0Kr[%1Kg;?1q1R+Dd&T="p69`-@+8#?B-j6\m-kooS'_+L&hrbFj +=O5_@iU_&&N_H:)k/?7HHN"RbIDfJf+7Y*78%p_S`&E)%X,dop/TBhoa89On'+q@c"caa@I=^jkjT4Pl_>2=NRX?X'T]7XNt\+d`LUqQ*D!.o[Y(M5"W#ALU-ASXQ:u87r?a'2U.bgJU_+h&nY-t6UM7X[;>m1#:Xi7=7Z?goBuC6b9af!d&Ej'P36"J4nJ1\Kj"'+f*+*CP +5!E^j*!&/&cM2?_W`F@@BRECA#ig8li3UK!`YPaO0>p#chm.JXm-mdjH\Tjr@VP`NAj9#1Sa]s^`]n_] +Oj'9T23;K-c3"/^KSC"@j`t$fHJp@rPnXUS.W!B;-s;;NBEPB.c1Be1cC*q-><6u$^8'/^l/`;`7Z1Wf#9(,0^9I9U+WFCKqFZ;CjPD\I463@-\V7X?8l=n]aOK,(hgK#dlaubIYu!q= +[/U:k\&hbLC;Uq,bHV38PUZncZW"X'jLf9%U/>oKWh4pOG4^Mb4:b1(V,O2TCi*A*Wd5KR]ER1Kl?NcO +,LkciWhY6=a%H#>9fe]pWI)I9A_6"4Z]]PKZ$cfEQJsidJc(PXeePG/-N09uqi&)ShucV.R)g'nAe:jA +j5]c:#.c5Mq"r)!\JG\[XZ:Ys2F`ZYL$ns6P'm?m5, +.(;hVQl#CWEXUP9-j:*4'G-:q3cTKD`8^W>rY%p3co[dr^jBJ]<"-br-?&*YpLHX)qEXX,3m7GqjOZHBkbhZ*58 +hMt.KolDfuO\bh&A*WDuC?sk>5-[J$[X7E;j?PZ$'#J_cL*FS/kI:=@OOn2PdVoj7$ER"39,aC`58-_+ +6,Ur#1b,,'@7frqQ<5N3>X3d[)=Ck.eV>UU[&(VCSqSl,fhO'_Pj4UVc>h^qV+1rADP0K7KHF@hs8=Yo +5""sf.h2ImhCkBKW$F8lJX'"aX1f"W:UL\Wf##4MdMalIpkGYHJnH%KETosF;$S`_]4")6UE?_-Hc-%% +?lq%njnKbkRtS!Q>.n-13PQg[ik6!uV+V\"[):H6%Ij83lq,k<0)Pj4SYMYaUsc?cb?^d^<+O*$DOc-h +>Z!H*gfq6pE"2`n\mCNH!6Ca#['X"lpk^G\k1^&t#%joZkc3Rn'mYY'^@NJVlNHqJ6ADF;n@c+O%mIV8 +f7s$nS6a6OWJ1(V4rRgJN6:`7;IW_a@3?.`NO'r)K]T!ReXt0sV"94]oHd?++`7ZIUAgM!%bfo\tN.lP.>WG&o!-`]<5!`\8n%_$eCoe0`@HDV@V6pU]g" +fQ^P4^/!H>Dk-?fhX,4:Gh1IS@S`)C(N`fEc9p4=rg!D\e(ddk@CBl+PN>oMt*Wl4NYAp,B?9N[M3AL+JY?m95''`9q'jW6blUkWKAb +X[eutMZ-[Kqh`ljCOS;4PnpF(Jn(fNd!oEpa,FhKM9pBuV;(VpIMS*hu6`aJYk8JSg3?TNt0Y1&O1S%?m2cuk#8lfa[;#9@S?FHVXiE,$rT,H*=D9faJ< +6eCSDlCc]/m_E1-kDT(4,D<5KaUOp/FNPoo3j8?u>t9)tdWMWue7Y*AMtU*`cK_6JSNc$Ac5FFqR'+n8 +'g$LXh7Q&*@0Rb;3X9(V*c*T-^P(13pIZgt6TRiYZQ&M`Y5V&Fd:f8>HD(;$FGTZdh(L(uf#BaVog[AP +`ceA;Y!X2?c9QbAFe(fIP+j'P&:!'!clf%JN-T1p"-l/=f,:ObW)ghq:tHRIm7PtJ*Ju.dmc^q[]A$m> +kW6T-FU$C4UA**r"M2nB@36HFLN7S"(pM(Rf,7MQ)'XZ]_ID+*$dNRCRPKE>h69t[%>8.T/`odnJ>BXiXN8D +"eNTP>qG<0#G8(:(EMPrq=B(8ihFbe)^M%/ZK?#V:)7ut^a8pFMW=2e6MoQAS'nV#.9m5J;[dloX2d"5 +Y2lJ+5E!6X?l]X*'nCc1\'bie%]k"h_m<[\k(UZ=g[8]uKHG\]FBu5NaDuHjIk5;!1'IXMaT* +:L&R>Cd5qR(/L=ca\l6o;F(X+#LiMX6cXO"h,6d?Mh+lYWG&[RI-A'cM-nlh1But(n0CF`qY5N +bn1f&/8h-D5Om]&HgA&">t>sIDUTTrJRdGa=]lCfor8bW]W_cZMVCb\KnafQ]rIP*hh?VPj*L,6]SHE] +cW7\[F[#KKL%hlC^<`Oggk@I$[O0gh[;kE'>pq12(Q*gsKs1=C3nC:qhSaVH?siN^a/])GLq9PR(;lAm +cX*n@Spb7MKO6-?B:ma#+!TUW47%rairT,Yj +dBGJRZi?21M"d')rmcq$COa%^$]6V+UMMQ;'.lR@R2Ip?iJ@A@KAohd[]=XgJpae+_a6I!#'LADr6gkd +GVb.qAU6ORAPAH])=Y!649fpdobD)V.Se'/8fbh6r0E=]/hn,.pI_p>SUOPX$0UU"0j4/ +1.eIQa@"p3IEhSq-O`oi(s?,6[//rn&4g'ii/Le&!kk3"C@10QghHR7HK$bc[F$#,HY'+GS5s]Eu58(pgX096r>em2obi3!+eA@^tD\8oA/Yt4_okJ@7O0m'a\]Jc,:==^%fgU4"nW!;>Frk0u +K."n1.t5[qR;=KWka"ICX3"/`L,2"V#PUBB +m'?+'Zi7*OFA\M+AJYO]&9_t?T0qmOQu?a>DMp3me!\=oOtI9N8jgJS\Qc`%>EPZnraejBn5I5Lkc)!G +7Z5h,8lXXT("/>o%;mOO9J<)&r6:Y\_X<4$6eo:HIcnGOpZ6I"F831q-a9Ts>72ZugqV([7";K=@&flL +=fbS#oNoS`'-8HjR\0JD"cek\Fc$(:oIgU=9WOHo?I[Gd4BsUuV%]?_l=IrFpDJHHVC22+<>/BuZjqAR +R?T6),G]fl25Q5?G;dINk=[Hb(7uW=*`(Rn^+mq\nbac3J!o79?H1PPC:I:P*mEf;"ZTGh\TCo9'FT8Z@r*mZC/H^@Ya)MF3bZa8B!q!^&Xe+MsW)_\-[Us<;mT.Ls +P)fk&3n,efH<'(>!U[0n7I-=);FAL/266^K7b8\Z_-22UZ0dk[HGL`Cld1L$-Z:#eBobT%+ng-$Am4M% +r6k2,`Hs*m>()Z8lJ_k?_4/.lMYgZXpoij@LWV7M\j7@B89ra]W`sZX1GpFn:d$3r0Z+g9^?W84:Z]5J +W#4@s``ptqhgrH/Viclm.clbh77r1_s.JtQ/'5Tcuc3e[B;Z9[PlW+/06lg +W(63UTm_44#A3>(597#8[=rd/nPqWF2>e4)gMn1m4cGjKn,F+aCSNt2MaiO8Z*T0EdiLST/JD""c5NDn +V"I97Z*T#;FiAhJ('[.cr%=$LrRkVWC&-n[mC)4dCaG_).dQQk:6g"Ac8lCZFuEBWhl+d:V1nVF?Q5-HpVq?X7659&KBp6:m)94`EO99QGlM_Yl+CT)tX9<@?#7XP"#3c.5q +R]o=2C)7YB';K@ZM718;e`XNGn6n!,9(,C$`7ja#.t!ZWn/\VKR^cKGoNkZGoMo!=e0A'@f\`o(.#)"C +$2Y4)2Cd&BR;.cIj]u=T@>C>D@MQ=r)nli?rY*0nTjPY\U%c\RTs)]0Xi^J?hOkpddZMf1% +RqsX:``P=n/m"ZI6gb_S356JZ#ca4&WZmI!X3=7Y=M@U8%ru,B8HF5f05uFZ(8@ufCOchT^[dKpGHm>RECqM3g)T-CrS"M +[Dcql`k?)h#BG<5-&epP6X(j'>!p//@JV9NTAHWVWNTdmW^g1Alu24k73?:U4RJY!gG,7s+RGu>V.3r; +%JiJ%-P"/:@@%+^qW4%c^Z:>qh>VIb]'`@B7[dAjbm=1c1W&\#N/Xdk?CR'CCCXre['r2A1g#So,7T(\N"AGX +M)ceT53b$NHEUpkKFQ%86p8DG]]ef?15kdWC,b9t2X.-2dC2k]oK@FJHN?lneGsVg>%=Mh.uPqB\o0RsM54op`cV31KC+n28HUrRFJRG@_$Meuh+trl[ZKoTp94WIDb8MPp<' +fO&*XlLdf?lM"F)K70,"jm@k6E!kIoI8O7IqVA>;55qC"Wo$0@LcEXs7[)c3],AqIF0JK"+JO9XB'>R@ +?gGBk`M%Nd4/&WDf\bttG5n`9MtY_XCA)##\@'>'Z_AT?X1Uf.O5:o_oltTRBX7&ho02UP3ZP>;XO;C> +Ft`]KYR"[6:"_>V%HQ7>k;SU6Ka5 +kgj^jMB9[AbZJ:RM[i)(WIq33UTk[q@P72'N\Ou/rH5R +N]M&u:u=B(pmfm)ZM7%HNO9^f/ku>2)=Ni]DW31n!`4k0Q&'iq:2etG%I\e+3t@3l?`cnF+Za;XbUBt- +gq7(bK4L6S_"';0K=IebSkX2po^/#02eHQF&7o&$B/XFo$2UFnR5.\VgHkR4S*8jG9aibWQrgFK +9M7stZ]&MA(TPtZK`)+qInB!]Sn!R7#@C7=_*O);`)D*/$sA./4U'ij +$LFOcQSpj!6m@`QN4?K(h?V?4F.BI%PN+4<S:ULWUdW+H8DBdmtkFAZkGN@jR^S4^k,09-^5*64]>i]-q7Fu[d/A1,D8 +]%M%__]Fu=9\l/$1T^(UkSWVJ*+p_l$9?BIeI#o@pZ-\XM!kf>*+qcP:A+APNgLf!.AFgB%bsasEL=j$ +36m@?!QQ(?b7Z<[F`ACrg$FLS(iEV!`t5rFo7b8*!^"FW`*5Y/EfZ^M%)mWSa-i$+j=+$<5fdr2ljs75 +VUa!QcAGgid?$7QhfFqIEFEK"ro+nF1\-/W(P-j1d;i(mo>/odT/#FP0cm@XWga@F4O,gkC>2rEI,Cs! +IHfcDG?JOk[EH2!W\EV0q`1b-4L?#D*Ts+PNidH>rNQOBB@i=p=68!+7BdRD_;+gc%Z0QDD(:hb*;"X3StmT:Aq]M[JnI]dDsn" +s1"'$`m'2\ST9@;EH;^B`"fcUqSA'Kh)TC+*66DaK<8GZa<(:!QOig:)!NF;i+\LjK8=-=qdZ!o1ns,'8cu)fRmg2Qi0fS@`iK=pg!4oBeQWd>C72A^V +0aXC-S31.pV_GGI)jTuW71rL$=Amh2TDNT//^&g\8Ua+fFeV*rE_3a;?a;M:8C*HaT@@'Qei.NdZ-tNJ8`bQ*qNT-s$`((*G^UU3S@ADi +9X\QU5Y,H08S)=$jh0VqNNY$'7+N8aQKO/+YqNPT`75?V_n%?%M#E=[+g9/L"NOZV[;_/4,G/CaU^1dDI5U8\fJlW#dQENL*!EhY +PN2$!)P)m*HV0=)Y5":eQ4Q/i^3kWEFDMuV'a#BFScTn0FD3AQ-b;,NVc&:$'ZUe$a!k:s'oh7pLQ!3c +-mq#8:1WO.N\ct!_q2[44'cM!O+#^$b%r@fRO)`ceN+u-/sqW.e\2UP)n=m%N$*/$ZQq!@E?^Fn3R5KI +-TMZb;M4"'S6LU*N6#b%%UHki8lo%9E#](XPN0Gq=WBq&*(LhcVhA\>J'%YW@rJHdEOb2Q;^S;6E1A5X +U]J'r*m-LgdXCX"%2gh_HYu>3;lnop?_$0+WLQI<#7*ukY6A+WNH%k)n^f!?*idhlZQm`r("M_t%]Jd; +rbq#q1YK*?q*;X$9/bKaTT3+IJ&>8k5`[5KJN\T!E\-Tm]Dg=]JdkTo&b+,s0pC] +k(T?.C6ds7c2gD&n6e".,#1:%[*A]Urqe^KZ2u7>DZUthNLts-BlS(lWG0Z +]\kW`QL7\']W`ND>DfL9R/8Ib:?/AcU+_Z!gk3+;!um#oOTWV!E_E^B5q9>hmUu*fV5no5PD>m.ZINW^ +2i:7>eM)PRQB*5cEhglE;Rof\)[9L1@;8^9+O[+/Jo4Js/qWGJU5+t0/LbYu7 +LSUB@&CoWg<'H-,%:&G#*jOXX(u#.lbZ]O]at5_q#M-AiBU5.EP0,Au*bSB]DV=TNlYLi-5q:K_/<(u\ +lV\5aHm)'m@7]MC9t[[qp^/6*ZM"L9:/!.HFQMCs0:u(fHXX3uV0dEfMq_hMA:$YPuK27Z?5Sic;9_q.u9g^:"nM&b,#[ +P)mho;:5Zh1%4igq+.O>A?@(`eXm9+[@u;&=61htN$U0G,"-pQ^fY[S-!%)'9CKgolG@n3.VA@S^Tlhn +D2Ze4h)d@T5juXaP'\P\"l2914^UC*k'nC8@Qt+00;.uQ7ii")oJ(A>6LQ_V'Zp5'^TQh"`i0!P\g9o& +q"l`-Q!`U]cT3kDq?gf+d3Bf3r8<9ARGuqGiOlIWTF[!/B]Uaj6nYk,r7ae_H'@p)(b'n_3p=8O'#&Z? +C-?mj(DPafJ\[^/NpY0'Mtp?8&'UO*LK:0!A#s[M&N>oXArQ4J2/C3fg_4;'(fORP@EfY\nnU&"(hg6f +N2=.4E;-WUc].[[*I2b-,C45pP)\rmJi.')=QeApXI9>.hncY'ArJ/L-I_Y-]_rPaLs1,_lfB!AR)9ur +N6roO@*KNGDE7'a-ZuMgr\g(Cbqhp35 +AnZn6RdjQG=A_`f%'1=V.=98CNVT`3mq,Z_aK_,9)qKs&YNS\&_7bWE\>!J]Xmn$K@3nh'gnG4a?K9h] +6f4s_[\E#o:pdg.s/sJhVAhM@cHp1R)8PBF7NI$gUn!r-fp+A=ZSNHXc/,5F"_)Y0$Vrlhkh1ge.VE5Q +Z]#cIPS`Z5j^g3JU*RN;B"LgOL+XF?eHZIH(ji\A;erkGG3-'9Pq"'Ho3fnan>6jI2e4B.ljSF_;%R[@ +`:IC5*]lgEPtB(/hZZS-)(c:X1gehQ=]M44]2b:!fG_/Km//\C2j`28%.!=8Gq4;bnqEI%+gARGpb+Ar +G5dt63Vf"ROS?f(->-=p?GV"E5:^9+kecZp(\[2(J__U4F%@=F4%eIG"$2F_Wo-i8K +AEptqV.MJ?*p#`25$D)#5RD`pj?bmVJ"LLW.%BZ&#P5e./urJP1!W.7U4+q_pUD8.2X@CZN0!XHNVp&i +miTJh,'Vp@]Ve=nX]/3j?H:@Q-KMS7r3_B_EQY.,Cqjr"\W1m/O*EN^iZh40Q\B=gg8jA)rBB+@n*e>H +)*$?:@Z+Ug<#'5L.4!"g/4mU2lr8NTZl**D.kDbhq:CR!1/@QYdbK)k>2]om*R2q5m+Di=KWS\;1Ocku +CjS6[HRAQ4f_/#0n$)21P6jnQgXGdWaSoCDZ,Tjf:+bfGq3">Kp!S'9P$_YL=@YNV6an&DpK%'!61V3# +'`dU$>s=M(,9]X-@7Yjd]g2.l+cd[8r\^Fulgi^gFc*<9-`7QrFCQ+Gip,F[fBe'Wab4pmE0il8EUtbleN`u +:\NA`BS:LQcPdm->[X2`3%lg8UusrsF/o#E)5#O-1O=`,g?DI_Tkd>(P>80]3njb$4""@]WkDSI6_9r+ +rUCYqS]>KH)9J,]T#fpZKa*W(INN]qBI.YJtB(VF1+@a7LNmtu?qsg$GCj&)j&%N#S:@u"eDpETGPO@VFP!9tlmI;OT +r="t7GHK%ae?,-E*koqa%@&GUdmdF$BhaJ]IH3XhbQFZGVE!HtKC&1+p2"o'6uQM[Af&4(_dkuaL0pL5=emjP-oRTk-m14,p3[#gr93:hWN;&&RB!SQrq=16sE\/SVN2LE?]eMCHGlA@T +o.j!t[;hngV*@.;Y01U@R[;us)50F!`12i<()jP@VZB/DO>5EpQ<&IRZV+V":EO'Nh:V@k?_;?6Z8(e' +nBpLtaWgG?hbXW;`UfppPu#NQCo+VLa1V_@Hp$'4Tml7/ZMn1ed.mr^M0oT[>,/6ArT_Gt%PkUbeh:s< +0,8ui_Np8^G/`'WlYfj(h8:]p`;Xr1&ZYLSId(k@nQs5KpZ'*O97<->\g[iH%_nO'937A=3 +Sii).mPU_59Id(E+kF(uN.BQUbi>$B&c9]H7k/[r7E/Q^,KLJi=&Po].gq*Vj=]V^q5l7",TfMUC6B%^ +H^)C%T(qZODBHXS898IhMlV[^LlGD\kt!K(3lP<%c:tdA"K'G>f,aiN_R/g$1osolDoZt@_:c?gmZ?'iecLF;mhR(-ks3rC_B:_fo8(($iLIjh7,=qg*F>R9Fn1.da`1_:)QNqkH+.4k*haB"dHt1W#)mL"Yg=Vd81s)MYn`W#NV_eTA+M +FaF'1RpGKm.tL3E+^5i,B%K+f[JVV0Q+a?D4",'f/3,WLX4r[lrh]N-g$B,Cb`ZtYSsA'U/-%hR=RauV +\Q@Que$_)BkZU.?`t9-Oprm@%H]qLKp(;a%^c+DBiMi:$=S)0BclB#A4-o9XJpfoYM]!C4<=3S4:,TEf<9lCdj(N#Q>N\+)dWE[Q)/6,= +BJZAi@Rfurc%s)k),ZGK,OB?m#fdT71+;6=,D4PebfH`?nA(!AW/G7D1;]+-Aje'D?WE;-U/fT_jh+YN +1;\cV1SPq!7UG`-N""7%kDW*Ds.($1i"hiFV&Ko:Of]T'S<5BbWR&Y?24ZP/'pm)UD:MGO)M!* +-k!J-3"OWT%(l$f%l\)s$77)2j9pYfL\N9&SZI(uf'U@/nDrt6\Z1<)JmN\]H.n#jCI9Pk"ti-fP3f5?.CW1s4:$hTh83FDN&`P>fg +p9e-gqf_CVY'=pUg,7PcL5e-)^U:E":10.#bd4$f3I?5Pr![rKn'0Sc]RM6S2ku7jc$->/ +pAA)2^#=G_HUos,cZl@frikt`gr/NqJ&2I4qV$MJpf06,)>("2p^>7$[+-C7TRHbN^&Rnp +):4uTVUn%^prD8Vcf>'$lgOiPq`k)IchZn1s8=JHd:<4Lf0B93^\l"Lm9B$D"L_k5=Bj>%OIqo$fi\:I +f=sO5ro[Yg"6buGmf~> +endstream +endobj +7 0 obj + 52426 +endobj +8 0 obj + << + /FunctionType 2 + /Domain [0.0000 1.0000] + /Range [0.0000 1.0000 0.0000 1.0000 0.0000 1.0000] + /C0 [1.0000 1.0000 1.0000] + /C1 [1.0000 1.0000 1.0000] + /N 1 + >> +endobj +9 0 obj + << + /Type /Pattern + /PatternType 2 + /Matrix [1.0000 0.0000 0.0000 -1.0000 -92.000 320.00] + /Shading + << + /ShadingType 2 + /ColorSpace /DeviceRGB + /Coords [-289.97 -50.809 1018.0 150.72] + /Domain [0.0000 1.0000] + /Function + << + /FunctionType 3 + /Domain [0.0000 1.0000] + /Range [0.0000 1.0000 0.0000 1.0000 0.0000 1.0000] + /Bounds [.33333 .66667] + /Encode [1.0000 0.0000 0.0000 1.0000 1.0000 0.0000] + /Functions [8 0 R 8 0 R 8 0 R] + >> + >> + >> +endobj +3 0 obj + << + /Parent null + /Type /Pages + /MediaBox [0.0000 0.0000 533.00 335.00] + /Resources 10 0 R + /Kids [5 0 R] + /Count 1 + >> +endobj +11 0 obj + [/PDF /Text /ImageC] +endobj +12 0 obj + << + /CyclePattern1 9 0 R + >> +endobj +13 0 obj + << + /S /Transparency + /CS /DeviceRGB + /I true + /K false + >> +endobj +14 0 obj + << + /Alpha1 + << + /ca 1.0000 + /CA 1.0000 + /BM /Normal + /AIS false + >> + /Alpha2 + << + /ca 0.0000 + /CA 0.0000 + /BM /Normal + /AIS false + >> + /Alpha3 + << + /ca .90196 + /CA .90196 + /BM /Normal + /AIS false + >> + >> +endobj +10 0 obj + << + /ProcSet 11 0 R + /Pattern 12 0 R + /ExtGState 14 0 R + >> +endobj +xref +0 15 +0000000000 65535 f +0000000015 00000 n +0000000315 00000 n +0000053999 00000 n +0000000445 00000 n +0000000521 00000 n +0000000609 00000 n +0000053145 00000 n +0000053169 00000 n +0000053383 00000 n +0000054739 00000 n +0000054170 00000 n +0000054210 00000 n +0000054266 00000 n +0000054368 00000 n +trailer +<< + /Size 15 + /Root 2 0 R + /Info 1 0 R +>> +startxref +54836 +%%EOF diff --git a/qp2/levelsofgrammar.tex b/qp2/levelsofgrammar.tex new file mode 100644 index 0000000..1656179 --- /dev/null +++ b/qp2/levelsofgrammar.tex @@ -0,0 +1,16 @@ +\begin{tikzpicture}[>=stealth'] + \node (bse) at (0,0) {Syntax}; + \node (s) at (-3,-2) {Phonology}; + \node (ing) at (3,-2) {Semantics}; + \node (top) at (5,0) {pipeline}; + \node (bottom) at (5,-2) {}; + + \draw[-] (bse) to (s); + \draw[-] (bse) to (ing); + \draw[->] (top) to (bottom); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/mentry-slides.tex b/qp2/mentry-slides.tex new file mode 100644 index 0000000..f27208e --- /dev/null +++ b/qp2/mentry-slides.tex @@ -0,0 +1,15 @@ +\begin{tikzpicture}[>=stealth'] + \node (bse) at (0,0) {$\left< \mathsf{simple}, \mathrm{walk} \right>$}; + \node (s) at (-3,-2) {$\left< \mathsf{third}, \mathrm{walk{\red{s}}} \right>$}; + \node (ed) at (0,-3) {$\left< \mathsf{allpast}, \mathrm{walk{\red{ed}}} \right>$}; + \node (ing) at (4,-4) {$\left< \mathsf{prspart}, \mathrm{walk{\red{ing}}} \right>$}; + + \draw[->] (bse) to node[fill=white] {$p_1$} (s); + \draw[->] (bse) to node[fill=white] {$p_2$} (ed); + \draw[->] (bse) to node[fill=white] {$p_3$} (ing); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/mentry.tex b/qp2/mentry.tex new file mode 100644 index 0000000..6ae23c5 --- /dev/null +++ b/qp2/mentry.tex @@ -0,0 +1,15 @@ +\begin{tikzpicture}[>=stealth'] + \node (bse) at (0,0) {$\left< \mathsf{simple}, \textsc{walk}, \mathrm{walk} \right>$}; + \node (s) at (-3,-2) {$\left< \mathsf{third}, \textsc{walk}, \mathrm{walk\#s} \right>$}; + \node (ed) at (0,-3) {$\left< \mathsf{allpast}, \textsc{walk}, \mathrm{walk\#ed} \right>$}; + \node (ing) at (4,-4) {$\left< \mathsf{present}, \textsc{walk}, \mathrm{walk\#ing} \right>$}; + + \draw[->] (bse) to node[fill=white] {$p_1$} (s); + \draw[->] (bse) to node[fill=white] {$p_2$} (ed); + \draw[->] (bse) to node[fill=white] {$p_3$} (ing); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/metasyncclasses.tex b/qp2/metasyncclasses.tex new file mode 100644 index 0000000..09450a5 --- /dev/null +++ b/qp2/metasyncclasses.tex @@ -0,0 +1,19 @@ +\begin{tikzpicture}[>=stealth'] + \node (slept) at (0,0) {$slept$}; + \node (loved) at (2,0) {$loved$}; + \node (showed) at (4,0) {$showed$}; + \node (ride) at (6,0) {$ride$}; + \node (cut) at (8,0) {$cut$}; + \node (grown) at (3,2) {$grown$}; + \node (written) at (5,2) {$written$}; + \node (drove) at (7,2) {$drove$}; + + \draw[->] (showed.north) to (grown.south); + \draw[->] (ride.north) to (written.south); + \draw[->] (ride.north) to (drove.south); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/mikhuy.tex b/qp2/mikhuy.tex new file mode 100644 index 0000000..08ac3fe --- /dev/null +++ b/qp2/mikhuy.tex @@ -0,0 +1,35 @@ +\begin{tikzpicture}[>=stealth'] + \node (mikhu) at (0,0) {mikhu}; + \node (mikhuwaq) at (2,1) {mikhuwaq}; + \node (mikhuy) at (2,0) {mikhuy}; + \node (mikhun) at (2,-1) {mikhun}; + \node (mikhuwaqchiq) at (5,1) {mikhuwaqchiq}; + \node (mikhuyman) at (5,0) {mikhuyman}; + \node (mikhunman) at (5,-1) {mikhunman}; + \node (mikhuni) at (5,-2) {mikhuni}; + \node (mikhunki) at (5,-3) {mikhunki}; + \node (mikhunkiman) at (8,-3) {mikhunkiman}; + \node (mikhunkichiq) at (8,-4) {mikhunkichiq}; + \node (mikhunkichiqman) at (12,-4) {mikhunkichiqman}; + \node (mikhunchiq) at (5, -5) {mikhunchiq}; + \node (mikhunchiqman) at (9, -5) {mikhunchiqman}; + + \draw[->] (mikhu) to (mikhun.west); + \draw[->] (mikhu) to (mikhuwaq.west); + \draw[->] (mikhu) to (mikhuy.west); + \draw[->] (mikhuy) to (mikhuyman.west); + \draw[->] (mikhuwaq) to (mikhuwaqchiq.west); + \draw[->] (mikhun) to (mikhunman.west); + \draw[->] (mikhun) to (mikhuni.west); + \draw[->] (mikhun) to (mikhunki.west); + \draw[->] (mikhun) to (mikhunchiq.west); + \draw[->] (mikhunchiq) to (mikhunchiqman.west); + \draw[->] (mikhunki) to (mikhunkiman.west); + \draw[->] (mikhunki) to (mikhunkichiq.west); + \draw[->] (mikhunkichiq) to (mikhunkichiqman.west); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/mikupositions.tex b/qp2/mikupositions.tex new file mode 100644 index 0000000..1f37162 --- /dev/null +++ b/qp2/mikupositions.tex @@ -0,0 +1,21 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[column 1/.style={nodes={text width=9em,text ragged}}] at (-3,-1) + { + \node {$\mathsf{simple}\leq \mathsf{position1}$}; \\ + \node {$\mathsf{past}\leq \mathsf{position1}$}; \\ + \node {$\mathsf{near}\leq \mathsf{position1}$}; \\ + }; + \node (ded) at (0,-2) {$\mathsf{simple}$}; + \node (ened) at (2,-2) {$\mathsf{past}$}; + \node (ened2) at (4,-2) {$\mathsf{near}$}; + \node (dened) at (2,0) {$\mathsf{position1}$}; + + \draw[<-] (dened) to (ded); + \draw[<-] (dened) to (ened2); + \draw[<-] (dened) to (ened); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/mikuy.graphml b/qp2/mikuy.graphml new file mode 100644 index 0000000..556ad84 --- /dev/null +++ b/qp2/mikuy.graphml @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + + + mikhu + + + + + + + + + + + + + + + + + + mikhuy + + + + + + + + + + + + + + + + + + mikhun + + + + + + + + + + + + + + + + + + mikhunki + + + + + + + + + + + + + + + + + + mikhuwaq + + + + + + + + + + + + + + + + + + mikhuyman + + + + + + + + + + + + + + + + + + mikhuni + + + + + + + + + + + + + + + + + + mikhunman + + + + + + + + + + + + + + + + + + mikhunkiman + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qp2/nps.tex b/qp2/nps.tex new file mode 100644 index 0000000..02ae007 --- /dev/null +++ b/qp2/nps.tex @@ -0,0 +1,26 @@ +\begin{tikzpicture} + \node (NP) at (0,0) {$NP$}; + \node (PRO) at (0,-2) {$PRO$}; + \node (It) at (0,-4) {$It$}; + \node (Neu) at (0,-6) {$Neu$}; + \node (NOM) at (-2,-2) {$NOM$}; + \node (ACC) at (2,-2) {$ACC$}; + \node (Nom) at (-2,-4) {$Nom$}; + \node (Acc) at (2,-4) {$Acc$}; + \draw [->] (NP) to (NOM); + \draw [->] (NP) to (PRO); + \draw [->] (NP) to (ACC); + \draw [->] (NOM) to (Nom); + \draw [->] (NOM) to (It); + \draw [->] (ACC) to (Acc); + \draw [->] (ACC) to (It); + \draw [->] (PRO) to (Nom); + \draw [->] (PRO) to (Acc); + \draw [->] (Nom) to (Neu); + \draw [->] (Acc) to (Neu); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/oxes.png b/qp2/oxes.png new file mode 100644 index 0000000..8ddf289 Binary files /dev/null and b/qp2/oxes.png differ diff --git a/qp2/pastpositions.tex b/qp2/pastpositions.tex new file mode 100644 index 0000000..3627f16 --- /dev/null +++ b/qp2/pastpositions.tex @@ -0,0 +1,18 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[column 1/.style={nodes={text width=8em,text ragged}}] at (-3,-1) + { + \node {$\mathsf{allpast}\leq \mathsf{past}$}; \\ + \node {$\mathsf{allpast}\leq \mathsf{pstpart}$}; \\ + }; + \node (ded) at (0,0) {$\mathsf{past}$}; + \node (ened) at (2,0) {$\mathsf{pstpart}$}; + \node (dened) at (1,-2) {$\mathsf{allpast}$}; + + \draw[<-] (ded) to (dened); + \draw[<-] (ened) to (dened); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/position-classes.pdf b/qp2/position-classes.pdf new file mode 100644 index 0000000..2fd8e6c --- /dev/null +++ b/qp2/position-classes.pdf @@ -0,0 +1,356 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj + << + /Title () + /Author () + /Subject () + /Keywords () + /Creator (yExport 1.5) + /Producer (org.freehep.graphicsio.pdf.YPDFGraphics2D 1.5) + /CreationDate (D:20161109211041-05'00') + /ModDate (D:20161109211041-05'00') + /Trapped /False + >> +endobj +2 0 obj + << + /Type /Catalog + /Pages 3 0 R + /ViewerPreferences 4 0 R + /OpenAction [5 0 R /Fit] + >> +endobj +4 0 obj + << + /FitWindow true + /CenterWindow false + >> +endobj +5 0 obj + << + /Parent 3 0 R + /Type /Page + /Contents 6 0 R + >> +endobj +6 0 obj + << + /Length 7 0 R + /Filter [/ASCII85Decode /FlateDecode] + >> +stream +Gb"/L9ogS^NnqEu7K.k)%Oq%\oZD[b0?1\m[8DIP(Kgj$rVloan/P>`HP8QuR)5r]>J*Q`XqW'KOVC5= +dc\%;qm[^Ir/i%./n=kMnak@nJ,Ad6iNF=\iD56D**/9,+3uRRIf/lZ5QCN1e^&a@Y@%=mYQ$,$r6,+e +ku.QZhgbGCs$-PN?^m5Q)tDl]jE4[(l1oQ$;<6n)Eh$2"\QUj$0R#E8M:\K;%Q"dhE5h(;C]d +^A^rA+:kD9Ho](CDm6ftJTla]rqPCNBiFraIf)OOJ*%I#V1$Y#(AW*&<_S&h7TqK*lA.Vgo1U8#'!5IU +f^8K?00U]Wo>a#WM>6pEY5F\GU9#.Oh)VFcrVYU[%I!+CeBa-Zln2T-n&&K[E4oT\&d%+VJA"5[Cu)eO +s3h,7qY9N;@0Hc0+9)peqNJI.bl,_G%-AIh(3:Rf^?b`cQ[I-QR;rPE*0EJ+D6L#%Z],3aIc_7KJ?9\K +qeb6o\@QAoJ,RrXl9uB1Zh3^>:l^rEO8Jpea4aCa:CJ:@REs\^4W+ +c(A'@W;_(EY((;?M'0X:#9lXi5"@71:4hTQp5\PTbV;<^2H"L\CP/*a+n![Bo1-/ols-Gi)VI_HTDI6:lJP8p"tXY5lf#ZM`9o4nYf+VHcE^r7d5=d^4&T7'K5*/K7*q3h(obSS45(p>g*[IdYaUg4mK23Psai_#C!>!@Z`_m"LsZo-G2BA+JW +^6DoO4J)aT=^%W'W?[cjY[]#dC+mH86o +:BM7e_ud+`+F`1u`#R+(0?MYYW[0KcUlM/ERGscsroTBYQ:eYG\0O\`,/b+WRm36+/jm>L@[igB`5U@: +-YctCW%BS[*hq:9g&?Bob3gJl3%('/RQkfcU39fC=5[V3\u3PhN.bhp*ddI?L#,ZI[Z%mqE*0YtM5@`7W5tlSmA$C["<\ +,FZm7P.c1.!Yr-3%g@k@I +EAY5]%_a+a[F+%=Yq.>@R3U:'>-ePI.V4/_POM8cb]\om9%MmXA&c"r1LY+7"8qsU;k1Kmdo5$3p9d$R +@uNeqKX8c>,+9M-DOF>1roua*pIW$>)r__%Lo%9%N_I'nfOj-!?aPS;*;@m#%n*-t>>Ako1p$r[SEcsC +SkUi?K(YFLlPDEAQo&/S'(fokF-0h+NZ8n`SlG$n&ceP3@1GK-MHcUg-#_,,tE-I1Z\3JYl!,j-(gkAA*2QqYY@Tg4d2?Q67,pKbll.XeB0 +JGg+!(_Wg^fV)LL\m?AHRB$IhRENWl\\m9Maj@Bg:4`&HGLtLfS%q0%h0lMjk!uem\bAti2D\&lpW_bN +hWDM[2"nWV6sDc$jjBNe3I2M)r9`LEO6sc-#/2.`RK#NOEUB!-9,`@77mu:Y&W0PaF;q?>A#30#e,s&l +H*[`b[Ds>jm0:bE4hD@EJM0M]i+jQ2q0R=CA,5F7nDsb0^m>Sa)[+"DmRdHIN@OqLgc+BpXf,]$SMnrl +MLk7>imNb.Vg:Xf3tNiJF9!1Y"Ba!K+qQM]Lao9l,)!3PDh&m>$O!5^d@*qOkhW"knTIA:@r*D<`pQ^C +(NNqN;ec_lGuQL:GuW&FZ(m126:M[j"]^,2bE^PU3om/cf?XBVF+_C!FMpINZG=L",!<[)isjs%;BQ<<_KH9Z2St94)?gNi0h,mlC@9&0l'O?c7ndGIt!?]16pXR26_Y]I +biYH0c^Y'q4+Tk(`2i-`RW=;[P67SQr#M+LS%XCpJO4KAKd4%#XQ:m#gF!5q92,:[Y*Uo;c +9@^CJe*09Q`JorsXFpB47+AU2@c_$hgVld-]^=]Fe?\IN]BG-nmO`CRdk8(>!Ys%FLFUP$[d:7,fgQmh +VJR,lG3X7Uh&bVlIiK&DZ,PCOfgVEJO)5\QZ9(gnfXSZN0")&FRbcHGp9om%qE^!%?`Y/ogVlds[d>9% +$-K]7$bXZkM[kJIFG0!)>2S'eUA&c``@=`K?*$-qE62k"Mj!-QgDTSn9kut==i>(N?VA?in:iPf +b:VcMePbGSo*\E]c3UXC#D/@'Ek=F(>rBNR.QN'&!@BTQI#%L +7Y$CsYfZWgNYF+([Oo[N!R-1e0g_LPlq#&s8mm3]o&k)IfZ`Ak%#4RRJQTKk\ZT:)'I]<%J0nQ0mqa\E +Y/p)[#`]=k-6lS=)58dl^VHi3,3FUh&\*:M6]eaK_fd;JGC`a1*.mj$AS5G(^L8&>IjUuo3Z&O8 +&X,FLKF61AV\@7>B?k6Ll^d":FO'b%jT;c>87f@ep1?N:85bFI7!ri>Zg=PB9GQG,#[%'?#`stS_?+0- +(-$/Kg(K2cahXoJ30P=?IX$sRfn"Buh/X.L*?iF6Jp(MbDV=J)0^'OTDeY"hGWVG/KkRq)-#q3p!+^%WhFTY1qR(8Z^q^go#">Y3"r>*j,9GhWiKarC`+PbWs;n6Q`jGjKPjhB0PP,=m5, +fZZZkbW]=Y%`Hsg6naI( +rED[MA-k,=6Qe1[SKiDI6kcZZp)Tm[?Kg]tkb)PTI@sk?J1PLTLg`Kr(D)D4S'8"jF?q`f!kL;#$`l\s +Hp]J%(^$mqj[p:*K1p5YjoW^h!aIt)f,r%S\6e5T'UqP0fNH=`7"hM9(+5^jC`K[$dfX,++:ufi.9bWY +'Wk)[]b+fS&7.;p.H#Z@>D%X$kns:T95($lF6$7t!')>/U6d<\bL\Dgn"P5`a]`)-o::cES$8rHEt1pU +e/S+hP>[!Lo)W;:DEfKmRqY1SMajDDkH"?'bp9DER5+Z917/I;0!*17p +K?fW,,2:PV9\9p@Cc"Zo[0:/nq6l-!`#AMN&RReFS(VVh!8SqZJ7Dpt$^Z;&7,Fe=N7_^E&YQJ08ERJg +0hIs!Ad2IcJ%j\dKFH5=S'8=!p@0WsA6$&ihdU/s*%^GMJ@B]H#GPK1cS&3j3+96!imXDeB(*],S8M0& +Q=:<-/N\S";<]qm2MMrTlal;UAhde_kJQ(_@hfG&Zc#NBe*We5o(JG5i'2adUW<%<9Sk#XgR>@F6cd93RiT4Jm0CcAid@Q_!'^*U@r6'3?N*:m:-@#Cl.B +&TNcV\f-1efs(n6-B,@<>&G3Y#If42%sr(.e7ASARIqVnu?GTlfUqtNT]+A +8CSjVA*s<"ak#;-:^E5D-7s@i=J1FA$1:HWG49?Q!fIit,2)1od!df0\<\dMR5[Qgc.>ri\o">VlB05C +laX`XcVW7:-L^nodGDppn.hX?5)5@Tn@g>,eJ<>ADDD*Or8j]OMDi0+Xt +ZT&XGW_;^nS#Bp;[$s>2B$Q$]7V]>VeaoJ[`@`_Cln[VWi_\QLV3sih0Z9nnI/6:U9Pk2"UN`R3b7NC( +@#opVKkO0)En`c#SiK.QsrPr +ZnIAV^(>p^KbSgs\7FbY$df<(*&]CiWUH@L\P,qs^L[7")h].4@X)%?+Ci1B0cc8!fq,?)D(?@Ik7V1J +hS!0OIS&ssN&f>+AYGdJ3dh@E?i_%R)M)kpLFWXSq[QKI'floV2S!P0#!rm!`qn'4+[q6 +NLLR_Fc!.D@O@k3X_U1JhG)4qFYRK7KsG^OJ]2)Ac^N/&GgG&M.q^I*!/p6F]E2=%2%Y^6KCK$ +%s!f@n/uqSJp`XfJ\!a"4?#7@]hQ&WF5GRWEjH):6#O,;K3TJ("h>*I\W-s\kVI[?E8)""h@Rq4\066R +61[0[%X-^k0KX["3:*df/A$$b#P5>8N)$B3O'V$^ +8$J2P3J*eAC]lhj=9UdY[/]8:nt1m>H_\Y"a7Jld/RF%\oo25\lMB#m0\c8a5jVi3U]2@n8ch`X"&YPY +=[sGV&Gm7^fGe:T7ktjhiXqIl)2P;_ptU,?k6ob3ef-?r$sQ>c\^NeXD:_CdkEWI\)s%0l(*a1i +E^'@j[-e?SHgekB\=Z"Fm;Q(K7uWGg`7TiEr',o6Zu1p[ia/mgsAdUWFIl%5JKh&-a$1g]lF[(l(C8$;24HE8VXCE/e.MG9HlJT6KZTl6Q,3ABNEJ +VsO/;hDJHlNneJ,"^X<\H-EEcpg=S,ls'YO)qE_hLZaM%:]Yp!h#""XWZ5LrIsgFJqtSZAPRQST[!&=W +1M%hTY!BA)T+@rHm9BZ-DYCS]"[WGdfXYJ`3_mQ;'jtNfNZLk:I-55RLk(FeG?Q4iYL=DqSZ<3T#Te<9 +cZUAKc-Lcl,!i:E1S8kuP1[MG^8iuHLG%3n!5&ToVY?OUA&Q[cKc$sD/X'm1e6aST[uU'Y +*5dW34V.U3RQO[`J3';A4>IkWStmTc4NaQ3+Md";]A&s;OD\8)lIU4cO,cYm2ah?+_9D+e`,:_uX`'$o +=uH*[_8(%5L)mL-'Gp.Yas:5IGJ('`6t:Ia>fdh\UI37YZ+UD;o6$oiH(Ch1],_m8ofL/A`$S_`h@TY4 +[R+i!:bVh55RdBY]ZD,P(p,FTmEm,1Pg0=DHLQhVcb[m&=W]i'V'_V9.*kC//Mhfr-pe/Ejt5`Pc6=."H/):[^q_ +K%h[rqL(KP['R,:!:,'c-m3+3)hl\s=4epO-EM29ee)epJB0N_'Y55>C_XZ?%iY\j28VgkY\i,;JB-mk +Bg7OlGU'-.Ct)uBfsXb!:^bB7iZn%Hg^,'hS=9,jL6@3pHH&AmBN5l!r# +Q#R8ed`XD*!1#4/pXS($\bu0I,@0TK)L6R15kr&CF];W!]pM]Yjjs338"Na?_8-a?=PXLl41O-NosMGV +Qf!&"bHJqJo%@:h])7FDIkJlD'uW,]9u$]*&Y)cSYU_VrG4Y_oR?ZSub?2EoRNl^nG6(fkIZ,!CE"qj) +Eo-(d#hPoV*dVgFB$psHjRda\QTOQ9=nUb;I8V3\Fs"K=k$Um%7PIJ)XfLi;UA$-]-f0kfN9%+LWa'lh +qd+XJ\Mcme[h`V"n)BkP4W)GK4o##'6_S__VE,oENeiL^,ISZ-?Q6fmRsOZ+S6iWKFrJVcfP.Q%icAQD!.<5o]?:A%"GsX5XDAdU\#FJlN06gkdlaoucqc/5=HrYc;1LBLlEnYA"0R]Ldr:QIG`L4`*7=*a-!GMNQ:C=1J[9Uu[+*D=S'hsum%02GZsC^n?9UXNaWNQ* +S'``@hV@\[]F^a-j!5"KcJ2kg,E#'sHm7'jWAW7t1.bF'l^2A+30Of,#YSR,XGqqX3%Gr94J&Yn,*b+D +rAeauH!$@',,7/c/oC_&EKKst,nI_mcLNW"@Za7g3T'Xm+N/dX70m:mh!i"<,H)ADR +'G?bR'_B>W+`Alao@`a*K6/2r:gjeoSC>;,t=T4b8<&FmNI8,ILH% +0PhhpeQ#STq^tq7oJsNiag(%dL`m@#GQ\02/PC@XbRY5@=SYT=5)caR,Ul&(rM"qFO@[u0U#`54*Z?-]=5^-BV;m-kUOGFtu.4!>e)pg0$ +LjI%d'!dUTMig=M:GLn[K5gGs&ck>>`g:#A'@*[%W.GdFVF'#m)c/_.+@aZ5 +V/[ts3M'TMb!0D7;-q;&OGGVaLB`sdXGZM7hU<*nON;>C\P/q(W=%.Tag9+@Q19(p0J=-[;,7A6M8&5_6?)<8irTF +7VZud=&ns5k!Gth=H1hU\`?F$gNVHMkNbgHl6tt'7NgJYLn6WUJI'-+aW'4F5W^H+_L%-GgO<" +NnWHHNH.FSUrd?u%n,5Fd/\OJ2JQh_$XRI#qcU5XW-Q#Hm=c4oNmb7!Sh"]*?Ml@AV)PGn2J&Y&1i[FQ +Kd+N^gF1QC4HlKA&N4C0T!R0"5O"8hRQA(h)`:cEgMIY-H65%Yb2@u5>-oA@b:84kD5.l6c_P5Rg9acY +fdKg5h+>upL5g5,Cm6%.a@8m)@bB:_"rArkF4q-i5#V=mT?2Q<;&7R?1W[SaaA +_F?\FZ)_bD%e&6g7j)'Ii&`#4Itqtp&5D!m*ju;?a'K&+"&qMg@JbY_%)pnF#OG'SQ%lMk\ZR_`&$YCo +M4aKUPBQ_/F$q_&C8?kch3$QZ2Q'Rad\!_6N1F +do+gZo5)p'\+03;H]4S,$dbg25Thm)XVj*ZhEA(aDeIuk`l>D$A,!AI[/&FFSks$-Hfn(Um@A;*gM]Pc +f`'"eh]'!WGIN8Hd:Gg9FP.6I&k5I%*:`#tH=9=1Tqh$#\r7=%LddY!ak;rp*F0Fi8!b6ikV@LCkV?MR +UWXS#N\5+OdD1T=G>HqBDqP%b`r=e&qbgPI:j8-?X%N*D(b[`oO6!%R%mWQea).jdjk5H?(BLa[n\K;N +kb6Tnn01?/^9.<1oF>N-M"X-R"HsI.o;f,7qn`1!5?a#T/TmSb_6<@^i4O"K3(?Yim_']Jd:A&`P_7 +*j(b=^XMU6WD7ZM*DrI*&S(D_f=.YHlH47kB+>4p;O8-O3g)DOqlO/8h@:,^`o^Zfh%?C+>n,psnV%^>8p^=Es^%A59Vn^\jk=N:3W7kr3#4SqHbP[0:1I'lp[39'P!3G@Z8"qZ'<;]?Y5W#Y;g\$G3KED]p;*@+^08ce&7JrmYStG!Y!0=M(K'R_E>_/N6cd@d9FWX=Y!u9*hr1^R\!=ct# +MS=,.pdO]\,Ta]+KZ>aIJ[BY?f&4spRnI'-Wjad;:;)Q)?s5E?odh0d"h&]u^;8YPbIC_dDO'CRrUgG0]K`qL%1S'+PFs)sN +LNWUoU(%6d"8!H-JWOcukIfX`;)lF^]HKUoi^R#G%M;G)l+Z[.,$sS0^-S]pMB`sJ#FK2&&Ru'EO?6t= +5UbiV(q]iD>fq?1J^29Xb,=_d-8*F@ooNAA7UVPQ2%NJq')tan$ZVb-' +Gn+YHI1C'HgulHQlZitV;mFZ"1&eo5JW62k*#RbFH9ABnSdYK-WHASq41"4\;*u]qZ;J==_F?\FZ'FE` +"QAc1,4q#3PkC%B/`9@[&.rEE&[\bZqpb:7`RskJXrV"B_-``F+i`pT/!<\V(i7AK$Mr'.H1G6'@dF)Y +cG)=bI`fPF4$]&g[BR&k&_M4/A*i<&7MNOkr;,.o^HOQtViO"%pN^EdPUjcAS;A*[N/P"^XSAe4qf=Me +IWgAJK0pX\?JmTl@S[g/Zg[Kk]>o689YDMP5($?egjJfUQ[D7[ru +/%CKj9jL7\AGb6%;%blDPiTSKZ+ct`JRu;Ck?u"^K!APQk)ir_CkmU"RN2ad@&&8dX6uRds5n6]rQ3^, +2o_GP7dmUhA7<97*D9!qUZQ;\i*)c5Wol&-afK]>>8$gj=T&_\j+^cVWDm8c:_Mt]`.d1e7!._$]HMH' +/7euog]\.?H^njr64\Df.]K*L$8@fc5ll:/5CSA17j%md.)N)FgWB]=@,&um!;O("!+PPB4BF9<>u5Ju +/mR(R!j]Ie\tCK&"bnXCJF8!nJhF"0c=+SlpTsRa:"2?R[s?XM3fO$k!BNuo/B@A@Vs84e_)F@[F?tnm +?9bH=KG`)?I1\:4#"'H'4&$O@&1(RXHXRF$'VOf]51brf>aVhuoeR"cjQr(C:;p*-%a<;^*A49^X]Or& +SQWSuS]Q6e(Y$7dE'[ienINGb?9f;`&FOP8>FW\m6nDGYnqM*"'H\ihk5lIL^)V?N$gO@A$PsN75#X1* +\=iOE[-_>^6YUV".mKhqdd]HsEe"OT&%Tg\eRpUSjjDHZ9t-.'k^j#K5=?k%?-m7:q=WT3If8Ys?QYcu +e&NO#la6KZ'(K^aQI7eR/nf3!+'!EsdKP&e9Trh3(GB%?5g[aX=KcZF!KQdNUlE-D'+(mgb`joIG#eji +l/d.r5?5pmXfGe4p"h2&dbindB6.kjpJ_7sDI0]I',\EpP8J59',bm[]tV)qiE4 +T^ZOH+_*/UXII=TAltL8GL8KCEY'CAq^YP/eIr.T@rHW\fn-d*+Y6L_i +K*>*5QVa\%TIt@5IPQ'i>Qr$U_FM`_Y(TH/`:^J/C)X_4LHQ`.!tD).e*(cVOe9W4WlN'+WrS(E4Ig-k +9?^3+aK;B[m90?>&0s/Sc3D/WOKn0iEAh=!.7OG?7u$pu*kodoZQ"91cb>=GSVJr[NYe5oHt*(o +/ge=?Sa\3>E'JXGF7>Bu1WjJJHns:9\!jf$1B6KAbiopZ=?&ZKrUg,E'GuSNenZb`rj8A`7cV9oGDfoS?EM!)IUl4i7Sf_M&lsPXU,PGReT4rb0fW/'Z +Opb)dbj>LUW5@!nEe.nJO:*`aX*6$.+BG[9[f(LE93igPHG[:X>Q),=afTR0@H:HR#]Xm#A/:!4qfua! +&@#?NaVuF)01)C]YMNF\0[3WO5%U>2eI)`=?G09]CjgI"W2/'tJ&g,KNYi9":ilD#-j:(BLrIs?g]O_S +YiTr*>&h2d*3sUP=I.>H;;hj.7e/'].1oVOlJbm@^#YH6kFsNfV.bt5186VM;3p_jT5B5Uq)n+q!`Vda +Q"@UMXZOZ\VTVo\XXmtn4?(7%1*Tbn3\r=ZkD1P0Qt1VEQ4_qE+JrK>.*Hj0^Kk5Y)6`9+AL4HDbdf/+ +Z*bUu)tRrHo'0sO?/A1[?.Jle.sZ8+0]#E.>nMEbaf?q0QWVA19A(14H$-M#/$S(L->K02fXu#tbKgM] +,k^$+e=9JA;.UVDkTuL*9Z^ca[_2j$'&Y[gQ7-l=uFtaHBV4(0-3V]XjR/"]k3:QU$dHHkKqsnmIWVW`^ju&Q+-5.8fIA&]Vh[ +]HKD9!ee#E`Rs&,g`#).9?k^!K.>Ogo7mQNZ:Bj"T;fC^OSl!8;%u2q'TYPFSF3=Q_'qrGhuM*pVgfBb +9A)W*0*B%`9!jo^HLE#lrcZD%MIUDDB8rt]P[C?5T/WrnAbCbJ1EKL%c?0T)]@T&:(a"r5q7V2h_k9UE +(q?g/m\3VsDXr-CQZu_Yd40[L(C+TMmUJB(giY_t9G-dF8efsl8$Q=5]mDIHNidX3A"SWD+E.pp):jW# +4mWc!B36G!VR>MqO1"/Xq=>6neuX"6O2?7Yc[o@+UH,afhgbC2*cj\c#e%J[6B:Nd7LUf1Qe\5V$Xq_$ +,lQAp7&IJ+qXQT?M^l +mb\GUjD5UXCl_#%"(C:QWR!g25$h7m&&c:s31Ar'EL72$C,!SA[AN3sDW('"EVKI,jlQI3-,X/Nh+ +4!O:Z=n8DU\TC_SMi(##.p.\6Z!,g;m8Oc--hu/H8_Ec(R8_6^E;+:RMX"tj.RJQC +0Fguf>s=b-=-m\Jou4M.L\bb+5GZ"sr#G"$[aVVAk>b_:4g,K>WioU6j`0sICZ'WA0Dg.``bY1`)5,t;0gksIX4:K>M=TtY7N"f:DHhWh/-E4;d[n;ZPDeQ9HW!?J2D]"L&&0-Re#Wjb067.jQ& +Gsgl?Du5=dWcde1qSsZDF>4[)TtZsFlfks0PYp^==fGVRojFVQ;3sk>qV%Tghh]SGmWPN^%n20JC,0O% +?S-FBKb?WHWP1dTP6J^q-hHGG/?NIb7$3\m\]u,2tHs(?bqPq1fip*T4 +&;I0^V?I\!X3'1RkO.Wk>Th^J46LGOhO?\&0NOpd+1g_rInc5Wr/mX6m%^IFN&<94k7RiQ:D;n(9@DF* +OEuP,Y+hfsJ,[7&df].5UK:+DEWe"A*o/iTf<+cF0qb]P@4Ka<_d.rggg;Guk78Yr&3,4"J;)VY>B_am +s5kuWrlNqsk5ObOatEKrlXG$c8c]h0#VZST'aVFXaj7T)aVuFmr:L;H1K_kb?^1O)LhLm?IlY5/i+AQ, +PoPU2d^8<^lOqlj'4=6m1d:/8.:GcJ^%m&MX*&OL@nN545@elc0'n)s2Mfprl7?g?:8U@sRp +]Fls=@Ygl;5&aX)h?$;D+sgWL(I*m.`9%[*6L>]pXpXICA*W(`E?"k2(l^@_qbGdArg/1:lQ&u:VLb:< +`0&M+fHI8NUQccIj:1PsL$iQ'`]qt5MW]fcZ1ig1/mqUMn?t%$NH8/Um)!rX1uYoTE4sK1Pnc^ThAu6^ +[..&[koeUj>9q_Z%1u!W +;ucq?pFrhFY1(?"a0_7#\\TS^QQ^6OSjsgNDI>qN.2764!WJ#Y$*cu;r/;tR5VD;m!X+uRV%s0I&`VrA +AS0_W8sLA-/*:$dKoOss>nRj^p2_EM'_5NFrq[ZZRFk5?&5B]J0/LSY"Nr*$07GufLt`,gS,6tc5.J$d +-bO(EGH9STK+uR@@3LN)%_,USDNQh]@Kp#XP3&dA!)Y:\Xk7DRY?$D#]'Cc$[9O*RHR?A1\nJu))2ddT ++;aSYV0d/CGCuoPi.u1k9I]&H+'+L?`Klf7R1*&#!8O$S%8i"r]o<^V'6WG2VrZt5YSbW*"f9@@eme.Z +^Yi0[8iHqLLOGd,QeBnQ.0m^J^r$`J_VP"5Nr1-_o3,FN!6$E2/3t$Fp5N[7Qdp^jC*]:al)Hl3.@GQa +eSbDL:s96AoV76")C2r$lg^p76uA`(eW-"T3n3P#bCIMF +/(8.=\88]Z.C_64>+^$1RGi0Pk&h(JJ`=k/6*NYJbtL83$_144YF,[Zbgn^g!j]>#E>B5^(FCg%maq_5\lAUigkh1q21?=0IGDP.<8TY/.mOj_GXj"@'AM7QeR/6 +LL#6ck%1DtHeMXHK7Z6;GP4;WQ7@euGcEEQ`j%k!/bW,Q1tPntjC`4:9W?^bQ7Etn+T+!?^\=RI_pP<#a!MAU0@6Xa19Wuh])_C9Ul?V<3H3Ma$V.%G'DkWhPlVM&FOK+Qk7N^F\u!0d%? ++I6]tp@C:XH""H"/_XC,KF-cY-jgZPi@\.>bJ;L)'G +DC2c>C@o!&Q)TpD"L93R?K.Hn*^%.dPO#bAcHV +/@Lp+*=LqGe#*R\iOQGO7r>OY)mT0G+2/nCgRXLf>SQSVQ8PlWbE.2J<<;rFa:Y-En:dX%^-T\dpd!'h +roc>aj;VL20jM%?\(!f1G-l&`UEj-.:V*F89ek,k_^ORm-e4e5Ps`1J@a)J@AV9m=2Ag&QI^jOF552r" +aSi=fJi\;/X/0_G610:(\IDn$guMX]aHKl)iE_pXe0qDFqi?eiNHUHml[(b7;=-Y%4S8riY[.RF8:rnC +h4Vh(@T/'YP3EoRfTta]%H6&kI!4kB(ULIfb!Or1$/9rolg3g.*u&>SPnueb+7n.RUOM>f`>tQjl[;!) +cKb1]:GVo8%]lu=+'`Cqu&[]PD9Bi?73).pUnfB +19Z]t3%EG?ka4"Ch7YdWrZ`COqC%Y8bc;tK;)g$pJ`8fc)h1@7nkgMcn*uN!R7XQps0R9#idB):iq(@iu6c$FLaR-@Z[; +gq>],jVRq,")krKD;S[t[1RgBC&BV'`O,;FXIs":WCe_&7RN"&nr(7Y8_>HVTd21CSIo#.)i'oS+8h'B +^RU,$b6Pe_CtWd\%^r'10@aE%T+#gcIC#[#f4]//TZ_l,L;9>;Y(u,J<4b-1qsh>6h/SNI;6V>0jT@B` +'S*a"/")\f%YV-6]@CBm6Jq(oQ<$BVY=)T7od@Us2ug0\_c&n&f35=L$&qEl&MLooG>ob4AhRO^*:i9k +O?Y!=5,9\I\bt"0?i5>ILm\d,cTFBbb\q*.k-=Zg;fnXWoC0dTo5Mh<#*7(mN.p@6q97l&]d6JObbrWW +k4m0TQ*k\qP@'RKM,+%9AtS9Doa@DD"6&k:W0l24]!F,pdE(K.^\m)NU]9B[][&CTDim86Xe5XJJ* +endstream +endobj +7 0 obj + 20054 +endobj +3 0 obj + << + /Parent null + /Type /Pages + /MediaBox [0.0000 0.0000 510.00 248.00] + /Resources 8 0 R + /Kids [5 0 R] + /Count 1 + >> +endobj +9 0 obj + [/PDF /Text /ImageC] +endobj +10 0 obj + << + /S /Transparency + /CS /DeviceRGB + /I true + /K false + >> +endobj +11 0 obj + << + /Alpha1 + << + /ca 1.0000 + /CA 1.0000 + /BM /Normal + /AIS false + >> + >> +endobj +8 0 obj + << + /ProcSet 9 0 R + /ExtGState 11 0 R + >> +endobj +xref +0 12 +0000000000 65535 f +0000000015 00000 n +0000000315 00000 n +0000020797 00000 n +0000000445 00000 n +0000000521 00000 n +0000000609 00000 n +0000020773 00000 n +0000021251 00000 n +0000020967 00000 n +0000021006 00000 n +0000021108 00000 n +trailer +<< + /Size 12 + /Root 2 0 R + /Info 1 0 R +>> +startxref +21324 +%%EOF diff --git a/qp2/positionsoverview.tex b/qp2/positionsoverview.tex new file mode 100644 index 0000000..bf8ae10 --- /dev/null +++ b/qp2/positionsoverview.tex @@ -0,0 +1,46 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=6em,text ragged}}] at (0,0) + { + \node (bse) {$\mathsf{bse}$}; \\ + \node (bse1) {com}; \\ + \node (bse2) {habl}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=6em,text ragged}}] at (4,0) + { + \node (v) {$\mathsf{ved}$}; \\ + \node (e) {come}; \\ + \node (a) {habla}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=6em,text ragged}}] at (8,0) + { + \node (vr) {$\mathsf{red}$}; \\ + \node (er) {comer}; \\ + \node (ar) {hablar}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=6em,text ragged}}] at (12,0) + { + \node (vre) {$\mathsf{réed}$}; \\ + \node (ere) {comeré}; \\ + \node (are) {hablaré}; \\ + }; + + \draw[->] (bse) to (v); + \draw[->] (v) to (vr); + \draw[->] (vr) to (vre); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/postionsoverview.tex b/qp2/postionsoverview.tex new file mode 100644 index 0000000..891a572 --- /dev/null +++ b/qp2/postionsoverview.tex @@ -0,0 +1,46 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=6em,text ragged}}] at (0,0) + { + \node (bse) {X;$\mathsf{BSE}$}; \\ + \node (bse1) {com;$\mathsf{BSE}$}; \\ + \node (bse2) {habl;$\mathsf{BSE}$}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=6em,text ragged}}] at (4,0) + { + \node (v) {{\bf XV};$\mathsf{V}$\\ + \node (e) {come;$\mathsf{E}$}; \\ + \node (a) {habla;$\mathsf{A}$}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=6em,text ragged}}] at (8,0) + { + \node (vr) {{\bf XVr};$\mathsf{VR}$}; \\ + \node (er) {comer;$\mathsf{ER}$}; \\ + \node (ar) {hablar;$\mathsf{AR}$}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,draw,text width=6em,text ragged}}] at (12,0) + { + \node (vre) {{\bf XVré};$\mathsf{VRE}$}; \\ + \node (ere) {comeré;$\mathsf{ERE}$}; \\ + \node (are) {hablaré;$\mathsf{ARE}$}; \\ + }; + + \draw[->] (bse) to (v); + \draw[->] (v) to (vr); + \draw[->] (vr) to (vre); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/premed-path.tex b/qp2/premed-path.tex new file mode 100644 index 0000000..39336fd --- /dev/null +++ b/qp2/premed-path.tex @@ -0,0 +1,21 @@ +\begin{tikzpicture}[>=stealth'] + \node (dependent) at (0,4) {dependent}; + \node (ready) at (0,2) {ready}; + \node (premed) at (0,-2) {premed}; + \node (med) at (0,0) {med}; + \node (gfix) at (4,2) {gfix}; + \node (nfix) at (-4,2) {nfix}; + \draw[->] (ready) to (med); + \draw[->] (premed) to (med); + \draw[->] (ready) to (gfix); + \draw[->] (ready) to (nfix); + \draw[->] (med.north) to (gfix); + \draw[->] (med.north) to (nfix); + \draw[->] (dependent.south) to (gfix); + \draw[->] (dependent.south) to (nfix); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/preorder.log b/qp2/preorder.log new file mode 100644 index 0000000..7126022 --- /dev/null +++ b/qp2/preorder.log @@ -0,0 +1,1017 @@ +This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017/Arch Linux) (preloaded format=xelatex 2017.8.19) 7 SEP 2017 21:57 +entering extended mode + restricted \write18 enabled. + file:line:error style messages enabled. + %&-line parsing enabled. +**\input preorder.tex +(./preorder.tex +./preorder.tex:14: Undefined control sequence. +l.14 \psscalebox + {1.0 1.0} % Change this value to rescale the drawing. +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + + +./preorder.tex:14: LaTeX Error: Missing \begin{document}. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.14 \psscalebox{1 + .0 1.0} % Change this value to rescale the drawing. +You're in trouble here. Try typing to proceed. +If that doesn't work, type X to quit. + +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! + +./preorder.tex:16: LaTeX Error: Environment pspicture undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.16 \begin{pspicture} + (0,-1.13)(2.89,1.13) +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + +Missing character: There is no ( in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +./preorder.tex:17: Undefined control sequence. +l.17 \psline + [linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arr... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no k in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no z in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no > in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no ) in font nullfont! +./preorder.tex:18: Undefined control sequence. +l.18 \psline + [linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arr... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no k in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no z in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no > in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no ) in font nullfont! +./preorder.tex:19: Undefined control sequence. +l.19 \psline + [linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arr... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no k in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no z in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no > in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +./preorder.tex:20: Undefined control sequence. +l.20 \psline + [linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arr... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no k in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no z in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no > in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +./preorder.tex:21: Undefined control sequence. +l.21 \psline + [linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arr... +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no k in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no d in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no z in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 5 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no c in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no h in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no r in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no w in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no > in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no ) in font nullfont! +./preorder.tex:22: Undefined control sequence. +l.22 \rput + [bl](1.00,0.89){A} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no A in font nullfont! +./preorder.tex:23: Undefined control sequence. +l.23 \rput + [bl](0.0,0.03){B} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no B in font nullfont! +./preorder.tex:24: Undefined control sequence. +l.24 \rput + [bl](2.0,0.03){C} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no C in font nullfont! +./preorder.tex:25: Undefined control sequence. +l.25 \rput + [bl](1.00,-1.13){D} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no D in font nullfont! +./preorder.tex:26: Undefined control sequence. +l.26 \rput + [bl](2.68,-1.13){E} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no E in font nullfont! +./preorder.tex:27: Undefined control sequence. +l.27 \rput + {42.128693}(0.48887426,-0.28929842){\rput[bl](0.62,0.49){$\leq$}} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no 4 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 3 in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 7 in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no 8 in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no ) in font nullfont! +./preorder.tex:27: Undefined control sequence. +l.27 ...t{42.128693}(0.48887426,-0.28929842){\rput + [bl](0.62,0.49){$\leq$}} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 6 in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 0 in font nullfont! +Missing character: There is no . in font nullfont! +Missing character: There is no 4 in font nullfont! +Missing character: There is no 9 in font nullfont! +Missing character: There is no ) in font nullfont! +LaTeX Font Info: External font `cmex10' loaded for size +(Font) <7> on input line 27. +LaTeX Font Info: External font `cmex10' loaded for size +(Font) <5> on input line 27. +./preorder.tex:28: Undefined control sequence. +l.28 \rput + [bl](-2,1){$$\begin{align} +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +Missing character: There is no [ in font nullfont! +Missing character: There is no b in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no ] in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no - in font nullfont! +Missing character: There is no 2 in font nullfont! +Missing character: There is no , in font nullfont! +Missing character: There is no 1 in font nullfont! +Missing character: There is no ) in font nullfont! + +Overfull \hbox (20.0pt too wide) in paragraph at lines 14--28 +[] + [] + + +Overfull \hbox (7.7778pt too wide) in paragraph at lines 14--28 +\OMS/cmsy/m/n/10 ^^T$ + [] + + +./preorder.tex:28: LaTeX Error: Environment align undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.28 \rput[bl](-2,1){$$\begin{align} + +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + +./preorder.tex:29: Misplaced alignment tab character &. +l.29 B & + \leq A \\ +I can't figure out why you would want to use a tab mark +here. If you just want an ampersand, the remedy is +simple: Just type `I\&' now. But if some right brace +up above has ended a previous alignment prematurely, +you're probably due for more error messages, and you +might try typing `S' now just to see what is salvageable. + +./preorder.tex:30: Misplaced alignment tab character &. +l.30 C & + \leq A \\ +I can't figure out why you would want to use a tab mark +here. If you just want an ampersand, the remedy is +simple: Just type `I\&' now. But if some right brace +up above has ended a previous alignment prematurely, +you're probably due for more error messages, and you +might try typing `S' now just to see what is salvageable. + +./preorder.tex:31: Misplaced alignment tab character &. +l.31 D & + \leq B \\ +I can't figure out why you would want to use a tab mark +here. If you just want an ampersand, the remedy is +simple: Just type `I\&' now. But if some right brace +up above has ended a previous alignment prematurely, +you're probably due for more error messages, and you +might try typing `S' now just to see what is salvageable. + +./preorder.tex:32: Misplaced alignment tab character &. +l.32 D & + \leq C \\ +I can't figure out why you would want to use a tab mark +here. If you just want an ampersand, the remedy is +simple: Just type `I\&' now. But if some right brace +up above has ended a previous alignment prematurely, +you're probably due for more error messages, and you +might try typing `S' now just to see what is salvageable. + +./preorder.tex:33: Misplaced alignment tab character &. +l.33 E & + \leq E \\ +I can't figure out why you would want to use a tab mark +here. If you just want an ampersand, the remedy is +simple: Just type `I\&' now. But if some right brace +up above has ended a previous alignment prematurely, +you're probably due for more error messages, and you +might try typing `S' now just to see what is salvageable. + + +./preorder.tex:34: LaTeX Error: \begin{document} ended by \end{align}. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.34 \end{align} + $$} +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + + +Overfull \hbox (146.59525pt too wide) detected at line 34 +\OML/cmm/m/it/10 B \OMS/cmsy/m/n/10 ^^T \OML/cmm/m/it/10 A[] C \OMS/cmsy/m/n/10 + ^^T \OML/cmm/m/it/10 A[] D \OMS/cmsy/m/n/10 ^^T \OML/cmm/m/it/10 B[] D \OMS/cm +sy/m/n/10 ^^T \OML/cmm/m/it/10 C[] E \OMS/cmsy/m/n/10 ^^T \OML/cmm/m/it/10 E[] + + [] + + +./preorder.tex:35: LaTeX Error: \begin{document} ended by \end{pspicture}. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... + +l.35 \end{pspicture} + +Your command was ignored. +Type I to replace it with another command, +or to continue without it. + +) +! Emergency stop. +<*> \input preorder.tex + +*** (job aborted, no legal \end found) + + +Here is how much of TeX's memory you used: + 10 strings out of 492998 + 108 string characters out of 6139961 + 61708 words of memory out of 5000000 + 4090 multiletter control sequences out of 15000+600000 + 3640 words of font info for 14 fonts, out of 8000000 for 9000 + 1348 hyphenation exceptions out of 8191 + 18i,1n,12p,148b,67s stack positions out of 5000i,500n,10000p,200000b,80000s +No pages of output. diff --git a/qp2/preorder.tex b/qp2/preorder.tex new file mode 100644 index 0000000..69eae55 --- /dev/null +++ b/qp2/preorder.tex @@ -0,0 +1,35 @@ +% \usepackage[usenames,dvipsnames]{pstricks} +% \usepackage{epsfig} +% \usepackage{pst-grad} % For gradients +% \usepackage{pst-plot} % For axes +% \usepackage[space]{grffile} % For spaces in paths +% \usepackage{etoolbox} % For spaces in paths +% \makeatletter % For spaces in paths +% \patchcmd\Gread@eps{\@inputcheck#1 }{\@inputcheck"#1"\relax}{}{} +% \makeatother +% % User Packages: +% +% + +\psscalebox{1.0 1.0} % Change this value to rescale the drawing. +{ +\begin{pspicture}(0,-1.13)(2.89,1.13) +\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(0.32,0.03)(1.12,-0.77) +\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(1.92,0.03)(1.12,-0.77) +\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(1.12,0.83)(0.32,0.03) +\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(1.12,0.83)(1.92,0.03) +\psline[linecolor=black, linewidth=0.04, arrowsize=0.05291667cm 2.0,arrowlength=1.4,arrowinset=0.0]{->}(1.92,0.03)(2.72,-0.77) +\rput[bl](1.00,0.89){$a$} +\rput[bl](0.0,0.03){$b$} +\rput[bl](2.0,0.03){$c$} +\rput[bl](1.00,-1.13){$d$} +\rput[bl](2.68,-1.13){$e$} +\rput{42.128693}(0.48887426,-0.28929842){\rput[bl](0.62,0.49){$\leq$}} +\end{pspicture} +} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: + diff --git a/qp2/prepastpositions.tex b/qp2/prepastpositions.tex new file mode 100644 index 0000000..2f4efaa --- /dev/null +++ b/qp2/prepastpositions.tex @@ -0,0 +1,13 @@ +\begin{tikzpicture}[>=stealth'] + \node (ded) at (0,0) {$\mathsf{drove}$}; + \node (ened) at (2,0) {$\mathsf{driven}$}; + \node (dened) at (1,-2) {$\mathsf{walked}$}; + + \draw[-] (ded) to (dened); + \draw[-] (ened) to (dened); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/prepastpositions2.tex b/qp2/prepastpositions2.tex new file mode 100644 index 0000000..aa062b9 --- /dev/null +++ b/qp2/prepastpositions2.tex @@ -0,0 +1,13 @@ +\begin{tikzpicture}[>=stealth'] + \node (ded) at (0,0) {$\mathsf{beat}$}; + \node (ened) at (2,0) {$\mathsf{beaten}$}; + \node (dened) at (1,-2) {$\mathsf{slept}$}; + + \draw[-] (ded) to (dened); + \draw[-] (ened) to (dened); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/processoverview.tex b/qp2/processoverview.tex new file mode 100644 index 0000000..e38b639 --- /dev/null +++ b/qp2/processoverview.tex @@ -0,0 +1,46 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,text width=8em,text ragged}}] at (0,0) + { + \node (bse) {$\mathsf{bse},\mathrm{habl},\text{\scshape hablar}$}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,text width=8.5em,text ragged}}] at (4.5,0) + { + \node (o) {$\mathsf{oed},\mathrm{hablo},\text{\scshape hablar}$}; \\ + \node (a) {$\mathsf{ved},\mathrm{habla},\text{\scshape hablar}$}; \\ + \node (e) {$\mathsf{eed},\mathrm{hablé},\text{\scshape hablar}$}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,text width=9em,text ragged}}] at (9,0) + { + \node (an) {$\mathsf{ned},\mathrm{hablan},\text{\scshape hablar}$}; \\ + \node (ar) {$\mathsf{red},\mathrm{hablar},\text{\scshape hablar}$}; \\ + \node (as) {$\mathsf{sed},\mathrm{hablas},\text{\scshape hablar}$}; \\ + }; + + \matrix[row sep=-\pgflinewidth, + column sep=-\pgflinewidth, + column 1/.style={nodes={text depth=0pt,rectangle,text width=9em,text ragged}}] at (13.5,0) + { + \node (are) {$\mathsf{vréed},\mathrm{hablaré},\text{\scshape hablar}$}; \\ + }; + + \draw[->] (bse) to (o); + \draw[->] (bse) to (a); + \draw[->] (bse) to (e); + \draw[->] (a) to (an); + \draw[->] (a) to (as); + \draw[->] (a) to (ar); + \draw[->] (ar) to (are); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/quechuaconditionalmcat.tex b/qp2/quechuaconditionalmcat.tex new file mode 100644 index 0000000..a69678d --- /dev/null +++ b/qp2/quechuaconditionalmcat.tex @@ -0,0 +1,13 @@ +\tikz [>=stealth'] +\graph [layered layout, grow'=up, edges=rounded corners] +{ + "$\mcat{cbase}$" <- {"$\mcat{(chiq,nki)}$", "$\mcat{nki}$", "$\mcat{n}$", "$\mcat{i}$"}, + "$\mcat{p1base}$" <- {"$\mcat{nki}$", "$\mcat{n}$", "$\mcat{waq}$"}, + "$\mcat{(waq,nki)}$" <- {"$\mcat{waq}$", "$\mcat{(man,nki)}$"}, + "$\mcat{(chiq,waq,nki)}$" <- {"$\mcat{(chiq,waq)}$", "$\mcat{(man,chiq,nki)}$"}; +}; + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/quechuapluralmcat.tex b/qp2/quechuapluralmcat.tex new file mode 100644 index 0000000..3f71a6e --- /dev/null +++ b/qp2/quechuapluralmcat.tex @@ -0,0 +1,13 @@ +\tikz [>=stealth'] +\graph [layered layout, grow'=up, edges=rounded corners] +{ + "$\mcat{pbase}$" <- {"$\mcat{kbase}$", "$\mcat{sbase}$"}, + "$\mcat{kbase}$" <- {"$\mcat{(s,nbase)}$", "$\mcat{nbase}$"}, + "$\mcat{sbase}$" <- {"$\mcat{nbase}$", "$\mcat{(kuna,nbase)}$"}, + "$\mcat{kuna}$" <- {"$\mcat{(kuna,nbase)}$", "$\mcat{(kuna,s,nbase)}$", "$\mcat{(s,kuna,nbase)}$"}; +}; + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/realization-rule1.tex b/qp2/realization-rule1.tex new file mode 100644 index 0000000..de1cec5 --- /dev/null +++ b/qp2/realization-rule1.tex @@ -0,0 +1,20 @@ +\begin{tikzpicture} + \matrix (m) [left delimiter=[,right delimiter={]},matrix of math nodes] + { + \textsc{mud} & \left\{\left[\textit{pl}\right], \left[\textit{emph}\right], \left[\textit{nom}\right]\right\} \\ + \textsc{ms} & \textit{set} \\ + \textsc{mph} & + \left\{ + \begin{bmatrix} + \textsc{ph} & \left< \textrm{kuna} \right> \\ + \textsc{pc} & 2 + \end{bmatrix} + \right\} + \\ + }; +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/realization-rule2.tex b/qp2/realization-rule2.tex new file mode 100644 index 0000000..c9eb83c --- /dev/null +++ b/qp2/realization-rule2.tex @@ -0,0 +1,20 @@ +\begin{tikzpicture} + \matrix (m) [left delimiter=[,right delimiter={]},matrix of math nodes] + { + \textsc{mud} & \left\{\left[\textit{pl}\right]\right\} \\ + \textsc{ms} & \textit{set} \\ + \textsc{mph} & + \left\{ + \begin{bmatrix} + \textsc{ph} & \left< \textrm{kuna} \right> \\ + \textsc{pc} & 2\vee 3 + \end{bmatrix} + \right\} + \\ + }; +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/realization-rule3.tex b/qp2/realization-rule3.tex new file mode 100644 index 0000000..36ba79d --- /dev/null +++ b/qp2/realization-rule3.tex @@ -0,0 +1,20 @@ +\begin{tikzpicture} + \matrix (m) [left delimiter=[,right delimiter={]},matrix of math nodes] + { + \textsc{mud} & \left\{\left[\textit{pl}\right]\right\} \\ + \textsc{ms} & \textit{set} \\ + \textsc{mph} & + \left\{ + \begin{bmatrix} + \textsc{ph} & \left< \textrm{s} \right> \\ + \textsc{pc} & 2\vee 3 + \end{bmatrix} + \right\} + \\ + }; +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/sigma-example.tex b/qp2/sigma-example.tex new file mode 100644 index 0000000..5271958 --- /dev/null +++ b/qp2/sigma-example.tex @@ -0,0 +1,13 @@ +\begin{tikzpicture} + \node (a) at (0,0) {$\sformt{\red past}{drove}$}; + \node (a) at (-0.5,-3) {$\sformt{\red pstpart}{driven}$}; + \node (a) at (1,1) {$\sformt{\red allpast}{walked}$}; + + \draw (0,0) circle (3.8) (-3.8,0) node [left] {$form\mathcolor{gray}{entry}$}; + \draw[thick] (0.5,0.5) circle (2.5) (1,2.5) node [above,fill=white,fill opacity=0.75,text opacity=1] {$\Sigma_{x:form\mathcolor{gray}{entry}}(state(x)\leq \mathsf{past})$}; +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/sigma-example2.tex b/qp2/sigma-example2.tex new file mode 100644 index 0000000..ba17496 --- /dev/null +++ b/qp2/sigma-example2.tex @@ -0,0 +1,13 @@ +\begin{tikzpicture} + \node (a) at (0,0) {$\sformt{\red pstpart}{driven}$}; + \node (b) at (-0.5,-3) {$\sformt{\red past}{drove}$}; + \node (c) at (1,1) {$\sformt{\red allpast}{walked}$}; + + \draw (0,0) circle (3.8) (-3.8,0) node [left] {$form\mathcolor{gray}{entry}$}; + \draw[thick] (0.5,0.5) circle (2.5) (1,2.5) node [above,fill=white,fill opacity=0.75,text opacity=1] {$\Sigma_{x:form\mathcolor{gray}{entry}}(state(x)\leq \mathsf{pstpart})$}; +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/sign.pdf b/qp2/sign.pdf new file mode 100644 index 0000000..51ea3ae Binary files /dev/null and b/qp2/sign.pdf differ diff --git a/qp2/sign.svg b/qp2/sign.svg new file mode 100644 index 0000000..27a7104 --- /dev/null +++ b/qp2/sign.svg @@ -0,0 +1,437 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + Signified + Signifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qp2/sign2.pdf b/qp2/sign2.pdf new file mode 100644 index 0000000..6e925df Binary files /dev/null and b/qp2/sign2.pdf differ diff --git a/qp2/sign2.svg b/qp2/sign2.svg new file mode 100644 index 0000000..e9b21d7 --- /dev/null +++ b/qp2/sign2.svg @@ -0,0 +1,504 @@ + + + + + + + + + + image/svg+xml + + + + + + + + Signified + Signifier + + + + /dÊŒk/ + + + N + ⟦duck⟧ + → + → + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qp2/signvenn.tex b/qp2/signvenn.tex new file mode 100644 index 0000000..bcb0ad1 --- /dev/null +++ b/qp2/signvenn.tex @@ -0,0 +1,18 @@ +\begin{tikzpicture}[scale=0.8, every node/.style={transform shape}] + \draw (0,0) circle (3) (0,-3) node [fill=white,fill opacity=0.75,text opacity=1] {Possible Signs}; + \draw[thick] (1.5,0) circle (1.25) (1.5,0) node (a) [fill=white,fill opacity=0.75,text opacity=1,text width=4em] {Derived Signs}; + \draw[thick] (-1.5,0) circle (1.25) (-1.5,0) node (b) [fill=white,fill opacity=0.75,text opacity=1,text width=4em] {Lexical Entries}; + \draw (-6,0) circle (2) (-6,2) node [fill=white,fill opacity=0.75,text opacity=1] {Possible Forms}; + \draw[thick] (-6,0) circle (1.25) (-6,0) node (c) [fill=white,fill opacity=0.75,text opacity=1,text width=4em] {Form Entries}; + + \draw[->,ultra thick] (c) to (b); + \draw[->,ultra thick] (b) to (a); + \draw[->,ultra thick] (-6.5,-0.5) arc (330:30:30pt); + \draw[->,ultra thick] (1.8,-0.5) arc (-150:150:30pt); + +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/simple-inflection.graphml b/qp2/simple-inflection.graphml new file mode 100644 index 0000000..ae7712d --- /dev/null +++ b/qp2/simple-inflection.graphml @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + dependent + + + + + + + + + + + + + + + + + + weak vowel + + + + + + + + + + + + + + + + + + no derivative + + + + + + + + + + + + + + + + + + animate person + + + + + + + + + + + + + + + + + + regular + + + + + + + + + + + + + + + + + + weak vowel + +animate person + + + + + + + + + + + + + + + + + + + + + ≥ + + + + + + + + + + + + + + + + + + + + + ≥ + + + + + + + + + + + + + + + + + + + + + ≥ + + + + + + + + + + + + + + + + + + + + + ≥ + + + + + + + + + + + + + + + + + + ≥ + + + + + + + + + + + + + + + + + + + + + ≥ + + + + + + + + + + + + + + + diff --git a/qp2/simple-inflection.pdf b/qp2/simple-inflection.pdf new file mode 100644 index 0000000..52c6ff3 --- /dev/null +++ b/qp2/simple-inflection.pdf @@ -0,0 +1,347 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj + << + /Title () + /Author () + /Subject () + /Keywords () + /Creator (yExport 1.5) + /Producer (org.freehep.graphicsio.pdf.YPDFGraphics2D 1.5) + /CreationDate (D:20171018173105-04'00') + /ModDate (D:20171018173105-04'00') + /Trapped /False + >> +endobj +2 0 obj + << + /Type /Catalog + /Pages 3 0 R + /ViewerPreferences 4 0 R + /OpenAction [5 0 R /Fit] + >> +endobj +4 0 obj + << + /FitWindow true + /CenterWindow false + >> +endobj +5 0 obj + << + /Parent 3 0 R + /Type /Page + /Contents 6 0 R + >> +endobj +6 0 obj + << + /Length 7 0 R + /Filter [/ASCII85Decode /FlateDecode] + >> +stream +Gb!lD]8eI)Ei!,M;*WE3Hp:;-!X=b6)FLr0^iUN<"?l`+&D((t,]hS.DDZ;UVlt10.ct?+_'%d[aS6,. +^X)EEk7@(`;_RHd5/2Ppr9),l_-\9EVq8cBNpS4O+3uRR5Q:TNY93eYqY>nrr;MaAs',F!dso,TC&e+_ +T76\+s7/r-n[JMsRt"Zfro=%<]A@8n5509T][KW_q7S3S2\#^=4oC(MOT4>)MkKV1B\Wahc+bo`-2u^AI[e=6]EI3bs/]Rl]$NZk/<6+(I`D;c1P)EX=!q^6Ul.*V +re]egecK[6^Z4jA4UCf5J8;9Z$^Eo,7O^SW2uGSprqZ5Lj/]@L/=^bU>UXgiS5]=/iAF)G[%:P*R`098 +Y>PRO$KEq%f*!"mK=md]R'$>;1L&mEW4cdk)qER0B8OeM@J]V'Y"?[Dqou<,,+c3OXsqrskp'A1b\+RT +S/Z*NXZ"Z#Wf*lPLXf0G*K3UI,BO:T26cfM>d(?M_$MC.5(d2][o[@1PSk3W:SS#O+A.k@.`NI==u0[4 +[?GJSOoDUT7p;H_G3^&fYPXZ%+sC=lVUn)JHE3*0,BDiZ5<(3oqCg$m[']]6rJR9/>M&52W/)%foiQ"k +it^S/3#cY@RHg,6#Og9DUphD&@RO#gK&S)ZKph^/$[kn-EI5[ti8XRO>)Ne"4Ll["@@^7E:=,l&#h0VM +(E2M6VgoH3`Yc\BH?R#KLlTZI@:3kW4)L[cI@)M\/]Nie]k[RP,@6-h:fudaW)\kV +YFg2j3$''g2fNLLG`IHK8)l4]61:f.Qf%t[-e,pp]UiCRCjGA1]`+;H[>3@A7bFhk%@jOC^nOt=LB?TR +\XF]hkd3gLf4%-geEhUYqO6,RL=[JQ_o=@]1>*^TW6K;T0NOs8]n[CilIi!nR*)glkA+P/K\&ne:g_DV +BZ*'(amhhfo%Urp(l+@KPO\J0+*(Q!]2m'u?Tp.T7(+5"^61I3(YA5+nN-4JmJ/QjU +m0T:qD7B5jCdl)ijMXkOibju0Uga\lduZG>[:J4Z2,0$2*:k"3jD$-%/B-_d0?5M^.Z:4qif*R5j$[/8 +g@tUF43e)WP5S?2lc!S1QjZp8-pLKDT'LmmZn6."gXrRZF;"?eQUQUQep)&((7dN&l7F(6.9!A.XG(DJ +/iapIWSprWa+#OpjSc[&o!_5[q1uCNI([1KHoBPj1R/)c3k0Q[.S9It"XTS/lU@CM_nh2gEog]!MART3 +Z;/V$`\GXs:D^0NT@41e[(1.8\CPYE&n;u*\#qIKZ@BDS*88s3,&SM"XYsc1d7-TF_id([91^DtfB&:4 +E+4mU'H*4n_0RT`NdUK)P;$RprJ_hDRm("6a"pdbE[c6\PgUL +Xt4tBQ!/+:ZHttA/:>R)2<%93/G,#SNa8gGkp'9Vduc/*cRi36^?!ETi?_PZr`cP,fj/W0;+d+?OrZOe^Vd'6d +EWpABEb1r">QMg)>ZkRLj9fLR#:I6MdE:;15)PQ(JAcC?QXm)1jg0J]skQIol%C]r$VT`2g\#3]jMDTr`o +D-X[!aReojU.u^J0.P"7e63*WiYJKN?W[E%A!#g6doWbm.*qPi&,.r]&ea%de-rZ/V) +\o@)bjkrHkB0Tp;>LY1n8C3(^h"%l3i/3!//6$4DVbgUGVk;`V#q7Y2IC_ +KOa6ar_&eKhQNP>91^V3cK,EVW/gD/^ +nZjDpk1j4U2HUCB#$n1ZIO$_hS@<%KQq-XQG$%8$jh#J_*7.o@P?=cZkaI/Lf-D>/PJAi"Xk@W]mHe8_ +LPmp(24Bh=4>OI:OE>B8NbT@4?Sqt".LL9K,0o/A"V^:n)?FS*6Ir(rZ/ni2_Nl71T(p"S-M^5=NLE: +3'4i<(=(%/OGqa+Bk+"q53L??Fh.U%m;WE(EV[cQo,@q?W8TV6-7OdK%S.k:P`8W[e*TJBgQ2lQ`k5%j +8"/=]f'o:2T_S>62ojSBmo]5^ITm=O@hOA,N*q&4o.s8VdpfSq>/(hZCm7`a0k&O.7`8'7Ng=drY@B$: +(^K!l4<2?W^Fp($MWFC)444]SBR&P`9#r$D-Oe!Ng>0K'Ujh?N5+$cBCQ6c)g5]H2a.-MChO&:EPM/:- +A.+HDR)hd4a1RG*lr"cnQ?])8dp?`0W=@YCBnaIBV)D/`Uc,G&I\\Z#Iig;NJQb99gTaCg52BLZUSlLF +C'0`MUc*1*0"!FN[cK9bT9%LAlu^[TFU@?q;B%IB?BWeBNnaPo$pV8OG2uQUZ(s:-R9XL5hol#^C@'Ra +WSdYJ_g'(AiW4t$e_7QSP1lR+X@I#hL0"$8kH'?`)`KNr3N3Q-E +bFHDWpI4U^s'tK']@8/TVB`K?RH@D:4M7N!F0nU-kP2SXi$aoCXE'Ad[3i^E:a4o8;W:@K2XIs(gVT6Q +M%655ZD(5n3t6?(Ii]$!&4dDO!TgAtM*rs<=5W]OuoO$"Tm!Q(f#B8n@+K[C/%tH2IB!Qe+)F%Y"IX+K/9mgZKU3N29q;U$%E-q.3]We\!.lg +PQj8T!O>8*t2.HtVm8TRpK$LQlZ"Ru#)/ +i4bpbTJPBM*q.)\h:jU79ZQD,E#gfj,.WJXD+%.8S%`5G`O-e:n^i%V,5ERg./[(1MPoRYrR'Xu[b,,@ +-1]h>Opm)j%"sb-cp%Dpd)f%tRu6pjWRK!ZA1+^CGG!VaR\7-mQ0d\#d`B`!<,+qseqH`Q,;O@#7+c*] +^U0D4^RG`,;OeN@OI`a1Ls_1eBgKOjg^urIOtR3[n?sIZ0WTpD`/s+t('NK8q>E:1Zn2QBn8Ribc(#SgO(.:M +>)VhVR`a;7+L<3KqO$#hTNbr2&;IUs@G!,e+UN'&`7WLF(;tN7fY2\TGu2T:UJbaYZ?8"aA@;,t@PbA6 +L+K]K6%F](>7edtAjJQSLO04^%@77'YWR?@+;U\,+q%j'o?VQWGi'*$TY*F9S3a`n)n=+PFou'ogO]DQ +p7ckcF-"P\?+74q.G\oX$\nC.Zfg69OktT0CU&n(q!D]P0;IQVU/>@(d1;bl +bNLo7?9,!\_#]46jeTq<7ZUV'nZuPZnL$L>17_!q84%0cNYkQZ^$aHH6K=Dg=2G5X5k6\56Zt$WYIDBl +fH@a1&A3s^Z?[<.qg9;%%H/ZEG%URAml6c&Og,@)`[a.LMX+ur.m(G%$X(+TIcned18?FHnJbM%dB5[> +,LWTXN?S"igi/8#TGg?1Go7D>PI,q.d8r#aURpdE:\bW*E9Tg?Uq2Kl_]?aJqHDA7:h^mFOsYlNCsa#e +e.PPeP.&`5%Pk6!iM)]>Tau*CC/PTWBWJ"%iN;EqAtp^'i>r:jN69dtS&]?r2I5L-\&-qM0@s6ZmsZu4 +qBa+-B;R08]#4roA'p*Ig$"Ft#XagH?RBMchJY/Db24,:8bn1:`rn$kh@pKt8ThPHia1Bb/7!5:dLd%[ +(gL9Z&5*/X`79EfJJa7;(N^0XHNo34obRR=V,$(L[M/Jr>Up9HGBm +E7XNm%"rRM&:=rQ5Tc7=VL/ga8:d"[Y@/PK\g\)n(t,*7KMDrfFmXfmYG.rF!MV?/.qipiU=RJS4B*Pq +OL"Et3Md`D`oR)bM/qGLN@*9UXatNK7jQgbGb*8H)f)jL#0%IL%`)WF:8OTq)?h?qo$@!g$m.[kHR!r=k?KUee)YQ1FOR9L,I%up3BQ0q82m0\O,^aH6m.<3 +68uq3l;]2DA:`cQ\iHA%$/_\N@k2cf"ef\+9C&9hN_UKg5j7>&lTZF("*!P0R;)[7cEM@?2?i!s,hpBXi`bJ&&_&`gRqqe0Mqd.1n_s?FOkTM(U:0-T@+BISV +Q#;URM&W.X4,5*Hk"kt"7l>:72Vf?4;k&;Tc@\f:9&eQYU7Stq4A"S^(//fAI!1LX>1Q@.cIS.%:Q^om)$oC(>>?XV-8 +2E++V>l2L=o;2BeRjJT")Ku$u`Da^gJ"8#nD7Ym]&V\LdA +8mfsQg[pr>YZ&W8J&gN]8(0&5O'C4T4F+[.*e*$e]W\$F%_p"SYJM/%9KR)7_bOESV`4>>r.t(e-@@*U +^>HsC0JAF66;]=\A/k[t,"B!(9q\"Q<%B_i].g!`oQ!lF,-#4Q\mKkq7^__YT&>QB_#q`ahkF;:0g6R% +E:ucB$^]ln?Tq@/j"L58p6XhNUKWd7@2q8t59T]Ng'"0SnE'.5VRLIgMeX-T*n>S`8X,\tl0&o51;%=< +4hTfuiS()AlM[]mVMVd]08jQg)OOgZ":A?cJKd.\c%AE6k%UsC!SD=H'iAJHW)c;ISdoSE9%)09[uj+e +$l;@?nB39+ctWe0MeY[M;/j7d:P-)(O)ILq&60.!DG",4bAd$Nf#I@G@1B95UK1KpX$sG#rq&);Mu_D: +7YO^`9=Bq"j)1,>`cIQq9:bh!\Tc1G'MTfV):a=79k%shDEb(Yc33pfuQ=]df42,60 +@LVFY0f';g`gE=6-JObDFLB$]^N&DHZ0.2npXtt`rBB<`,a2dTP;$6b()-Yq:L)`D@K+Gh]*G9pA+q\; +A[pP0EVXVO?l8pIa6itGmBf?Hl.PYig9H!lP>L*'@?eC6h8:Xb3d-Qo[sRmlG.WMm-+A4P0#-cpbc'iUs-8oJ3n4ea#Vl@T',nK=p,upl>/QB.4&O/#q'7L2U?UL;T>SU6f9d`isA8# +:n\ghnr0K!Tcp3aENI,8Sq,=WF@4unCKH#jIHNQjV(6QrlIC&]1S_\,GY1Wo +kY@pq6XW@2Tc4'4c2tNO+A#n[b';o!G?,&I+"-**le=S_M(9E+V[7%^POW`C/`"dYB071C3cbagB064Z +2Ggk;<^mpknO0BgO8@hKmE1P6h>1j10>CpUM0.3<\m^bD[YuTX<]=fe)ZnQ317fJ4`Y5Ro6:%oP-Y3NK +2rp"a-f^&J.\?/5FRELTea&(7@Wq]bPn$U@lapf2jOMXmfe:;QBO!1b)CTQsO_!Hn7h8kmq*/c^b"'idqn'&GdfD"O%Un_0^]g=7u!?ps,KmXM#YHSi80+,[2hcd/cGKhI,a&jR'6sMjj1T*lq00JIM'@4[VhF/SgF3/_[9ohbjZ)!DJP=pB3&JCqh.WQ`5HVnFfVj!;'3>!>Wo**R +-EC,o.V7OJ^[[ORfn=V7MNsbZf+k>AE(sD%en_d;`C^Ykl\[)n0Xn2uB^:NpF3IW%d\\Oh(r3Y'`L8A_ +T"6+<#OFOa*+-3t72D@PXaWos\mhf&`iUcB`][kDi^.3m?#_+<'b,(enNeOo?+$/&D7ZJ#braLo4!#25 +H0^?Q5$HPQ0opMBMRD0K6=$igCG9Ue`@NWIYtE@4Y#pth[rk-*!84q-8h6^>.rJn/U1)LcCGL0& +?*Pa"Te]mclW^j$=S&@0@_B$S]&KTol&(5)Y.-2DRjrjDFN(72]WE]Y5XjG=@_FS9nD8?MO-+>QZt@XT +a$'M5e"nRh5Y0Y@@SN`g:fj`W)]`53nCA=Og`gQ?Z$IHLF[bYqHKg=FosAk\Khd(M=$9o'6BtmDXj&Wr +W%6H=bic)Y0&Fftl\`]]:=5PlGp]lu?cKhQk]i_G/_f*W-h^bmrqnkO>E=eelOdfB^\*st[,!?!@bQ+o +n08"f?*^lp5dR"cO$4&gp#pYh5^WLMED&6LKB\@8-'2ln23[ZrpF^RR&Z@Y'p#sJ84Z_HkYOjjR^mffG +9c#\R[iD%+_6\p]B.%KHZ"N:QT[4Pg?!\Hak?nnqmJ[X3;-'2NrM9n>J'IV5mcB= +#OeKilpR.p$s9*U_%Fli;TXBe_R>D.jtMq=Oj!JmKsZsaidn;nr^ +N]:1RUg`qt?0;c1m6:>9H[_FG-P'@c]*QR5jdW8_m/kgcZ?Ah0i*!Z/o;SJ*)-jZD0u%5'"513laj?9I +m+Map;`nh3-l((^,tF#[[JLrYp.1rbn+G`Mn+q#1\aoCu5.f0js,Q])*o!IrRZs1Uf*Pq/:OZO?DrSei&_;?!(J9Xf9.Zm34^ZKZ2r@XkFQq"^bV@'6;G.H3h +eQ].:Wf>)CM2c`J+e+J#C8Rl-o`"K.)3mn=0aaq@c?$\?PA:jY>]iXtAsH)L0me<^N,aSNr<-4<"KQb? +ackSkY)h1?<A<'NZeeX12A)]?U(>?t8+V:ASRI_E=O^K%[SHpjj^g3C*PCU.GoHF*E_tcN-O1+LqrGQU5'\(@I<%h^ +Y)N6A3IdIBmXO(@kA#rsEnpE21#Ddk3UjRTT#Q2N*&P7qPEUau5.P`jad)CFT:@aOmZS=QqrE.R^/#5\ +h^9ejpO.(@n_>MT%'KKgR,>F\Mn,JWjQ+8F4uk'umurrjpO.)FkUflUqgJ#lFfX2rMZIJ^G-4]f@fC(P +S>BB4Q_]SH1pb:4A=N\nA"1g2p5/-lREZ8Ff&W_AX"pT>eVB?:JuB;X-"NMHnT(aJ1IK\Jc5^aSG_XgU +$cMS$HhRA!hEHu9mK0D1:7r!,DK-;fW-j.IpYQTVu(JW3C*:mlK6al#iG4H"lBu'*P%Bg5Vm\1sJ) +I=Tg[;Mi^Hj4(YW7BH(Ra5G12ZE=CiE9c+Y>fqF-f6nm+4`SCP[Q!%fl.*pFrumH4NR/sJm!^>1hU?bM +H0_]G&31Q$AoC79(WL'bXbPY1/bq`iY@IECNM<9tc9Z0pgqs3m-Ea/5m#bmqe*Z"rSXi]g^6*3)P="f@ +`=q<#dA8Ul3AKdOGtBj;3d9q +J#i"_qhUbo2goV%qqZPq3c@)!Dc0;JB[&dhM6"@9d*52%4XctEgYC2E6,.<;q_*)Mh>9?7Cf^30^.]W2 +J%_R][uIdVVZmK0ZCG:%L<\sA;QKAt7X>8e6pbP!_EOH&\t*H%bcZ.NkcIUVluFtUnXdAa)&cL>&SK/] +],sntKQldf,fbd%kGYj=iX@(a9+g>,PH@"mc9Q5:Mh'e%.pK=GV4)48oscV`8ND*n'?-,bmC)RbCT8FK +EoaJNa*U!9'fk-UlV[ZZ4*J:E=E-EOf)ZcKan7-DqMHS=:-4aE1q2V#q&_9\([2k0C!@FP6GsaW,^iZ) +kKLX&&SGH:7@^"9qt8Q]Ot&Qq9MAR.`%PR:/VsOi*mlT>Lk_Ld``hUu6imK4Wmn8/.ZpQ"8ESD3H*pj< +c4bOT]](V+&l!43*h(qA'j2q%_g!o1@0h!C4\F+e^5slePiki4&01;?7K3gUJ=,;uU^fjDi&auVa5En5 +:20QpOqM7mX/K(=XYt#_0O"->lR4]\fb82_V[h9rqV3ULZj+m1K\ZTUerO!U@h(=D'^7,-\4uRt1K!AU +NJSSCrA8->0r76Ds!Esjj2Obr-<@q>aL`ic=T=-IaH=.7]qMYdWD:qVKuF6n&`$e$3;sBba!=*36'6$)G5[^ +AYVY'74UjO!Z:js&FXfej-!Orb*"=g/!AaDD6?0=mVm/JbKd/)/^Ajm*?-5@9NA)f_o0#"dtuZ +foZ$)?O&B<"OFD-?:Ots%qW&0]dXR]*h_q`V-,+*Ql+7fqe9'dUSKZ.N('ZsH@,j.^!aA\e"O6EU7fFX +MqT#FqYgAtT?dEmcUf-1NR`]L2!/&)21Fu48a2OD!XOTR@mjK$Y)ca@=,eYDjugn5Y_k'cLRD4+p'U#" +4"0STF%dnG>JIT=W9RMu?.+(_cGedQ)X=A[iXcfeYT/.6Uq+Kk=pGO#p(TqoSXR\8;jA_Ne5/Q5PCmh/ +)EJjVGYlK60,(O/H,&!Ca`gWBVkurEkG#u.:JI=<[G";KU)P,]]Jh=.2II4U9u/i]Eqn".lP[_2mo]HQ +B+j6)Etp/^ZYpbfBSs;/*9]dmoCQpj73uX-7R'%81a1XG_'j$6P`1,Vj1++f)QBPBV'B]d2hlo +'_?!Ad@)u1(YcMagMT`%kTG/k>Ee[8hJmqJdKFM$fA]'2a:@BUBj]fV?un);hA,bm7h=fh\r#_R/7ER& +RncYV5.si=`]Nj0FfL)kI79,6p\O/Klk_>SHGeg#On9G^qU(,RpL*@GE4&V;QNml/K"6[[X +N&S*@>gf`0'3Tjk7S'_Fr^kSYE,ZENDE>lYbo1O\JL:&)_jf66s#Z5Ga2=NZ3`d%>lV%/4@buP)-R(Wd +F!0n(h0SAMcM']R(eT:hP^nWf::;XgW)jg_)R_+3$Dn1NN1lnP]@O]2m@033YDNI72I4_*EO;]R[LU\R +C#\S#Q[WH/5uX5[''DhD[41]nn=H$%Vdi?NPdWHX'Taq*`hdN]N0c]-3c!<-7C^ic<"u^=22Mt!1sp%p +brWn&c7K>*8I\Qemf=p_7VZR\[.b!XfbG5r7oEdGj!CZYf@,W*n7IRoU+Qi%4Km-i9cR3Z\OOu9O7h=+ +qM1+B?ns7WI/pe+(,h.bG<';5.gfSV!PiKbXa\8HL*QZX(r-M\[N_1VD.HRSF*c3-L^,'aL.7G5'iFl5nPTQ +")SKPBCYc==hh^TID=5Y2>/WIcE-Elr[lXJSFsHF$b8._p'1>;@E/,Hk?3fE[%iq!^7QKj@p9\BnG?I. +>Xh`LZ3MBM_eQCcmRN3Zl<3)f0n&Z&PF+;2 +d?EdXloi#7R:lhE'Z,7+g`O-O$&5oIe>.P4MB&&A=5&uHlAX>!@h,AF-1Kf`PSS/Q/0S7MI4/I5H)PphiOC`j>,ST2\)gj`dl1U +5H:9rHZ;CbZsThj3r)@2W!]>gAYW/Ng',44l5'lk!tTXN.OgD6J_CXoT:R%%*i9:(W>0V_pe)smn=JMc +]-\oo]!9tdkgkSibu5VVU-9Y5[PXS4Dl'*HPjTNgqEdfJlq"FB39f'h.PqRVe@jJ&i-PZJNOVO0!)Am8hg2 +3P1R(H&SI)f*(ZCs0\b6m(ekU"bF+L_%<"YGp%-Lsah'jgs[e?N- +(QMp-V.AQOF]J]^M@W.jU\*34gM>SAPbEu7P>[X-X@>CKSQn:t-I&?-b-?QbC#p@:8gSIuk8E6j:\(LS +7\+V';tT3^SoVnh=ef0_C>gU#=ej%,pVtJLj]0979AUB2;pm0$#Nr$:oT32J`HOcYd4.ugcLChL>8pr: +c1qnJ76)6=qS=!ePIY(-* +)9F!sdj)^<*j-#)'\0`3qWR`@G+6Hi=*@j@b#p`Xh='jg&Cl9IXC79%7*2hL+0Xu]^oa6[@HRc7=M#MCbs]FLjsb&u4?;0%`rC.(h5S%`5G`O-e:n^f8W#n5=oU:=?k,!E3T +qp_+&MpJIm.,T-kY`NMPB[=IJHo1*:IlVV#dJ?"*jBJT6eP@-HS]j"KI;WOX@QU^BlH&4V`N-pZ^T8<\ +ho_ne*g+gC\?O5tIVCUGILdIoekIITVG=ss^8-!_Nr%F?.C&?TCD,ZBgEOH#q/GdXeV:RfZV@Xd-Zt/b +a#cD-AYMuam)%ftFmL$5jaF-)^t$a!R9]NYO5Hn]j]E(Sh.!$EV*ArkDF'Y2cn#HW39makkcV+,5pUk+ +anK!lUtf9pKdq7]j]Nc8!beH@6)<:p#C.OE1QH;f"NDPGYok$u"bER_eaSTa^*7/)"Q#p=059`QZQOd53u14^AKJ0#S3pgQ4S_LVrpbj;@mLZ-[ikICi>)PcdG(oK8Fc$^"=_'%"O:DFo8j!Q +F'>GaIdIa(P2FspmUS]ZF(oIclnUa(Nc4/f"77,Y9qf&NE8CHDB%p;2gjIaVK(c$TB?T#Sc-A$IJ3S#ep+se`\0Ob]G"3I58cNfL7'&.CWA^qq'V_HBD&!;5LE%"FYI=!hku6RS/ithaG.pWDiD(8%3b$f,b$(gh,&>N +\a'_@b)>Pc6DS1TcP`*#W7FG]MPE^1aPdJ&qRJ).GCtN3'kd:4Jj'ur:s/J_EF]u8)_W^>410Z386*p= +^++(@D$AN?C]9sO%Ld2H)udRUePk7jPo;_e#+D-",mG"$jB';mZfm6hi%YS3[;KB5al@&f=G`MIbb_J:I>?&0e'S:@U2VpN\ZK*$9 +Q$U&)_XDa)?Z.,A7@"qZ[Yg8!5&:tGr102g>:UA9VcE!1RSKnbl2KDPb&>jgpbQ\L2L82oEIQD_4.)Om +1%A17>X;0gQY7K,Wtir=7a1(_^.L5b)%'_$XpS)fWIiH\fh/*BDI@.[g`.k7BfbKE)Hoq[&L^C +dql$rf+75[8/Ssp?:!+JT)m)7n33CkZQTdLf*BUlhPn*O@Jeos+ +>pON8OlJTsa=hW6^jCOKH[a@cW92.)r&)5ScbIe%VrZJOZ7rHWad;4n6X$&*D_M0=ju<'@1nUE.JGT31 +7d-G9j3@1S420`jc`"F0Q +f/Q>n`c5Ur'9t?BZ/94>"Qm73?'5,ki]%,==qrmrTGT:eEE[2dl&(]7>?>q-]&LP+ch=_g7Hb'.<% ++eL;>n]c/EcD)Cc&T>.""j(3Lidb`qTTA?"b"i:/.k"]NDBG:LaLui_MU8ZgeeQ$AC$UW]8QU!b?#^@@ +2cD5og8-DckTMNdb!l&+7np#q:op#N\.cksL_\a'!\$(U>3R]K[L +Djb<*\#u+:LiKih4pP,3VDQBdq9+-XNXu)[ +\u=Y(?Ntq]LHPQ1Q?TPQ4i^5f=,[/PiXk +[HN"7q>pV6e6/=,uY[A!?A1+ZO*eJ_WYi^*R/$Ou^7_uB]UKbb@ac%sAmP^39'7$j:2g49fkCjD9&+mTb +KAa@&ZMND1o;o'5>-!)=U^'arHea"Tp)Sb$Nu/aii#G*Vh1L1kdAX5D-/MAsjuL%`4k/eBY;,APubo&^T!pY>b.QdB6uaVjQgU7I65.(licKOYYdj("[UQSo?E%qfFfAmI@6+Zg%mPC`-iF=`d1U +H1K2nT3\DYJ)G>*_O8B:)V:Mq#JKZ,f[i9fc2oKoB'FWAO?BsoK#g5Qf,?#JcZgrR_ON]P%X<4'=&JhV +X>D?5-7bN%U;ipR_M4>kY@$"]I&p[:h)#?55`[4P`P$&']Oqah2S6A1f18h3jl,ed._1ii$;pt(K(2ts +`I)bP>;Q%s@nU:sZs65.qT-+cL?,MHht.bUP@ +;bcm8%6/M!fBE7B.mrWd82_[DC,Ojh&ns89fg2KpT'Js.ADp`C!H&VcFUID3e/\RD]'8>8rHqp"gP.XaVDiK=)uuAY.-sh +>H[$<$0?1RB9tY[aZ:I`gaZIq4^kb!]p/_D\WXELgfAK22'l=e.^tgNETD./f]>_7/M>rZkVlaZ"'/pu +P=$-*rD_1``H1/a6Bt?IqbehD/AARS$>A)#>S2b$>^>h"33'Jq:3&diN*NOD9l8(=bfU/\Y2jD"5NPM_ +B(^53@Ku5R_jLY^Xg0ZTY2ntqYR"YkcWN*-X`_f%k@g24O7B8G206]0%O_N=bhJ!.`PMK$X:.sXq3!;c +=G"X'j?NaBD4<>)PoP3,<[Bu?WhE3QQ$@_!po,P+1_2[519Ys48ufuo(P_]>\7s9dFD8S%DuJq;8+'Mu +n(<%0XRofSkJ<9\pN^/r0cckkY\Cha_K5T:8=Q(rbI3,+[@([?$HYMA23EM_8Y4(9HV7`Mg,D+)f5H)= +T2r>P=)$Sqr3c(a=FOsri??4\.a!o*ODq&-XeU5Y`H"irT*a=c7]^5hTX;p(BX*)V'0r<+'.Y!d:K?EoS=AQi1=2!k%MsNVo8bQU+a^Pf>Dn7P,AqOW+T^iVm8 +HSi^Y99S^WWBlu.1bap`k[ud"e_88@>Rp>p*mEmbqDQp3$JNXQIf9La/Hc+n;ZrBL8/4OD[J7E))$ +;,iZ&lMT/rj:pKaf5tkoB@g\]<;U5End^#]KiLG:XbHM_HpiuQLZg702B2VCB<$Ck*VWl*+$l;_uZGN,tbj74CPPb +P5Xo(XD--jpR4/:2-m_c3#HHTbQt%G(3f.'7R7l!4:_cB7;OE.Hd.raPg5_mJA=3UW]kL<."^Y\4?PoQM`9=W]g&]Aru+62]q(pU/tIV$l=1g3(HWomKo1!8,SRpFl%' +++:XT.o1rWL0.S:s')s5OE-UsO4.k`R"D+1+[u,$UjUW?C>ijsJ6/ICjSA\jlPg#)M]^0+Y.k4&^t"GO +Ml1"9pN=jPJ6PX!ZV/gCPX0\CB,cI"ln\4 +EX`DkCNn?+(h`+%Zqi/M640lFk.a\1it/h:m!.heS[CqINhkFW7n4JVc5mu4G=BNJ,H983d>&s5~> +endstream +endobj +7 0 obj + 19305 +endobj +3 0 obj + << + /Parent null + /Type /Pages + /MediaBox [0.0000 0.0000 332.00 274.00] + /Resources 8 0 R + /Kids [5 0 R] + /Count 1 + >> +endobj +9 0 obj + [/PDF /Text /ImageC] +endobj +10 0 obj + << + /S /Transparency + /CS /DeviceRGB + /I true + /K false + >> +endobj +11 0 obj + << + /Alpha1 + << + /ca 1.0000 + /CA 1.0000 + /BM /Normal + /AIS false + >> + >> +endobj +8 0 obj + << + /ProcSet 9 0 R + /ExtGState 11 0 R + >> +endobj +xref +0 12 +0000000000 65535 f +0000000015 00000 n +0000000315 00000 n +0000020048 00000 n +0000000445 00000 n +0000000521 00000 n +0000000609 00000 n +0000020024 00000 n +0000020502 00000 n +0000020218 00000 n +0000020257 00000 n +0000020359 00000 n +trailer +<< + /Size 12 + /Root 2 0 R + /Info 1 0 R +>> +startxref +20575 +%%EOF diff --git a/qp2/simple-inflection.tex b/qp2/simple-inflection.tex new file mode 100644 index 0000000..1d8dd27 --- /dev/null +++ b/qp2/simple-inflection.tex @@ -0,0 +1,26 @@ +\begin{tikzpicture}[>=stealth'] + \node (strong) at (0,0) {strong}; + \node (dependent) at (3,0) {dependent}; + \node (inherent) at (6,0) {inherent}; + \node (variablec) at (3,-3) {variable{\it c}}; + \node (personc) at (0,-3) {person{\it c}}; + \node (variablew) at (6,-3) {variable{\it w}}; + \node (weak) at (6,-6) {weak}; + \node (person) at (0,-6) {person}; + \node (personw) at (3,-6) {person{\it w}}; + \draw[->] (strong) to (dependent); + \draw[->] (strong) to (personc); + \draw[->] (inherent) to (dependent); + \draw[->] (inherent.south) to (variablew); + \draw[->] (weak) to (personw); + \draw[->] (person) to (personw); + \draw[->] (personc) to (variablec); + \draw[->] (inherent.south) to (variablec.north); + \draw[->] (personw.north) to (variablew.south); + \draw[->] (personw.north) to (personc.south); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/simple-position.tex b/qp2/simple-position.tex new file mode 100644 index 0000000..c1ab050 --- /dev/null +++ b/qp2/simple-position.tex @@ -0,0 +1,20 @@ +\begin{tikzpicture}[>=stealth'] + \node (free) at (0.5,0) {free}; + \node (fixable) at (3.5,0) {fixable}; + \node[draw,ellipse,thin,inner sep=2pt,text depth=0pt] (premed) at (-1,-2) {premed}; + \node[draw,ellipse,thin,inner sep=2pt,text depth=0pt] (ready) at (2,-2) {ready}; + \node (med) at (3.5,-2) {med}; + \node[draw,ellipse,thin,inner sep=2pt] (bound) at (5,-2) {bound}; + \node (gfix) at (1,-4) {gfix}; + \node (nfix) at (3,-4) {nfix}; + \draw[->] (free.south) to (ready.north); + \draw[->] (free.south) to (premed.north); + \draw[->] (fixable.south) to (ready.north); + \draw[->] (fixable.south) to (med.north); + \draw[->] (fixable.south) to (bound.north); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/spanish-ar-graph.tex b/qp2/spanish-ar-graph.tex new file mode 100644 index 0000000..89ac2e6 --- /dev/null +++ b/qp2/spanish-ar-graph.tex @@ -0,0 +1,16 @@ +\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: diff --git a/qp2/stringmentry.tex b/qp2/stringmentry.tex new file mode 100644 index 0000000..fada6cd --- /dev/null +++ b/qp2/stringmentry.tex @@ -0,0 +1,21 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[column 1/.style={nodes={text width=9em,text ragged}}] at (-3.5,-1) + { + \node {$\mathsf{derived}\leq \mathsf{prefixable}$}; \\ + \node {$\mathsf{ready}\leq \mathsf{prefixable}$}; \\ + }; + + \node (bse) at (0,1) {$\sformt{ready}{tekobejegen}$}; + \node (s) at (4,-2) {$\sformt{derived}{tekobejegen\red{m}}$}; + \node (ed) at (0,-5) {$\sformt{one}{{\red{n}}tekobejegen}$}; + \node (ing) at (4,-5) {$\sformt{one}{{\red{n}}tekobejegen\red{m}}$}; + + \draw[->] (bse) to node[fill=white] {\scriptsize $p_1(s\leq{ready})$} (s); + \draw[->] (bse) to node[fill=white] {\scriptsize $p_2(s\leq{prefixable})$} (ed); + \draw[->] (s) to node[fill=white] {\scriptsize $p_2(s\leq{prefixable})$} (ing); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/stringmentry2.tex b/qp2/stringmentry2.tex new file mode 100644 index 0000000..c6f64c0 --- /dev/null +++ b/qp2/stringmentry2.tex @@ -0,0 +1,15 @@ +\begin{tikzpicture}[>=stealth'] + \node (bse) at (0,1) {$\sformt{ready}{tekobejegen}$}; + \node (s) at (4,-2) {$\sformt{derived}{tekobejegen\red{m}}$}; + \node (ing) at (4,-5) {$\sformt{one}{{\red{n}}tekobejegen\red{m}}$}; + \node[fill=white] at (-1.7,-2) {$p_2\circ p_1$}; + + \draw[->] (bse) .. controls (-2,-2) .. (ing); + \draw[->] (bse) to node[fill=white] {\scriptsize $p_1(s\leq{ready})$} (s); + \draw[->] (s) to node[fill=white] {\scriptsize $p_2(s\leq{prefixable})$} (ing); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/stringpositions.tex b/qp2/stringpositions.tex new file mode 100644 index 0000000..ea341bb --- /dev/null +++ b/qp2/stringpositions.tex @@ -0,0 +1,18 @@ +\begin{tikzpicture}[>=stealth'] + \matrix[column 1/.style={nodes={text width=9em,text ragged}}] at (-3,-1) + { + \node {$\mathsf{derived}\leq \mathsf{prefixable}$}; \\ + \node {$\mathsf{ready}\leq \mathsf{prefixable}$}; \\ + }; + \node (ded) at (0,-2) {$\mathsf{derived}$}; + \node (ened) at (2,-2) {$\mathsf{ready}$}; + \node (dened) at (1,0) {$\mathsf{prefixable}$}; + + \draw[->] (ded) to (dened); + \draw[->] (ened) to (dened); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: diff --git a/qp2/warmi.tex b/qp2/warmi.tex new file mode 100644 index 0000000..737a8de --- /dev/null +++ b/qp2/warmi.tex @@ -0,0 +1,25 @@ +\begin{tikzpicture}[>=stealth'] + \node (warmi) at (-1,0) {warmi}; + \node (warmis) at (2,1) {warmis}; + \node (warmikuna) at (2,0) {warmikuna}; + \node (warmikunata) at (5,-1) {warmikunata}; + \node (warmiskuna) at (5,1) {warmiskuna}; + \node (warmiskunata) at (9,1) {warmiskunata}; + \node (warmista) at (5,2) {warmista}; + \node (warmikunas) at (5,0) {warmikunas}; + \node (warmikunasta) at (9,0) {warmikunasta}; + + \draw[->] (warmi) to (warmis.west); + \draw[->] (warmi) to (warmikuna.west); + \draw[->] (warmis) to (warmiskuna.west); + \draw[->] (warmis) to (warmista.west); + \draw[->] (warmikuna) to (warmikunas.west); + \draw[->] (warmikuna) to (warmikunata.west); + \draw[->] (warmikunas) to (warmikunasta.west); + \draw[->] (warmiskuna) to (warmiskunata.west); +\end{tikzpicture} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../../morphology" +%%% End: