<!-- Please always use English here to make everyone easily read your issue --> <!-- For questions, you should ask them on https://github.com/lvjr/tabularray/discussions --> I found there is **_really a common requirement_** to typeset `longtblr` just with its contents, without captions. There are some examples: - https://tex.stackexchange.com/a/680307 - https://tex.stackexchange.com/a/760122 ``` \NewTblrTheme{naked}{ \DefTblrTemplate{foot}{empty}{} \SetTblrTemplate{foot}{empty} \DefTblrTemplate{head}{empty}{} \SetTblrTemplate{head}{empty} } ``` If these `empty` theme could be pre-defined, it would cause more syntax convenience. Thanks!
I found there is really a common requirement to typeset
longtblrjust with its contents, without captions. There are some examples:If these
emptytheme could be pre-defined, it would cause more syntax convenience. Thanks!