v0.0.5
版本发布时间: 2023-08-20 01:31:49
PgBiel/typst-tablex最新发布版本:v0.0.8(2024-01-12 23:23:59)
What's Changed
- ⚠️ Minimum Typst version raised to v0.2.0
- Improved calculation of page/container dimensions by using the
layout()
function.- Fixes tables with fractional columns not displaying properly in blocks with
auto
width (https://github.com/PgBiel/typst-tablex/issues/44; https://github.com/PgBiel/typst-tablex/issues/39) - Fixes some nested tables overflowing the page width (https://github.com/PgBiel/typst-tablex/issues/41)
- Fixes bad interaction between tables with fractional columns and nested tables (https://github.com/PgBiel/typst-tablex/issues/28)
- Fixes table rotation messing up table size calculation (https://github.com/PgBiel/typst-tablex/issues/52)
- Probably fixes other issues not listed here as well.
- Fixes tables with fractional columns not displaying properly in blocks with
- Added some guards for infinite lengths and
auto
-sized pages (https://github.com/PgBiel/typst-tablex/issues/47). - Fixed tablex crashes/improper behavior with
em
strokes and other types of strokes (https://github.com/PgBiel/typst-tablex/issues/49). - Added the tablex version number as a comment in the source file (as requested in https://github.com/PgBiel/typst-tablex/issues/25).
New Contributors
- @kianmeng made their first contribution in https://github.com/PgBiel/typst-tablex/pull/32
Full Changelog: https://github.com/PgBiel/typst-tablex/compare/v0.0.4...v0.0.5
1、 tablex.typ 84.13KB