Package Information
- Last Updated
- Authors
- Max Pearce Basman
- Categories
- visualization
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/arborly:0.3.32. Import in your Typst file
Add this to your .typ file:
#import "@preview/arborly:0.3.3": *Version History
Arborly
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.3": 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.