lvjr
lvjr
>There're more tblr envs predefined in either the base package or one of its libraries (just searching for `\NewTblrEnviron` in [`tabularray.sty`](https://github.com/lvjr/tabularray/blob/main/tabularray.sty)) hence enumerating full list of them in `\SetTblrInner[]{...}` is...
I think the interfaces could be the following: - `\SetAllTblrInner{spec}` - `\SetTextTblrInner{spec}` - `\SetMathTblrInner{spec}` - `\SetAllTblrOuter{spec}` - `\SetTextTblrOuter{spec}` - `\SetMathTblrOuter{spec}` And we need four new clists.
> Then users should be informed that `\SetAllTblrInner` actually calls `\SetTextTblrInner` and `\SetMathTblrInner`, to understand the combined affect of interchanging use like `\SetTextTblrInner{...} \SetAllTblrInner{...} \SetTextTblrInner{...}`. Yes. > Plus, I'm a...
@muzimuzhi Do you have any plan to fix this issue before next release (which will contain breaking changes)?
@muzimuzhi Never mind. People should spend their limited spare time on things they could enjoy. I asked just to avoid potential waste of time after I saw `zutil.sty`. Then I...
> BTW, is the next release in Sept 2025, as listed in the [Changelog](https://github.com/lvjr/tabularray/wiki/ChangeLog#2025-09-01-version-2025a) wiki? I choose to use wiki page because the schedule can easily be changed. :-)
A breaking release needs to be the first release in the year, and be published after TeX Live release in the same year. For issue #525, I want to leave...
Thank you. I have fixed this bug in branch "issue501". PS, I cannot understand the necessity of using private functions and variables in `l3kernel` to write a new split function.
@mgrzegor Sorry for the late reply. In fact there are two relevant issues to this pull request. The first issue is about how to distribute extra space for X columns...
At present you cannot set bg colors for border lines. As a workaround you can add bg colors with tikz library (added in v2005A): ```tex \documentclass{article} \usepackage{tabularray} \UseTblrLibrary{tikz} \definecolor{jobcolor}{RGB}{0,146,207} \begin{document}...