Vegetarianboy30

YOOOOO in LaTEX

Jan 20th, 2021 (edited)
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.08 KB | None | 0 0
  1. \documentclass[12pt]{article}
  2. \usepackage{lingmacros}
  3. \usepackage{tree-dvips}
  4. \begin{document}
  5.  
  6. \section*{Notes}
  7.  
  8.  
  9. {\small
  10. \enumsentence{Topicalization from sentential subject:\\
  11. \shortex{7}{a John$_i$ [a & kltukl & [el &
  12.  {\bf l-}oltoir & er & ngii$_i$ & a Mary]]}
  13. { & {\bf R-}clear & {\sc comp} &
  14.  {\bf IR}.{\sc 3s}-love   & P & him & }
  15. {John, (it's) clear that Mary cooked for (him).}}
  16. }
  17.  
  18. \subsection*{How to handle topicalization}
  19.  
  20. I'll just assume a tree structure like (\ex{1}).
  21.  
  22. {\small
  23. \enumsentence{Structure of A$'$ Projections:\\ [2ex]
  24. \begin{tabular}[t]{cccc}
  25.    & \node{i}{CP}\\ [2ex]
  26.    \node{ii}{Spec} &   &\node{iii}{C$'$}\\ [2ex]
  27.        &\node{iv}{C} & & \node{v}{SAgrP}
  28. \end{tabular}
  29. \nodeconnect{i}{ii}
  30. \nodeconnect{i}{iii}
  31. \nodeconnect{iii}{iv}
  32. \nodeconnect{iii}{v}
  33. }
  34. }
  35.  
  36. \subsection*{Mood}
  37.  
  38. Mood changes when there is a topic, as well as when
  39. there is WH-movement.  \emph{Irrealis} is the mood when
  40. there is a non-subject topic or WH-phrase in Comp.
  41. \emph{Realis} is the mood when there is a subject topic
  42. or WH-phrase.
  43.  
  44. \end{document}
Add Comment
Please, Sign In to add comment