[NTG-context] Bug in tabulate

Hans Hagen j.hagen at freedom.nl
Tue Mar 21 09:02:28 CET 2023


On 3/21/2023 7:20 AM, Li Yanrui (李延瑞) via ntg-context wrote:
> Hi,
> 
> Please see the following example:
> 
> \startTEXpage[offset=5mm]
> \starttabulate[|c|c|c|]
> \VL 1 \VL 2 \VL 3\VL\NR
> \stoptabulate
> \blank
> \starttabulate[|c|c|c|]
> \NC 1 \NC 2 \NC 3\NR
> \stoptabulate
> \stopTEXpage
> 
> In its result, there is a rule in the left side of the second tabulate. 
> The result is attached. My lmtx version is 2023.03.20 17:07.
in tabl-tbl.mkxl you can patch this

\def\tabl_tabulate_vrule_reset_step % undefined or relax
   {\gletcsname\??tabulatevrule0\endcsname\undefined
    \gletcsname\??tabulatevrule\the\fastloopindex\endcsname\undefined}

after that remake the format,

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------



More information about the ntg-context mailing list