Releases: Mc-Zen/zero
Releases · Mc-Zen/zero
Version 0.3.3 (Feburary 20th, 2025)
Version 0.3.2 (January 11th, 2024)
This release adds a align-columns
function for third-party package developers.
Also, issues arising for upcoming Typst 0.13 are fixed.
Version 0.3.1 (December 10th, 2024)
- Improved support for
math: false
mode: numbers can now contain uncertainties and exponents without the use ofmath.equation
. - More selective number recognition in tables: Numerals need to start with one of
0123456789+-.,
to be automatically recognized as a number (⚠️ Breaking change). - Fixes show rules on tables: it is now possible to apply rules like
and have it also affect cells where automatic number recognition and alignment is applied.
#show table.cell.where(y: 1): strong #show table.cell.where(y: 1): text.with(blue)
Special thanks to @Alex-Muirhead for work on math: false
mode and a sharp eye when we hit diverging layout issues.
Version 0.3.0 (October 26, 2024)
- Adds
nonum[]
function that can be used to mark content in cells as not belonging to the number. The remaining content may still be recognized as a number and formatted/aligned accordingly. The content wrapped bynonum[]
is preserved. - Fixes number alignment tables with new version Typst 0.12.
Version 0.2.0 (October 3rd, 2024)
- Added support for using non-math fonts for
num
via the optionmath
. This can be activated by calling#set-num(math: false)
. - Performance improvements for both
num()
andztable(9)
Version 0.1.0 (August 19th, 2024)
Initial release.
This package provides tools for academic number formatting with features like input parsing, rounding, digit grouping, scientific notation and more. In particular, the package can automatically align numerical data in a table.