typst-tablex icon indicating copy to clipboard operation
typst-tablex copied to clipboard

More powerful and customizable tables in Typst

Results 34 typst-tablex issues
Sort by recently updated
recently updated
newest added

I am sure you are aware of the changes in the new version of `typst` which throws warnings galore like ``` warning: `counter.display` without context is deprecated warning: `locate` with...

For the next release (0.1.0), I'm planning on dual-licensing tablex under MIT and Apache-2.0 (currently just MIT). For this, I've identified that the only external contribution to the code was...

meta

(This is not a bug, so I don't know if this is the place for feature requests. My apologies if it isn't) In LaTeX, when one writes together several`\hline`s, a...

enhancement

Handy so we can check stuff for #77, PRs and other features.

enhancement

At `get-page-dim-writer`, calls to `loc.position()` - and thus the `pos` variables - must be made _outside_ the `state-name.update(...)` call. Therefore, the `pos` variables must be declared above the `.update` lines...

bug
good first issue

With my recent progress in porting many of tablex's main features to Typst built-in tables (https://github.com/typst/typst/issues/3001), I should start to lay out some preliminary plans for Tablex 0.1.0. - The...

meta

sometimes it's nice to have the decimal point aligned in a column. ![image](https://github.com/PgBiel/typst-tablex/assets/10996543/94518177-691d-41a3-877d-9b6ce6f50588) Vs ![image](https://github.com/PgBiel/typst-tablex/assets/10996543/f05de8d5-35f4-46ac-86cc-7b533c210407)

enhancement

Sorry, I messed up with the rebase.... It is based on the PR #124, but this time for the `0.1.0-dev branch` Here a new PR for the same issue (#123)....

enhancement

In cases, where I first want to apply some changes to the rows, that the depend on changes in the columns, it would be nice if the execution order could...

enhancement
good first issue

I'm making an absurdly long table with repeating headers: In regular table its like 200 pages i havent been able to type set it yet in typst. ![image](https://user-images.githubusercontent.com/10996543/233707557-9be524d2-4824-4ff5-81de-aafb28e77488.png) When it...

performance