Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 405 Bytes

Plum

Plum lets you create UML class diagrams in Typst; inspired by but not compatible with PlantUML.

Getting Started

To add this package to your project, use this:

#import "@preview/plum:0.0.1": *

#let expr = "2 * (2 + x)"

#eval(mode: "math", expr)

#plum.parse(expr)

#plum.eval(expr, x: 3)

Example

Usage

See the manual for details.