vincentarelbundock / tinytable

Simple and Customizable Tables in `R`
https://vincentarelbundock.github.io/tinytable
GNU General Public License v3.0
170 stars 9 forks source link

Typst: table placement #259

Open Nenuial opened 1 month ago

Nenuial commented 1 month ago

I was looking for a way to align the table on the left in a Typst document. If I am not mistaken, this isn't currently possible because the typst template hard codes #align(center, …) for the table.

It would be a nice feature if it were possible to decide on the table placement.

vincentarelbundock commented 1 month ago

Yep, I agree this would be an important feature. There's already a theme_tt("placement") theme to change the placement of LaTeX tables, so this would be a natural function to improve:

https://github.com/vincentarelbundock/tinytable/blob/main/R/theme_tt.R#L182

marcboschmatas commented 4 weeks ago

Not making promises but I'll try to have a look at it some time next week!

Nenuial commented 4 weeks ago

That would be great! I'd be happy to have a look at it, but in the next few weeks it won't be possible for me.