Replies: 2 comments 4 replies
|
Sounds like a request for "real row/column number" counters.
BTW you can use
|
3 replies
|
I filed a feature request, see |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It seems that standard counters do not work as expected in multiline setup, i.e. this code
gives:

while I would rather expect:

As a workaround, I can use
\UseTblrLibrary{counter}, however, the counter is then not reset across different tables (I would probably need to reset it every time, before a new table?).Eventually, I could use the construct like below, but it does not work:
All reactions