Re: [NTG-context] Long table centered on every page

2012-09-20 Thread Procházka Lukáš Ing . - Pontex s . r . o .
You need also the “split” keyword for the float. \starttext \startplacetable[location={force,split,none}] \bTABLE[split=repeat] \bTABLEhead \bTR \bTH head1 \eTH \eTR \eTABLEhead % \bTABLEbody \dorecurse{40}{% \bTR \bTD body \eTD \eTR

Re: [NTG-context] Long table centered on every page

2012-09-20 Thread Wolfgang Schuster
Am 20.09.2012 um 16:26 schrieb Procházka Lukáš Ing. - Pontex s. r. o. : > Hello, > > On Thu, 20 Sep 2012 15:51:23 +0200, Wolfgang Schuster > wrote: > >> >> Use \placetable[force]{}{…} and omit the caption with the “none” keyword >> when you don’t want it. >> >> WOlfgang > > did you mean

Re: [NTG-context] Long table centered on every page

2012-09-20 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, On Thu, 20 Sep 2012 15:51:23 +0200, Wolfgang Schuster wrote: Use \placetable[force]{}{…} and omit the caption with the “none” keyword when you don’t want it. WOlfgang did you mean this? \def\TAB{% \bTABLE[split=repeat] \bTABLEhead \bTR \bTH head1 \eTH

Re: [NTG-context] Long table centered on every page

2012-09-20 Thread Wolfgang Schuster
Am 20.09.2012 um 09:26 schrieb Procházka Lukáš Ing. - Pontex s. r. o. : > Hello > > how to center a table over several pages? > > Suppose the following code: > > > \def\TAB{% > \bTABLE[split=repeat] >\bTABLEhead > \bTR >\bTH head1 \eTH > \eTR >\eTABLEhead >

[NTG-context] Long table centered on every page

2012-09-20 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello how to center a table over several pages? Suppose the following code: \def\TAB{% \bTABLE[split=repeat] \bTABLEhead \bTR \bTH head1 \eTH \eTR \eTABLEhead % \bTABLEbody \dorecurse{40}{% \bTR \bTD body \eTD \eTR