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 dfc7ff1 commit a340928
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tabularray.sty
Expand Up @@ -1011,6 +1011,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 @@ -2830,6 +2833,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 a340928

Please sign in to comment.