Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jjtorrens
GitHub Repository: jjtorrens/learnlatex.github.io
Path: blob/main/_includes/extra-01-example-forest.md
3168 views
\documentclass{article} \usepackage[T1]{fontenc} \usepackage[linguistics]{forest} \begin{document} \begin{forest} [VP [DP\\John ] [V [V\\sent ] [DP\\Mary ] [DP[D\\a][NP\\letter]] ] ] \end{forest} \end{document}