Package Information
- Last Updated
- Authors
- Luiz Georg
- Categories
- layout
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/libra:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/libra:0.1.0": *The libra Package
Version 0.1.0
Offers a single function, balance, which balances the lines of a given text.
It is most useful for balancing especially laid-out text such as headings or captions.
Getting Started
These instructions will get you a copy of the project up and running on the typst web app.
For more details, check out the manual.
#import "@preview/libra:0.1.0": balance
#balance(lorem(20))