Skip to content

Create UML class diagrams in Typst; inspired by but *not* compatible with PlantUML

License

Notifications You must be signed in to change notification settings

SillyFreak/typst-plum

Repository files navigation

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.

About

Create UML class diagrams in Typst; inspired by but *not* compatible with PlantUML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published