tabularray icon indicating copy to clipboard operation
tabularray copied to clipboard

Naming cells, rows and columns

Open Enivex opened this issue 2 years ago • 4 comments
trafficstars

I like to use the new interface, where cell properties are handled outside the table itself. Currently (unless I'm missing something), it is only possible to do so using explicit numbers, the letters U-Z for the final rows, and odd/even. This is extremely tedious if you want to change specific cells or rows and make changes that shift the numbering around (you have to update everything).

What I'm looking for is something like \TblrLabel{clever_cell_name} that I can put inside the cell and then be able to write

column{clever_cell_name} = {preto=\textbullet,} or row{clever_cell_name} = {font = \bfseries} or cell{clever_cell_name} = {r=2,c=1}{}

Enivex avatar Mar 17 '23 14:03 Enivex