n

numera

@preview

Per-chapter figure and equation numbering, subfigure numbering, numbering functions that can render differently for references, equate package compatibility

v0.0.1
Unlicense

Package Information

Last Updated

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/numera:0.0.1

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/numera:0.0.1": *

Version History

0.0.1
68dfed259688...

numera

Per-chapter figure and equation numbering, subfigure numbering, numbering functions that can render differently for references, equate package compatibility.

See example and equate example for usage.

Development

cargo install --locked typst-cli
cargo install --locked tytanic
cargo install --locked typstyle
cargo install --git https://github.com/typst/package-check.git
cargo install --git https://github.com/sjfhsjfh/typship.git

typship login universe

export TYPST_PACKAGE_PATH=$PWD/packages
typst-package-check check
typstyle --check .
tt run
typship publish universe