2007/12/12, Santy, Michael <[EMAIL PROTECTED]>:
>
>
>
> Thanks, Aditya.  However, I'm don't think that
> \setupfloat[figure][default=here,top,bottom,page] addresses
> my need for float pages.  If you compile the document below, you'll notice
> that the figures at the end of the first section are floated throughout
> sections 2-4.  I would like the rendering of the floats to catch up by
> placing the floats on float pages, before moving on to other text.  Is this
> possible in ConTeXt?
>
>  \setupfloat[figure][default=here,top,bottom,page]

\setupfloat[figure][default={here,top,bottom,page}]

don't forget the braces for more values to one key.

Wolfgang

>  \def\ipsum{%
>  \par Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
> eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
> veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
> commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
> esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
> cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
> est laborum. }
>
>  \starttext
>
>  \section{First Section}
>
>  \ipsum
>
>  \placefigure {Blah}
> {\externalfigure[figurename][width=5.0in, height=3.0in]}
>  \placefigure {Blah}
> {\externalfigure[figurename][width=5.0in, height=3.0in]}
>  \placefigure {Blah}
> {\externalfigure[figurename][width=5.0in, height=3.0in]}
>  \placefigure {Blah}
> {\externalfigure[figurename][width=5.0in, height=5.0in]}
>  \placefigure {Blah}
> {\externalfigure[figurename][width=5.0in, height=3.0in]}
>  \placefigure {Blah}
> {\externalfigure[figurename][width=5.0in, height=3.0in]}
>  \placefigure {Blah}
> {\externalfigure[figurename][width=5.0in, height=3.0in]}
>
>  \section{Second Section}
>  \ipsum
>  \ipsum
>  \ipsum
>
>  \section{Third Section}
>  \ipsum
>  \ipsum
>
>  \section{Third Section}
>  \ipsum
>  \ipsum
>
>  \stoptext
>
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
>
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to