Skip to content

Releases: Mc-Zen/zero

Version 0.3.3 (Feburary 20th, 2025)

20 Feb 11:06
Compare
Choose a tag to compare

Fixes an issue with negative numbers in parentheses due to a change in Typst 0.13.

Version 0.3.2 (January 11th, 2024)

11 Jan 18:08
Compare
Choose a tag to compare

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)

10 Dec 10:14
Compare
Choose a tag to compare
  • Improved support for math: false mode: numbers can now contain uncertainties and exponents without the use of math.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
      #show table.cell.where(y: 1): strong
      #show table.cell.where(y: 1): text.with(blue)
    and have it also affect cells where automatic number recognition and alignment is applied.

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)

26 Oct 19:04
Compare
Choose a tag to compare
  • 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 by nonum[] is preserved.
  • Fixes number alignment tables with new version Typst 0.12.

Version 0.2.0 (October 3rd, 2024)

03 Oct 14:37
Compare
Choose a tag to compare
  • Added support for using non-math fonts for num via the option math. This can be activated by calling #set-num(math: false).
  • Performance improvements for both num() and ztable(9)

Version 0.1.0 (August 19th, 2024)

19 Aug 12:15
Compare
Choose a tag to compare

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.