typst-tablex
typst-tablex copied to clipboard
More powerful and customizable tables in Typst
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...
(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...
Handy so we can check stuff for #77, PRs and other features.
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...
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...
sometimes it's nice to have the decimal point aligned in a column.  Vs 
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)....
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...
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.  When it...