tabularray
tabularray copied to clipboard
Typeset tabulars and arrays with LaTeX3
Hello Mr. Lu. I find that `\SetTblrStyle{note}{\huge\color{blue}}` will also affect the style of **remark** and **contfoot-text**, if I run the codes below: ```tex \SetTblrStyle{contfoot-text}{\Large\color{red}} \SetTblrStyle{remark}{\footnotesize} \SetTblrStyle{note}{\huge\color{blue}} ``` and `\SetTblrStyle{note}{\huge\color{blue}}` will...
A `bg` key would be a great addition to hlines and vlines, for double borders' background color. It would work like `\doublerulesepcolor` from `hhline` and `colortbl` combined.
Normally rotating a cell in not hard with the help of `\rotatebox` or `\adjustbox` command. But if the cell has multiple lines, it is a little complicated to rotate it....
`\SetCell` no longer works if it is preceded by 2 blank lines - is this a bug? For example with: ``` \begin{longtblr}{ colspec = {|c|c|c|}, } \SetCell[c=3]{l} Alpha & &...
It would be excellent to have a "rules" inner specification which functions like the "hlines" specification but uses the booktabs top/mid/bottom rules instead. That is, inserts a \toprule at the...
There have been some complaints from users that `tabularray` ran very slow in building long tables. The main reason is that `tabularray` need to read and write plenty of key-value...
There is an inconsistency when setting `belowpos=0`. If I set `leftpos=0`, `rightpos=0` or `abovepos=0` the behavior is the same: the line that is being setted doesn't cross any line, only...
Now that `functional` package has already had function `\evalWhole` for evaluating all functions defined with `\prgNewFunction` inside its argument (see https://github.com/lvjr/functional/issues/10), it is natural to add option `evaluate=*` in `functional`...
See discussion https://github.com/lvjr/tabularray/discussions/202 and pull request https://github.com/lvjr/tabularray/pull/236 .
One suggested solution to #103 mentioned ``` \DefTblrTemplate{firsthead}{default}{\captionof{table}{\InsertTblrText{caption}}} ``` but noted that this definition increments the caption counter by 2 instead of 1. This unwanted behavior is still present as...