Re: [NTG-context] Columnspan in tabulate

2008-09-09 Thread Wolfgang Schuster
On Mon, Sep 8, 2008 at 12:01 PM, Wolfgang Schuster [EMAIL PROTECTED] wrote: On Mon, Sep 8, 2008 at 11:50 AM, Hans Hagen [EMAIL PROTECTED] wrote: Wolfgang Schuster wrote: Hi, is it possible to support columnspan in tabulate. \def\tabulateuse#1% {\dorecurse{\numexpr2*#1-1\relax}{\span}}

Re: [NTG-context] Columnspan in tabulate

2008-09-09 Thread Hans Hagen
Wolfgang Schuster wrote: Could we say I never wrote this, I saw yesterday I need p columns in my tables ok, removed from my todo stack - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Columnspan in tabulate

2008-09-09 Thread Marcin Borkowski
Dnia Tue, Sep 09, 2008 at 10:18:37AM +0200, Hans Hagen napisa#322;(a): ok, removed from my todo stack That's interesting, I always thought it's a todo queue;) Greets -- Marcin Borkowski (http://mbork.faculty.fmcs.amu.edu.pl)

Re: [NTG-context] Columnspan in tabulate

2008-09-09 Thread Hans Hagen
Marcin Borkowski wrote: Dnia Tue, Sep 09, 2008 at 10:18:37AM +0200, Hans Hagen napisa#322;(a): ok, removed from my todo stack That's interesting, I always thought it's a todo queue;) well, last added == fresh in mem and often at the top of my mail list so more visible; there is a queue too

[NTG-context] Columnspan in tabulate

2008-09-08 Thread Wolfgang Schuster
Hi, is it possible to support columnspan in tabulate. \def\tabulateuse#1% {\dorecurse{\numexpr2*#1-1\relax}{\span}} \setuptabulate[inner=\let\use\tabulateuse\defineTABLEshorthands] \starttext \starttable[|l|l|l|l|] \NC a \NC b \NC c \NC d \AR \NC 1 \NC \TWO 2 \NC 4 \AR \stoptable

Re: [NTG-context] Columnspan in tabulate

2008-09-08 Thread Hans Hagen
Wolfgang Schuster wrote: Hi, is it possible to support columnspan in tabulate. \def\tabulateuse#1% {\dorecurse{\numexpr2*#1-1\relax}{\span}} \setuptabulate[inner=\let\use\tabulateuse\defineTABLEshorthands] \starttext \starttable[|l|l|l|l|] \NC a \NC b \NC c \NC d \AR \NC 1 \NC

Re: [NTG-context] Columnspan in tabulate

2008-09-08 Thread Wolfgang Schuster
On Mon, Sep 8, 2008 at 11:50 AM, Hans Hagen [EMAIL PROTECTED] wrote: Wolfgang Schuster wrote: Hi, is it possible to support columnspan in tabulate. \def\tabulateuse#1% {\dorecurse{\numexpr2*#1-1\relax}{\span}} \setuptabulate[inner=\let\use\tabulateuse\defineTABLEshorthands] \starttext