Created
October 5, 2020 18:41
-
-
Save mrchucu1/2047540c1b295261c39c9cac61d0e024 to your computer and use it in GitHub Desktop.
Tree latex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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