lvjr

Results 156 comments of lvjr

@u-fischer Thanks for the information. Now I have added `nameref` library to `tabularray` package (see #256).

As a workaround, you may set the line width of some hline to `0pt`, it is the same as removing the hline. ```latex \documentclass{article} \usepackage{xcolor} \usepackage{tabularray} \begin{document} \begin{tblr}{ cells =...

It is not easy to make `tabularray` work well with `multicol` in every use case. I will find more time to look into this bug some day.

The distance between the border lines is controlled by `rulesep` option. The positons of hlines with `leftpos`/`rightpos` set to `0` can be improved in the future. But I will not...

>Is it really the hline that is positioned wrong, or could it also be the vline? I am just wondering how and why the inner border bottom left/right seem to...

I will fix the inconsistent positioning of `abovepos` and `belowpos` in issue #272.

As a workaround, you can use negative `rulesep` to make two hlines overlap: ```latex \documentclass{article} \usepackage{xcolor} \usepackage{tabularray} \begin{document} \begin{tblr}{cells = {azure5},rulesep=-0.4pt} Alpha & Beta & Gamma \\ \hline[olive8] \hline[dashed, red]...

`Tabularray` doesn't have this feature at this moment. Maybe in the future. Seems it need some hooks too (see also #27).

Hooks make the package run slower. And hooks can not work in TeX Live 2020 on Overleaf.

Sorry I know little about these at this time. I have given you write access to this repository. Please feel free to add anything you want.