Re: [NTG-context] Table head

2010-06-14 Thread Wolfgang Schuster

Am 14.06.10 15:18, schrieb Vyatcheslav Yatskovsky:

Hi again,

I'm prolific today ) Please, advise how to add Table head. Now I 
simulate it with


\startalignment[left] Table 1 \stopalignment
\bTABLE...


\setupcaption[table][align=left] % align=flushleft?

\placetable
  {Caption}
  {\bTABLE...\eTABLE}

Wolfgang

___
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] Table head

2010-06-14 Thread Vyatcheslav Yatskovsky

On 14.06.2010 16:28, Wolfgang Schuster wrote:

\setupcaption[table][align=left] % align=flushleft?

\placetable
   {Caption}
   {\bTABLE...\eTABLE}


 Thank you, but then table is not splitted across pages.

--
Best Regards,
Vyatcheslav Yatskovsky
___
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] Table head

2010-06-14 Thread Wolfgang Schuster

Am 14.06.10 15:32, schrieb Vyatcheslav Yatskovsky:

On 14.06.2010 16:28, Wolfgang Schuster wrote:

\setupcaption[table][align=left] % align=flushleft?

\placetable
   {Caption}
   {\bTABLE...\eTABLE}


 Thank you, but then table is not splitted across pages.


\placetable
  [split]
  {Caption}
  {\bTABLE...\eTABLE}

Wolfgang

___
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] Table head

2010-06-14 Thread Vyatcheslav Yatskovsky

On 14.06.2010 16:36, Wolfgang Schuster wrote:

Am 14.06.10 15:32, schrieb Vyatcheslav Yatskovsky:

On 14.06.2010 16:28, Wolfgang Schuster wrote:

\setupcaption[table][align=left] % align=flushleft?

\placetable
{Caption}
{\bTABLE...\eTABLE}


Thank you, but then table is not splitted across pages.


\placetable
[split]
{Caption}
{\bTABLE...\eTABLE}

Wolfgang



Thank you again, but is there a way for the caption to appear ABOVE the 
table?


--
Best Regards,
Vyatcheslav Yatskovsky
___
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
___