Re: [NTG-context] two problems with natural tables

2012-01-18 Thread Brian R. Landy
This worked perfectly, thanks! Brian On Jan 18, 2012, at 3:47 AM, Hans Hagen wrote: > On 18-1-2012 05:19, Brian Landy wrote: >> Hi, sorry to dredge up such an old thread, but I recently updated from a Feb >> 2010 vintage minimals to current (first to 1/12/2012, then to today 1/17). >> I ran

Re: [NTG-context] two problems with natural tables

2012-01-18 Thread Hans Hagen
On 18-1-2012 05:19, Brian Landy wrote: Hi, sorry to dredge up such an old thread, but I recently updated from a Feb 2010 vintage minimals to current (first to 1/12/2012, then to today 1/17). I ran into problems splitting a table within a splitfloat. I search the list archives and came up wit

Re: [NTG-context] two problems with natural tables

2012-01-17 Thread Brian Landy
Hi, sorry to dredge up such an old thread, but I recently updated from a Feb 2010 vintage minimals to current (first to 1/12/2012, then to today 1/17). I ran into problems splitting a table within a splitfloat. I search the list archives and came up with this example, which is failing for me.

Re: [NTG-context] two problems with natural tables

2011-04-20 Thread Florian Wobbe
On Apr 18, 2011, at 21:14 , Hans Hagen wrote: > On 18-4-2011 7:16, Wolfgang Schuster wrote: >> \def\floatcaptionattribute >> {\iflocation \ifnofloatnumber \else \ifnofloatcaption \else >> \ifinsidesplitfloat \else >> attr \destinationattribute \currentfloatattribute >>\fi \fi \fi \fi}

Re: [NTG-context] two problems with natural tables

2011-04-18 Thread Hans Hagen
On 18-4-2011 7:16, Wolfgang Schuster wrote: \def\floatcaptionattribute {\iflocation \ifnofloatnumber \else \ifnofloatcaption \else \ifinsidesplitfloat \else attr \destinationattribute \currentfloatattribute \fi \fi \fi \fi} ok, patched

Re: [NTG-context] two problems with natural tables

2011-04-18 Thread Wolfgang Schuster
Am 10.04.2011 um 18:40 schrieb Florian Wobbe: > Hi, > > 1) I tried the following minimal example from > http://archive.contextgarden.net/message/20110109.151431.f774696a.en.html > > \placetable[split]{Test} > {\bTABLE[split=yes] > \dorecurse{60}{ > \bTR \bTD hello \eTD \eTR > } > \eTABLE} > >

Re: [NTG-context] two problems with natural tables

2011-04-11 Thread Wolfgang Schuster
Am 11.04.2011 um 09:37 schrieb Florian Wobbe: > so to make style=... also work on the header the trick was to change > \bTH Header \eTH > to > \bTD Header \eTD. Yes. > What is the purpose of \bTH \eTH then? BTW the Wiki says: "Please take > account of the fact, that the head cells are enclos

Re: [NTG-context] two problems with natural tables

2011-04-11 Thread Florian Wobbe
> 1) I tried the following minimal example from > http://archive.contextgarden.net/message/20110109.151431.f774696a.en.html > > \placetable[split]{Test} > {\bTABLE[split=yes] > \dorecurse{60}{ > \bTR \bTD hello \eTD \eTR > } > \eTABLE} > > with the current context versions which works fine. I h

Re: [NTG-context] two problems with natural tables

2011-04-11 Thread Florian Wobbe
>> 2) How do I get a small and bold header? This does not work: >> >> \bTABLE >> \setupTABLE[style=\tfx] >> \setupTABLE[row][1][style=\bfx] % redundant w/ line 5 >> \bTABLEhead >> \bTR[style=\bfx] \bTH Header \eTH \eTR >> \eTABLEhead >> \bTABLEbody >> \bTR \bTD hello \eTD \eTR >> \bTR \bTD world \

Re: [NTG-context] two problems with natural tables

2011-04-11 Thread Wolfgang Schuster
Am 10.04.2011 um 18:40 schrieb Florian Wobbe: > 2) How do I get a small and bold header? This does not work: > > \bTABLE > \setupTABLE[style=\tfx] > \setupTABLE[row][1][style=\bfx] % redundant w/ line 5 > \bTABLEhead > \bTR[style=\bfx] \bTH Header \eTH \eTR > \eTABLEhead > \bTABLEbody > \bTR \bT

[NTG-context] two problems with natural tables

2011-04-10 Thread Florian Wobbe
Hi, 1) I tried the following minimal example from http://archive.contextgarden.net/message/20110109.151431.f774696a.en.html \placetable[split]{Test} {\bTABLE[split=yes] \dorecurse{60}{ \bTR \bTD hello \eTD \eTR } \eTABLE} with the current context versions which works fine. However, if I insert