summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/tabularray.4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/tabularray.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/tabularray.4ht14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tabularray.4ht b/Master/texmf-dist/tex/generic/tex4ht/tabularray.4ht
index 72b80122e0a..b3c2577fb37 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/tabularray.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/tabularray.4ht
@@ -1,5 +1,5 @@
-% tabularray.4ht (2023-10-25-13:45), generated from tex4ht-4ht.tex
-% Copyright 2022-2023 TeX Users Group
+% tabularray.4ht (2024-06-17-13:42), generated from tex4ht-4ht.tex
+% Copyright 2022-2024 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2023-10-25-13:45}
+\immediate\write-1{version 2024-06-17-13:42}
\NewConfigure{tabularray}{8}
\NewConfigure{tabularrayignoredcell}{2}
@@ -91,13 +91,13 @@
% find columns that are covered by rowspan and colspan
\xdef\HCol{\@arabic\c@colnum}
\xdef\HRow{\@arabic\c@rownum}
- \xdef\HMultispan{\l__tblr_cell_colspan_tl}
- \xdef\HRowspan{\l__tblr_cell_rowspan_tl}
+ \xdef\HMultispan{\lTblrCellColSpanTl}
+ \xdef\HRowspan{\lTblrCellRowSpanTl}
\let\CellAttributes\@empty
\let\CellStyle\@empty
% calculate ignored cells, if the current cell uses colspan or rowspan
- \int_step_inline:nnn{\c@rownum }{\c@rownum - 1 + \l__tblr_cell_rowspan_tl}{
- \int_step_inline:nnn{\c@colnum }{\c@colnum - 1 + \l__tblr_cell_colspan_tl}{
+ \int_step_inline:nnn{\c@rownum }{\c@rownum - 1 + \lTblrCellRowSpanTl}{
+ \int_step_inline:nnn{\c@colnum }{\c@colnum - 1 + \lTblrCellColSpanTl}{
% the loop always matches the current cell, we must ignore it
\str_if_eq:eeF{\HCol.\HRow}{####1.##1}{%
\cs_gset:cpn{ignoredcell-####1-##1}{}