Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. documentclass[11pt]{article}
  2.  
  3. newcommand{ccg}[2]{
  4. begin{tabular}[t]{c}
  5. %begin{tabular}[t]{@{}c@{}}
  6. #1\hline
  7. #2
  8. end{tabular}
  9. }
  10.  
  11. begin{document}
  12. %setlengthtabcolsep{-3pt}
  13. ccg{ccg{Mary}{$NP$}
  14. ccg{ccg{loves}{$(Sbackslash NP)/NP$}
  15. ccg{John}{$NP$}
  16. }{$Sbackslash NP$}
  17. }{$S$}
  18.  
  19. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement