diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/tabl-tab.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/tabl-tab.mkiv | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/tabl-tab.mkiv b/Master/texmf-dist/tex/context/base/mkiv/tabl-tab.mkiv index 631f29bc084..54b18a38590 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/tabl-tab.mkiv +++ b/Master/texmf-dist/tex/context/base/mkiv/tabl-tab.mkiv @@ -417,7 +417,7 @@ % Key "a": a{TOKENS} adds TOKENS to the right of (after) the template \newtableformatkey a#1% - {\toksapp\!taDataColumnTemplate{#1}% + {\!taDataColumnTemplate\expandafter{\the\!taDataColumnTemplate #1}% \doreadtableformatkeys} % Key "\{": Enclose template in braces. @@ -435,7 +435,7 @@ \scratchtoks\emptytoks \!thLoop \ifnum\scratchcounter>\zerocount - \toksapp\scratchtoks{#2}% + \scratchtoks\expandafter{\the\scratchtoks#2}% \advance\scratchcounter\minusone \repeat \expandafter\doreadtableformatkeys\the\scratchtoks} @@ -688,7 +688,7 @@ % extensions \newtableformatkey q% - {\let\!tqStyle\empty + {\letempty\!tqStyle \futurelet\!tnext\!tqTestForBracket} \newtableformatkey Q% @@ -928,7 +928,7 @@ \global\c_tabl_table_n_of_vrules\plusone \unskip \fi - \glet\m_tabl_table_vrule_color\empty + \global\let\m_tabl_table_vrule_color\empty \hfil \aligntab} @@ -1370,8 +1370,8 @@ {\tabl_tables_chuck_auto_row % before the tail, else noalign problem \tabl_table_insert_tail \starttablenoalign - \glet\tabl_table_head\empty - \glet\tabl_table_tail\empty + \global\let\tabl_table_head\empty + \global\let\tabl_table_tail\empty \stoptablenoalign \tabl_table_finish \ifx\p_tabl_table_frame\empty @@ -1481,7 +1481,7 @@ \tabl_table_restart % \starttablenoalign % \globalpushmacro\simpletableHL -% \glet\simpletableHL\doverysimpletableHL +% \global\let\simpletableHL\doverysimpletableHL % \stoptablenoalign \tabl_table_insert_head \ifsplittables \ifconditional \c_tabl_table_repeat_tail @@ -1593,8 +1593,8 @@ \egroup \dontcomplain \tabl_table_split_box\tablecontentbox - \glet\tabl_table_head\empty % new here - \glet\tabl_table_tail\empty % new here + \global\let\tabl_table_head\empty % new here + \global\let\tabl_table_tail\empty % new here \flushnotes \egroup} @@ -1691,8 +1691,8 @@ \starttablenoalign \nobreak \tabl_table_set_action\tableunknownstate - \glet\tabl_tables_check_auto_row\empty - \glet\tabl_tables_chuck_auto_row\empty + \globalletempty\tabl_tables_check_auto_row + \globalletempty\tabl_tables_chuck_auto_row \global\currenttablecolumn\zerocount \stoptablenoalign} @@ -1816,21 +1816,21 @@ %D the last row. \unexpanded\def\tabl_table_AR - {\glet\tabl_tables_check_auto_row\tabl_tables_check_auto_row_indeed - \glet\tabl_tables_chuck_auto_row\tabl_tables_chuck_auto_row_indeed} + {\globallet\tabl_tables_check_auto_row\tabl_tables_check_auto_row_indeed + \globallet\tabl_tables_chuck_auto_row\tabl_tables_chuck_auto_row_indeed} \let\tabl_tables_check_auto_row\empty \let\tabl_tables_chuck_auto_row\empty \def\tabl_tables_check_auto_row_indeed - {\glet\tabl_tables_check_auto_row\empty + {\globallet\tabl_tables_check_auto_row\empty \ifnum\tableactionstate=\tablerulestate \FR\else \ifnum\tableactionstate=\tableunknownstate\FR\else \MR\fi\fi} \def\tabl_tables_chuck_auto_row_indeed - {\glet\tabl_tables_check_auto_row\empty - \glet\tabl_tables_chuck_auto_row\empty + {\globalletempty\tabl_tables_check_auto_row + \globalletempty\tabl_tables_chuck_auto_row \ifnum\tableactionstate=\tablerulestate \SR\else \ifnum\tableactionstate=\tableunknownstate\SR\else \LR\fi\fi} @@ -1914,7 +1914,7 @@ \dosingleempty\table_tabl_VL_indeed} \def\table_tabl_VL_indeed[#1]% - {\glet\m_tabl_table_vrule_color\empty + {\global\let\m_tabl_table_vrule_color\empty \global\c_tabl_table_vrule_thickness_factor\m_tabl_table_VLwidth\relax \iffirstargument \rawprocesscommalist[#1]\tabl_table_vrulecommand @@ -1961,7 +1961,7 @@ \bgroup \global\c_tabl_table_hrule_thickness_factor\m_tabl_table_HLheight\relax \iffirstargument - \glet\m_tabl_table_hrule_color\empty + \global\let\m_tabl_table_hrule_color\empty \rawprocesscommalist[#1]\tabl_table_hrulecommand \ifx\m_tabl_table_hrule_color\empty\else \switchtocolor[\m_tabl_table_hrule_color]% @@ -2083,7 +2083,7 @@ \global\c_tabl_table_hrule_thickness_factor\m_tabl_table_HLheight\relax \global\c_tabl_table_drule_span\zerocount \iffirstargument - \glet\m_tabl_table_hrule_color\empty + \global\let\m_tabl_table_hrule_color\empty \rawprocesscommalist[#1]\tabl_table_drulecommand % \ifx\m_tabl_table_hrule_color\empty\else % \switchtocolor[\m_tabl_table_hrule_color]% see *DL* |