a

arborly

@preview

A library for producing beautiful syntax tree graphs.

v0.3.3
MIT

Package Information

Last Updated
Categories
visualization

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/arborly:0.3.3

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/arborly:0.3.3": *

Version History

0.3.3
5f6710ecbb7f...
0.3.2
6f63565119ea...
0.3.1
5a74e2c782cf...
0.3.0
6b9deec53773...
0.2.0
4e85b8a6eb44...
0.1.1
28bb87ccf9fc...
0.1.0
669713227b53...

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]]
    ]
  ]
]

example

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.