![](https://secure.gravatar.com/avatar/6342545a34fa15e02b689496a3fd2443.jpg?s=120&d=mm&r=g)
30 Jan
2011
30 Jan
'11
12:08 p.m.
On Sun, Jan 30, 2011 at 11:43, Peter Münster
Vnpenguin
writes: I'm trying TeX-figures (Section 13.5 of ConTeX manual). Here is my test
Hello,
In the new manual it's section 16.5.
\stopbuffer \externalfigure[mytable.tmp][width=0.8\textwidth]
In mkiv, the buffer is not saved in a file. You need to do this explicitly:
\stopbuffer \savebuffer[mytable][mytable.tmp] \externalfigure[mytable.tmp][width=0.8\textwidth]
Thank you, this method works ok for me. Cheers