Guest User

Untitled

a guest
Dec 13th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. documentclass[10pt]{book}
  2. usepackage[T1]{fontenc}
  3. usepackage{newtxmath,newtxtext}
  4. usepackage{linguex}%
  5. usepackage{tikz}%
  6. usetikzlibrary{decorations.text,calc,arrows.meta}%
  7. usepackage{tikz-qtree}%
  8.  
  9. usepackage{adjustbox}
  10. %usepackage{showframe}
  11. begin{document}
  12.  
  13. ex.
  14. Tree [.CauseP [.DP edge[roof]; {`the zog'} ] [ [.{scshape
  15. cause} ] [ [.{scshape past} ] [.vP edge[roof]; {`dissolved the
  16. house'} ]]] ]
  17.  
  18. Throughout this monograph, I will
  19. focus on the reusable linguistic ingredients of the system and how
  20. they are efficiently deployed in the recursive combinatorics in
  21. building propositions. Reusability (and by extension polysemy)
  22. will be a seen as a design feature of the system rather than a
  23. bug. As a methodological principle, then, I will be guided by the
  24. fact of polysemous items and seek analytic unities to underlie
  25. them.
  26.  
  27. ex. textit{Achievements and accomplishments with result states}\
  28. %begin{tikzpicture}[baseline=(current bounding box.north)]
  29. begin{adjustbox}{max width=0.91textwidth}
  30. Tree [.InitP [.{textsc{initiator}} ] [ [.Init ] [.ProcP
  31. [.{textsc{undergoer}} ] [ [.Proc ] [.ResP
  32. [.{textsc{resultee}} ] [ [.Res ] [.XP edge[roof];
  33. {sc ground/final state} ] ] ] ] ] ] ]
  34. %end{tikzpicture}
  35. end{adjustbox}
  36.  
  37. end{document}
Add Comment
Please, Sign In to add comment