gt icon indicating copy to clipboard operation
gt copied to clipboard

Support `supertabular` option for latex table output

Open yl4070 opened this issue 1 year ago • 1 comments

Prework

Currently, the latex table output uses longtable package, but the package is incompatible with two column layouts, which are quite commonly used, such as IEEE template.

Proposal

This can be rather simply remedied by optionally supporting supertabular package. Required modifications in output latex code often quite minimal besides changing from longtable to supertabular.

yl4070 avatar Jan 29 '24 03:01 yl4070

I think this is better solved by addressing #1549

kendonB avatar Jan 30 '24 19:01 kendonB