[NTG-context] Figure caption on different page?

Hans Hagen pragma at wxs.nl
Thu Apr 13 13:38:06 CEST 2006


Johannes Graumann wrote:
> Hello,
>
> Is it possible to place (for page sized figures) the caption on the
> next/previous page?
>   
\definefloat[caption]
\setupfloat[caption][location=right]

\defineframedtext
  [captiontext]
  [width=.5\textwidth]

\setuppagenumbering[alternative=doublesided]

\starttext

test \page

\placefigure
  [page,none]
  {}
  {\blackrule[width=\textwidth,height=\textheight]}

\placecaption
  [bottom,none]
  {}
  {\startcaptiontext
    \placefloatcaption
      [figure]
      {\input tufte \relax}
   \stopcaptiontext}


\dorecurse{10}{\input tufte \endgraf}


\stoptext

-----------------------------------------------------------------
                                          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
-----------------------------------------------------------------



More information about the ntg-context mailing list