[NTG-context] Re: Bug (?) in \definetabletemplate

2025-02-22 Thread Christian Prim via ntg-context
llowing example (taken from the wiki) produces an error with lmtx: > > > > \definetabletemplate[booktabs][o0|l|l|ro0|] > > \starttable[booktabs] > > \NC first column \NC second column \NC third column \NC \AR > > \stoptable > > > > Following example wo

[NTG-context] Re: Bug (?) in \definetabletemplate

2025-02-22 Thread Wolfgang Schuster
Am 22.02.2025 um 16:24 schrieb Christian Prim via ntg-context: Following example (taken from the wiki) produces an error with lmtx: \definetabletemplate[booktabs][o0|l|l|ro0|] \starttable[booktabs]         \NC first column \NC second column \NC third column \NC \AR \stoptable Following

[NTG-context] Bug (?) in \definetabletemplate

2025-02-22 Thread Christian Prim via ntg-context
Following example (taken from the wiki) produces an error with lmtx: \definetabletemplate[booktabs][o0|l|l|ro0|] \starttable[booktabs] \NC first column \NC second column \NC third column \NC \AR \stoptable Following example works: \starttable[o0|l|l|ro0|] %same as above, but without the

Re: [NTG-context] Table-bug in lmtx?

2020-03-31 Thread Christian Prim
lowed)" when processed with lmtx: > > > > \definetabletemplate[fosa][s0|xp(3.5cm)|lw(0.7cm)|xp(5cm)s2|lw(2.5cm)|] > > \starttext > > \starttable[fosa] > > \NC Cell 1 \NC\Use3[p(8cm)]{A longer cell}\NC\AR > > \MR > > \NC Cell 1 \NC Cell 2 \NC Cell 3 \NC Cell

Re: [NTG-context] Table-bug in lmtx?

2020-03-30 Thread Hans Hagen
On 3/30/2020 6:23 PM, Christian Prim wrote: Hello list following MWE gives a strange error "(interwoven alignment preambles are not allowed)" when processed with lmtx: \definetabletemplate[fosa][s0|xp(3.5cm)|lw(0.7cm)|xp(5cm)s2|lw(2.5cm)|] \starttext \starttable[fosa] \NC Cell 1

Re: [NTG-context] Table-bug in lmtx?

2020-03-30 Thread Wolfgang Schuster
Christian Prim schrieb am 30.03.2020 um 18:23: Hello list following MWE gives a strange error "(interwoven alignment preambles are not allowed)" when processed with lmtx: \definetabletemplate[fosa][s0|xp(3.5cm)|lw(0.7cm)|xp(5cm)s2|lw(2.5cm)|] \starttext \starttable[fosa] \NC Cell

[NTG-context] Table-bug in lmtx?

2020-03-30 Thread Christian Prim
Hello list following MWE gives a strange error "(interwoven alignment preambles are not allowed)" when processed with lmtx: \definetabletemplate[fosa][s0|xp(3.5cm)|lw(0.7cm)|xp(5cm)s2|lw(2.5cm)|] \starttext \starttable[fosa] \NC Cell 1 \NC\Use3[p(8cm)]{A longer cell}\NC\AR \MR \NC

[NTG-context] Bug in table ?

2015-12-20 Thread Christian Prim
0.0cm, footer=1cm, %bottomspace=1cm, width=fit, height=fit] \setupbodyfont[palatino,10pt] \definetabletemplate[fosa][s0|xp(3.5cm)|lw(0.7cm)m|xp(5cm)s2|lw(2.5cm)m|] \starttext \starttable[fosa] \NC Kräftegleichgewicht \NC\Use3[p(8cm)]{Ein Körper ist im Kräftegleichgewicht, wen

Re: [NTG-context] Problem with \definetabletemplate

2012-03-15 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... OK, thanks for the patch. It works now. Best regards, Lukas On Thu, 15 Mar 2012 13:24:18 +0100, Wolfgang Schuster wrote: Am 15.03.2012 um 08:36 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: Hello, I have problem using \definetabletemplate (http://wiki.contextgarden.net/Command

Re: [NTG-context] Problem with \definetabletemplate

2012-03-15 Thread Wolfgang Schuster
Am 15.03.2012 um 08:36 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: > Hello, > > I have problem using \definetabletemplate > (http://wiki.contextgarden.net/Command/definetabletemplate, > http://www.mail-archive.com/search?l=ntg-context%40ntg.nl&q=definetabletemplate).

[NTG-context] Problem with \definetabletemplate

2012-03-15 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I have problem using \definetabletemplate (http://wiki.contextgarden.net/Command/definetabletemplate, http://www.mail-archive.com/search?l=ntg-context%40ntg.nl&q=definetabletemplate). The following code doesn't work: \definetabletemplate[Test][|c|] \starttext \star

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
e][settings] \definesection[name] \definesectionblock[name][settings] \definesorting[singular][plural][command] \definestartstop[name][commands] \definesubfield[name][name][names] \definesymbol[name][text] \definesynonyms[singular][plural][command][command] \definetabletemplate[n

Re: [NTG-context] command definition

2004-06-25 Thread Hans Hagen
table } I find it difficult... how about: \definebuffer[Table] \starttext \startTable test \stopTable \getTable \getTable \getTable \stoptext and \definetabletemplate[Table][|||] \starttext \starttable[Table] \NC test \NC test \NC \AR \NC x \NC y \NC \AR \stoptable \sto