Am 30.01.2011 um 10:44 schrieb Vnpenguin:

> Hi,
> I'm trying TeX-figures (Section 13.5 of ConTeX manual). Here is my test
> ==============
> \starttext
> \startbuffer[mytable]
> \bTABLE
> \bTR
>        \bTH One \eTH
>        \bTH Two \eTH
> \eTR
> \bTR
>        \bTD One \eTD
>        \bTD Two \eTD
> \eTR
> \eTABLE
> \stopbuffer
> \externalfigure[mytable.tmp][width=0.8\textwidth]
> \stoptext
> ==============
> But the PDF has no the table. I'm wrong somewhere ?


I just did it like this:

\startbuffer[2f]
\startTEXpage[width=0.99\textheight]
\placetable{}{
\bTABLE[offset=3pt,align={flushleft,high},option=stretch,style=...]
...
\eTABLE}
\stopTEXpage
\stopbuffer

\getbuffer


Works great for me ...

Steffen
(ver: 2011.01.14   MKIV)
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to