l

libra

@preview

Balance your lines.

v0.1.0
GPL-3.0-or-later

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.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/libra:0.1.0": *

Version History

0.1.0
8567c349a176...

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))