I really like the new tabularray list template, but when using it with a long list of acronyms I get a continuation header printed in front of the next page (marked in red):

The continuation footer (marked in blue) is per default already deactivated, with the following line here:
|
\NewTblrTheme {acro} { \DefTblrTemplate {foot} {default} {} } |
If the continuation header is unwanted behavior, please add \DefTblrTemplate {head} {default} {} to this to also deactivate it.
I really like the new tabularray list template, but when using it with a long list of acronyms I get a continuation header printed in front of the next page (marked in red):

The continuation footer (marked in blue) is per default already deactivated, with the following line here:
acro/code/acro.definitions.code.tex
Line 359 in 9a56e41
If the continuation header is unwanted behavior, please add
\DefTblrTemplate {head} {default} {}to this to also deactivate it.