Open mickmack1213 opened 11 months ago
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: https://github.com/cgnieder/acro/blob/9a56e414b0eb82ff89241decc66da9620f2292df/code/acro.definitions.code.tex#L359
If the continuation header is unwanted behavior, please add \DefTblrTemplate {head} {default} {} to this to also deactivate it.
\DefTblrTemplate {head} {default} {}
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: https://github.com/cgnieder/acro/blob/9a56e414b0eb82ff89241decc66da9620f2292df/code/acro.definitions.code.tex#L359
If the continuation header is unwanted behavior, please add
\DefTblrTemplate {head} {default} {}
to this to also deactivate it.