Package Information
- Last Updated
- Authors
- @mainrs
- Categories
- text
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/ibanator:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/ibanator:0.1.0": *typst-iban-formatter
Validate and format IBAN numbers according to ISO 13616-1.
Usage
#import "@preview/ibanator:0.1.0": iban
#iban("DE89370400440532013000")
To disable validation, set the validate flag to false:
#iban("DE89370400440532013000", validate: false)