Vnpenguin <vnpeng...@vnoss.org> 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]


There is also \typesetbuffer:

\starttext
\startbuffer[mytable]
\startTEXpage
bla bla bla
\stopTEXpage
\stopbuffer
\typesetbuffer[mytable][width=0.8\textwidth]
\stoptext

I'll update section 16.5 accordingly.

Cheers,
-- 
           Peter
___________________________________________________________________________________
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