Skip to content

Instantly share code, notes, and snippets.

@chbrown
Created October 13, 2011 04:54
Show Gist options
  • Select an option

  • Save chbrown/1283420 to your computer and use it in GitHub Desktop.

Select an option

Save chbrown/1283420 to your computer and use it in GitHub Desktop.
Arrows for Derya
\documentclass{report}
\usepackage{qtree,gb4e}
\usepackage{tree-dvips}
\begin{document}
Mary put the books on the shelf on the table.
\Tree [.CP {} [.C\1 {C\\$\emptyset$}
[.TP
[.DP {} [.D\1
{D\\$\emptyset$}
[.NP {} [.N\1
{N\\Mary} {}
] ]
] ]
[.T\1
{T\\\node{1a:t}{$\emptyset$}}
[.VP {} [.V\1
[.V\1
{V\\put\node{1a:v}{}}
[.DP {} [.D\1
{D\\the}
[.NP {} [.N\1
[.N\1
{N\\books} {\ \ }
]
[.PP {\ } [.P\1
{P\\on}
[.DP {} [.D\1
{D\\the}
[.NP {} [.N\1
{N\\shelf} {}
] ]
] ]
] ]
] ]
] ]
]
[.PP {} [.P\1
{P\\on}
[.DP {} [.D\1
{D\\the}
[.NP {} [.N\1
{N\\table} {}
] ]
] ]
] ]
] ]
]
]
] ]
\abarnodeconnect[-140pt]{1a:t}{1a:v}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment