A library for producing beautiful syntax tree graphs.
Usage
This package requires typst 0.13
To use this package, add the following code:
#tree[
// Tree goes here
]
Example:
#import "@preview/arborly:0.3.2": tree
#tree[TP
[NP
[N [this]]
]
[VP
[V [is]]
[NP
[D [a]]
[N [wug]]
]
]
]
For more details and examples, see docs/manual.pdf in the github repository.
Feedback
Iām neither a linguist nor a graphics programmer, so if you see room for improvement please make an issue.