Nikolai Weibull wrote:
* David Munger <[EMAIL PROTECTED]> [Dec 09, 2004 17:10]:

It might not be the only way, this should work:

\placefigure
 [here]
 [fig:somelabel]
 {Caption}
 \placelegend{Figure}
 {Text}


Hm, yeah, that works OK. I was hoping for something that made a little

ik, let's give you a cue:

\placefigure
  {What a caption}
  {\placelegend
     {\externalfigure[cow.pdf]}
     {\input zapf \relax}}

\placefigure
  {What a caption}
  {\placelegend[location=right]
     {\externalfigure[cow.pdf]}
     {\input zapf \relax}}

using buffers makes sense here:

\startbuffer
lots of text
\stopbuffer

\placefigure
  {What a caption}
  {\placelegend
     {\externalfigure[cow.pdf]}
     {\getbuffer}}

Hans




----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to