|
@@ -27,7 +27,7 @@
|
27
|
27
|
|
28
|
28
|
%% package variables >>>
|
29
|
29
|
%%=============================================================================
|
30
|
|
-\newcolumntype{?}{!{\d@llarend&\span\@gobbletwo}}
|
|
30
|
+\newcolumntype{\MRTtabRepeatCols}{!{\d@llarend&\span\@gobbletwo}}
|
31
|
31
|
\definecolor{tablegray}{gray}{0.85}
|
32
|
32
|
\tl_new:N \l_MRTtab_tmpa_tl
|
33
|
33
|
\int_new:N \l_MRTtab_tmpa_int
|
|
@@ -141,7 +141,7 @@
|
141
|
141
|
,caption .tl_set:N = \l_MRTtab_table_cap_tl
|
142
|
142
|
,cap .meta:n = { caption = { #1 } }
|
143
|
143
|
,columns .tl_set:N = \l_MRTtab_table_col_tl
|
144
|
|
- ,columns .initial:n = { l?c }
|
|
144
|
+ ,columns .initial:n = { l\MRTtabRepeatCols c }
|
145
|
145
|
,col .meta:n = { columns = { #1 } }
|
146
|
146
|
,env~begin .tl_set:N = \l__MRTtab_env_begin_tl
|
147
|
147
|
,env~end .tl_set:N = \l__MRTtab_env_end_tl
|