lvjr / tabularray

Typeset tabulars and arrays with LaTeX3
https://ctan.org/pkg/tabularray
247 stars 22 forks source link

Longtable without captions (and more) #389

Closed R-van-Bakel closed 1 year ago

R-van-Bakel commented 1 year ago

I have a request for a feature involving long tables. I don't think there is currently a way to create a long table, such that it has no captions (1), that it does not increment the table counter (2) and that it is not added to the list of tables (3). If there is currently a way to create long tables with these three features, I would like to know, otherwise I think this would be a nice feature to be added.

muzimuzhi commented 1 year ago

Try \begin{longtblr}[entry=none, label=none]{...}, see https://github.com/lvjr/tabularray/discussions/334#discussioncomment-4384372 . It's mentioned near the end of package doc, sec. 4.1 A Simple Example.

R-van-Bakel commented 1 year ago

Try \begin{longtblr}[entry=none, label=none]{...}, see #334 (comment) . It's mentioned near the end of package doc, sec. 4.1 A Simple Example.

That seems to have done the trick! I must have read over that part of the documentation. Thank you very much!