Skip to content

Commit

Permalink
fix undefined props with latest l3kernel (#22, #474)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Feb 15, 2024
1 parent c9691e9 commit 0060844
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tabularray.sty
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,9 @@
\dim_zero_new:N \rulewidth
\dim_set:Nn \rulewidth {0.4pt}
\prop_new:N \g__tblr_defined_hdash_styles_prop
\prop_new:N \g__tblr_defined_vdash_styles_prop
\prop_gset_from_keyval:Nn \g__tblr_defined_hdash_styles_prop
{ solid = \hrule height \rulewidth }
\prop_gset_from_keyval:Nn \g__tblr_defined_vdash_styles_prop
Expand Down Expand Up @@ -2971,6 +2974,13 @@
%%> \section{Initialize Table Inner Specifications}
%%% --------------------------------------------------------
\prop_new:N \g__tblr_initial_table_prop
\prop_new:N \g__tblr_initial_rows_prop
\prop_new:N \g__tblr_initial_columns_prop
\prop_new:N \g__tblr_initial_cells_prop
\prop_new:N \g__tblr_initial_hlines_prop
\prop_new:N \g__tblr_initial_vlines_prop
\prop_gset_from_keyval:Nn \g__tblr_initial_table_prop
{
stretch = 1,
Expand Down

0 comments on commit 0060844

Please sign in to comment.