Package Information
- Last Updated
- Minimum Typst Version
- 0.12.0
- Authors
- 3w36zj6
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/prismath:0.2.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/prismath:0.2.0": *prismath
A mathematical brackets colorizer for Typst.
Usage
#import "@preview/prismath:0.2.0": *
#colorize-equation($ A + (B + (C + (D + E))) + F $)
#colorize-equation(
$ A + (B + (C + (D + E))) + F $,
bracket-colors: (rgb("#ffd700"), rgb("#da70d6"), rgb("#179fff")),
)