John R. Culleton wrote:
> On Wednesday 31 January 2007 19:31, John R. Culleton wrote:
> 
>> OK I solved that problem by enclosing the table in {} and now the table
>> floats. But now I have a wierder one.  The \setupcaptions[location=high]
>> command puts the caption alongside the table instead of over it.
>> Unfortunately the customer specifies over rather than under.
> 
> To isloate the problem I extracted the table and reran it in a test file:
> ----------------------------------------------------------------------
> \setupoutput[pdftex]
> \setupcaptions[location=high]

try "location=top", as high seems to mean something different here (dunno).


Greetings, Peter

> \starttext
> \placetable[here][tab:comp]{Comparison of Corporate and Government Bond 
> Portfolios}
> {\setupTABLE[r][even][background=screen]
> \bTABLE
> \bTR
> \bTD 
> \eTD
> \bTD Corporate Portfolio
> \eTD
> \bTD Government Portfolio
> \eTD
> \eTR
> \bTR
> \bTD Starting Value
> \eTD
> \bTD \$100,000
> \eTD
> \bTD \$100,000
> \eTD
> \eTR
> \eTABLE
> }
> \stoptext
> ----------------------------------------------------------------
> The caption still apears to the left side of the table, not above it. 
> 

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to