[NTG-context] Problem with tabulate

2024-11-11 Thread Thomas Meyer
Hi Guys, I am trying out the following environment: \starttabulate[p(5mm)p(5mm)] \HL \NS[1][c] Wurfstärke R / H \NC\NR \NC 2 \NC 3 \NC\NR \HL \stoptabulate These are the columns of a larger table that cause problems. P() and \NS do not work together. But also \starttabulate[cc] \HL \NS[1][c] W

Re: [NTG-context] Problem with tabulate and \VL command

2015-12-03 Thread Alan BRASLAU
Hi David, Your example, as shown below, does not give an error using the recent standalone distribution (your installation dates from last May). Alan On Thu, 3 Dec 2015 23:05:29 + "Arnold, David" wrote: > Hi, > > I entered: > > > \starttabulate[] > \NC test \VL test \VL test \V

[NTG-context] Problem with tabulate and \VL command

2015-12-03 Thread Arnold, David
Hi, I entered: \starttabulate[] \NC test \VL test \VL test \VL\NR \VL test \NC test \VL test \VL\NR \VL test \VL test \NC test \VL\NR \VL test \VL test \VL test \NC\NR \stoptabulate And got this error: ! Undefined control sequence. \tabulatecontent ->\NC test \VL Can someo

Re: [NTG-context] problem with tabulate header and footer

2010-09-20 Thread Wolfgang Schuster
Am 20.09.2010 um 13:10 schrieb Henning Hraban Ramm: > > Am 2010-09-20 um 11:00 schrieb Wolfgang Schuster: > >> >> Am 20.09.2010 um 10:50 schrieb Hongwen Qiu: >> >>> \setuptabulate[footer=repeat] has no effect, so is this a bug or if >>> something has been changed? >> >> This was never suppor

Re: [NTG-context] problem with tabulate header and footer

2010-09-20 Thread Henning Hraban Ramm
Am 2010-09-20 um 11:00 schrieb Wolfgang Schuster: Am 20.09.2010 um 10:50 schrieb Hongwen Qiu: \setuptabulate[footer=repeat] has no effect, so is this a bug or if something has been changed? This was never supported. And \setuptabulate[header=repeat] can only repeat a single row(see the

Re: [NTG-context] problem with tabulate header and footer

2010-09-20 Thread Wolfgang Schuster
Am 20.09.2010 um 10:50 schrieb Hongwen Qiu: > \setuptabulate[footer=repeat] has no effect, so is this a bug or if > something has been changed? This was never supported. > And \setuptabulate[header=repeat] can only repeat a single row(see the > minimal example below). So is this a bug or is it

[NTG-context] problem with tabulate header and footer

2010-09-20 Thread Hongwen Qiu
\setuptabulate[footer=repeat] has no effect, so is this a bug or if something has been changed? And \setuptabulate[header=repeat] can only repeat a single row(see the minimal example below). So is this a bug or is it never been implemented or thought like this? TIA for any help or feedback. Min