lvjr
lvjr
You have to ask `bicaption` mantainer to support `tabularray`.
It is enough to update only doc and tests.
Yes, it is better to add it in expl3.
Almost all of my l3 packages need unbraced expansions and three of them need missing variants (I had to adjust the code since I don't want to touch internal `\::`...
When I came across an error of undefined unbraced function, I tried to rewrite the code in another not that straight forward way. It is not easy to find the...
But at least I think the functions starts with `\::` can be clarified at present: what do "internal functions" mean? Are they public (hence stable) or private (hence unstable)? If...
Use case: in writing my [`pegmatch`](https://github.com/lvjr/pegmatch) package, I need to check whether a character is in one of some given ranges. For example, with `\SpegQ{AZaz}` `AZ` defines a range and...
As a workaround, you can create a new child indexer: ```latex \documentclass{article} \usepackage{tabularray} \NewTblrChildIndexer{Page}{\def\lTblrChildIndexTl{\thepage}} \begin{document} \setcounter{page}{3} \begin{tblr}{vlines={1-Page}{solid}} A & B \\ C & D \\ E & F \\ G...
I decide to keep this issue open. It might be possible to make the old code work in a future release.
Today I checked the documentation and found that `\str_const:NV` is included but `\tl_const:NV` is missing, which is inconsistent. Also to give a latex2e name to a latex3 constant int (and...