[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

[NTG-context] tolerance and whitespace settings inside a TEXpage

2012-09-20 Thread Marco Patzer
Hi, inside a TEXpage the tolerance and the whitespace settings are not applied. The whitespace can be set in a setup and the tolerance can be set directly with \spaceskip, but that seems a bit hackish. Is that intended and is there a cleaner solution? Example: \setuplayout [width=8cm]

Re: [NTG-context] tolerance and whitespace settings inside a TEXpage

2012-09-20 Thread Wolfgang Schuster
Am 20.09.2012 um 11:56 schrieb Marco Patzer home...@lavabit.com: Hi, inside a TEXpage the tolerance and the whitespace settings are not applied. The whitespace can be set in a setup and the tolerance can be set directly with \spaceskip, but that seems a bit hackish. Is that intended and

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. l...@pontex.cz: 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

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 wolfgang.schus...@gmail.com 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

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. l...@pontex.cz: Hello, On Thu, 20 Sep 2012 15:51:23 +0200, Wolfgang Schuster wolfgang.schus...@gmail.com wrote: Use \placetable[force]{}{…} and omit the caption with the “none” keyword when you don’t want it.

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