Hans Hagen wrote:

> \expanded{%
>>     \placefigure
>>       [\XMLpar{figure}{location}{}]
>>       [\XMLpar{figure}{label}{unknown}]
>>       {{\bf\XMLflush{floattitle}} \XMLflush{caption}}
>>   
> }

Thank you so much once again. Works now. I fail, however to grasp where to
apply the '\expanded' with the full-page-figure/other-page-caption you
helped me set up ...

Can you enlighten me concerning that?

Joh

\definefloat[caption]
\setupfloat[caption][location=right]
\defineframedtext
  [captiontext]
 
[width=\textwidth,style={{\smallbodyfont}\setupinterlinespace[line=2.8ex]},frame=off,topframe=on]
\defineXMLenvironment 
  [fpfigure]
  {
    \bgroup
    \defineXMLsave[floattitle]
    \defineXMLsave[caption]
    \defineXMLsave[graphic]
  }
  {
    \placefigure
      [page,none]
      [\XMLpar{figure}{label}{}]
      {}
      {\externalfigure[\XMLflush{graphic}
[width=\textwidth,height=\textheight,factor=max]}
    \placecaption
      [bottom,none]
      {}
      {\startcaptiontext
        \placefloatcaption
          [figure]
          {{\bf\XMLflush{floattitle}} \XMLflush{caption}}
      \stopcaptiontext}
    \egroup
  }


_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to