ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug in tabulate
@ 2023-03-21  6:20 Li Yanrui (李延瑞) via ntg-context
  2023-03-21  8:02 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 2+ messages in thread
From: Li Yanrui (李延瑞) via ntg-context @ 2023-03-21  6:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Li Yanrui (李延瑞)


[-- Attachment #1.1: Type: text/plain, Size: 371 bytes --]

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.

-- 
Best regards,

Li Yanrui

[-- Attachment #1.2: Type: text/html, Size: 669 bytes --]

[-- Attachment #2: foo.pdf --]
[-- Type: application/pdf, Size: 5178 bytes --]

[-- Attachment #3: Type: text/plain, Size: 496 bytes --]

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug in tabulate
  2023-03-21  6:20 Bug in tabulate Li Yanrui (李延瑞) via ntg-context
@ 2023-03-21  8:02 ` Hans Hagen via ntg-context
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen via ntg-context @ 2023-03-21  8:02 UTC (permalink / raw)
  To: Li Yanrui (李延瑞) via ntg-context; +Cc: Hans Hagen

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
-----------------------------------------------------------------

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-21  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21  6:20 Bug in tabulate Li Yanrui (李延瑞) via ntg-context
2023-03-21  8:02 ` Hans Hagen via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).