Skip to content

Commit

Permalink
preto and appto options for rows and columns (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Jun 19, 2021
1 parent 9d1b260 commit 0363478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tabularray.sty
Original file line number Diff line number Diff line change
Expand Up @@ -1781,6 +1781,8 @@
{ \int_use:N \c@colnum } { width } { \dim_eval:n {#1} },
co .code:n = \__tblr_data_gput:nene { column }
{ \int_use:N \c@colnum } { coefficient } {#1},
preto .code:n = \__tblr_preto_text_for_every_column_cell:n {#1},
appto .code:n = \__tblr_appto_text_for_every_column_cell:n {#1},
leftsep .code:n = \__tblr_data_gput:nene { column }
{ \int_use:N \c@colnum } { leftsep } { \dim_eval:n {#1} },
rightsep .code:n = \__tblr_data_gput:nene { column }
Expand Down Expand Up @@ -1934,6 +1936,8 @@
{ height } { \dim_eval:n {#1} },
co .code:n = \__tblr_data_gput:nene { row } { \int_use:N \c@rownum }
{ coefficient } {#1},
preto .code:n = \__tblr_preto_text_for_every_row_cell:n {#1},
appto .code:n = \__tblr_appto_text_for_every_row_cell:n {#1},
abovesep .code:n = \__tblr_data_gput:nene { row } { \int_use:N \c@rownum }
{ abovesep } { \dim_eval:n {#1} },
belowsep .code:n = \__tblr_data_gput:nene { row } { \int_use:N \c@rownum }
Expand Down

0 comments on commit 0363478

Please sign in to comment.