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

Spacing for grids/tables

Open Mc-Zen opened this issue 2 years ago • 2 comments

Would it be possible to add more spacing to a grid/table?

gutter basically does this, but it also divides the lines and produces some weird effects. I know it is possible to show only one side of these double lines but this breaks the symmetry.

However, I assume, this is not easy to implement because it relies on the Typst grid function?

Mc-Zen avatar May 25 '23 10:05 Mc-Zen

gutter would be the way to go, but it is currently not perfectly implemented. Down the road, I want to make gutter more customizable, such that you will be able to specify custom gutter for every column pair / row pair. But that will take some time.

I hope to be able to achieve a better implementation of gutter soon enough though, I just need to find the time haha. I'll keep this issue open until then.

Thanks for opening the issue!

PgBiel avatar May 25 '23 11:05 PgBiel

Thanks for the answer, I'll be excited for the coming features!

Mc-Zen avatar May 25 '23 22:05 Mc-Zen