Re: [NTG-context] Wrong placement parameter (Was: two problems with natural tables)

2012-01-18 Thread Hans Hagen

On 18-1-2012 06:31, Vladimir Lomov wrote:


According to Command reference on wiki, placetable doesn't have 'split'
parameter, see http://wiki.contextgarden.net/Reference/en/placefloat

Just remove 'split' and your example will be compiled.


each \placesomefloat command accepts the same keys, so split is valid

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Wrong placement parameter (Was: two problems with natural tables)

2012-01-18 Thread luigi scarso
On Wed, Jan 18, 2012 at 9:48 AM, Hans Hagen pra...@wxs.nl wrote:

 On 18-1-2012 06:31, Vladimir Lomov wrote:

  According to Command reference on wiki, placetable doesn't have 'split'
 parameter, see 
 http://wiki.contextgarden.net/**Reference/en/placefloathttp://wiki.contextgarden.net/Reference/en/placefloat

 Just remove 'split' and your example will be compiled.


 each \placesomefloat command accepts the same keys, so split is valid

 Hans


\starttext
\setupcaptions[suffix=]
\placetable[split]{Test}
{\bTABLE[split=yes]
\dorecurse{60}{
\bTR \bTD hello \eTD \eTR
}
\eTABLE}
\stoptext

it's ok.


-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Wrong placement parameter (Was: two problems with natural tables)

2012-01-17 Thread Vladimir Lomov
Hello,
** Brian Landy [2012-01-17 23:19:41 -0500]:

 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.
Don't hi-jack old thread with unrelated question, always start new topic
on new problem.

 \starttext
 \placetable[split]{Test}
 {\bTABLE[split=yes]
 \dorecurse{60}{
 \bTR \bTD hello \eTD \eTR
 }
 \eTABLE}
 \stoptext

 I get this error:

 ! Undefined control sequence.

 system   tex  error on line 7 in file test.tex: Undefined control 
 sequence ...

 1 \starttext
 2 \placetable[split]{Test}
 3 {\bTABLE[split=yes]
 4 \dorecurse{60}{
 5 \bTR \bTD hello \eTD \eTR
 6 }
 7   \eTABLE}
 8 \stoptext
 9 

 argument \c!suffixstopper 

 \floatcaptionparameter ...\currentfloatcaption :#1
   \endcsname 
 \??floatcaption...
 argument ...mber )}\thecurrentfloatnumbersuffix 
   \dostoptagged 
 \dostarttagg...
 \flushbothlabelclass #1#2#3-#1#3
  #2
 \namedtaggedlabeltexts ...\dostarttagged {#1}{#2}}
   \dostoptagged \endgroup 
 \thecurrentfloatnumber ...rrentfloatnumbersuffix }
   \fi \fi \fi 
 ...
 l.7 \eTABLE
}


 Any ideas?

According to Command reference on wiki, placetable doesn't have 'split'
parameter, see http://wiki.contextgarden.net/Reference/en/placefloat

Just remove 'split' and your example will be compiled.


---
WBR, Vladimir Lomov

-- 
Quality control, n.:
Assuring that the quality of a product does not get out of hand
and add to the cost of its manufacture or design.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___