Re: [NTG-context] linetables broken?

2010-02-22 Thread Hans Hagen
On 21-2-2010 23:46, Wolfgang Schuster wrote: Am 21.02.10 23:42, schrieb Hans Hagen: Does that mean nothing is broken, but linetables need to be processed in buffers? indeed, as they are processed in several passes But why can't tabulate grab the content, was this a memory problem in MkII?

[NTG-context] linetables broken?

2010-02-21 Thread Thomas A. Schmitz
Hi all, when I played a bit with linetables today, I found out that something's broken here. Minimal example (simplified from tabl-ltb.mkiv): \starttext \startlinetable \NC[background=color,backgroundcolor=darkred] xxx \NC yy \NC d \NC \NC ff \NC \NR \stoplinetable

Re: [NTG-context] linetables broken?

2010-02-21 Thread Wolfgang Schuster
Am 21.02.10 23:14, schrieb Thomas A. Schmitz: Hi all, when I played a bit with linetables today, I found out that something's broken here. Minimal example (simplified from tabl-ltb.mkiv): \startlinetable \NC[background=color,backgroundcolor=darkred] xxx \NC yy \NC d \NC

Re: [NTG-context] linetables broken?

2010-02-21 Thread Thomas A. Schmitz
On Feb 21, 2010, at 11:31 PM, Wolfgang Schuster wrote: You can use the buffer method for linetables \startbuffer[test] \NC[background=color,backgroundcolor=darkred] xxx \NC yy \NC d \NC \NC ff \NC\NR \stopbuffer \processlinetablebuffer[test] Wolfgang Wolfgang, thank you,

Re: [NTG-context] linetables broken?

2010-02-21 Thread Hans Hagen
On 21-2-2010 23:34, Thomas A. Schmitz wrote: On Feb 21, 2010, at 11:31 PM, Wolfgang Schuster wrote: You can use the buffer method for linetables \startbuffer[test] \NC[background=color,backgroundcolor=darkred] xxx \NC yy \NC d \NC \NC ff \NC\NR \stopbuffer

Re: [NTG-context] linetables broken?

2010-02-21 Thread Wolfgang Schuster
Am 21.02.10 23:42, schrieb Hans Hagen: Does that mean nothing is broken, but linetables need to be processed in buffers? indeed, as they are processed in several passes But why can't tabulate grab the content, was this a memory problem in MkII? TABLE and tabulate use also several passes and