[NTG-context] combinedlist: different behaviour in mkiv

2012-09-20 Thread Stefan Rothe
Hi I have defined a two-level head structure with independent numbering. It works as intended with mkii, but with mkiv, the top-level number is prepended to all second-level heads in the table of contents. With mkii, I get: Part A First 1 One 2 Two ... with mkiv: Part A First A.1 O

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 >

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 : > 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 c

[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] \setupbo

[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