Package Information
- Last Updated
- Minimum Typst Version
- 0.14.0
- Authors
- CrowdingFaun624
- Categories
- visualizationfun
- Disciplines
- computer-sciencemathematics
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/trompet:0.1.12. Import in your Typst file
Add this to your .typ file:
#import "@preview/trompet:0.1.1": *Trompet is a package for drawing Tromp lambda diagrams, a representation of lambda calculus expressions, built on top of Lambdabus.
Examples
|
|
Usage
For more information, check the manual.
To use this package, simply add the following code to your document:
#import "@preview/trompet:0.1.1": *
#tromp("\\f.\\n.f (f (f n))")