Am 22.02.2025 um 16:24 schrieb Christian Prim via ntg-context:
Following example (taken from the wiki) produces an error with lmtx:

\definetabletemplate[booktabs][o0|l|l|ro0|]
\starttable[booktabs]
         \NC first column \NC second column \NC third column \NC \AR
\stoptable

Following example works:

\starttable[o0|l|l|ro0|] %same as above, but without the use of the defined template
         \NC first column \NC second column \NC third column \NC \AR
\stoptable

I know that this table-environment is deprecated. But it is best suited for my project. I love the use of the template with this environment.

Comment the line with the \catcode command in tabl-tab.mkxl and remake the format file (context --make).

% tabl-tab.mkxl
\permanent\protected\def\definetabletemplate % to be redone
  {\bgroup
  %\catcode\barasciicode\othercatcode
   \tabl_table_define_template}

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to