Re: [NTG-context] Bug in tabulate

2023-03-21 Thread Hans Hagen via ntg-context

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
___


[NTG-context] Bug in tabulate

2023-03-21 Thread 李延瑞
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


foo.pdf
Description: Adobe PDF document
___
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
___


Re: [NTG-context] Bug in tabulate?

2012-10-06 Thread Willi Egger
Hello Wolfgang,

yeah, that is it! Thank you!

Willi
On Oct 6, 2012, at 10:32 AM, Wolfgang Schuster wrote:

 
 Am 06.10.2012 um 10:26 schrieb Willi Egger cont...@boede.nl:
 
 Hi all,
 
 I experience difficulty to get Context typeset a p column of small size in 
 the tabulate environment. - The lines are not broken up...
 
 \starttext
 \starttabulate[|pBw(20mm)|p|]
 \NC Hans, Mojca, Willi \NC This is to be checked \NC\NR
 \stoptabulate
 \stoptext
 
 Your template is wrong because you replace the “p” column with a “w” column 
 which disables the paragraph mode. The correct template for the first column 
 is “Bp(10mm)”.
 
 Wolfgang
 ___
 If your question is of interest to others as well, please add an entry to the 
 Wiki!
 
 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___