Skip to content

Instantly share code, notes, and snippets.

@mrchucu1
Created October 5, 2020 18:41
Show Gist options
  • Save mrchucu1/2047540c1b295261c39c9cac61d0e024 to your computer and use it in GitHub Desktop.
Save mrchucu1/2047540c1b295261c39c9cac61d0e024 to your computer and use it in GitHub Desktop.
Tree latex
\documentclass{article}
\usepackage{forest}
\begin{document}
\begin{forest}
[IP
[NP
[Det
[\textit{the}]
]
[N$'$
[N
[\textit{package}]
]
]
]
[I$'$
[I
[\textsc{3sg.Pres}
]
]
[VP
[V$'$
[V
[\textit{is}]
]
[AP
[Deg
[\textit{extremely}]
]
[A$'$
[A
[\textit{straightforward}]
]
[CP
[\textit{to wield}]
]
]
]
]
]
]
]
\end{forest}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment