ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Placing pending images before new text
@ 2001-03-18 13:31 Wouter Verheijen
  2001-03-19  0:01 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Wouter Verheijen @ 2001-03-18 13:31 UTC (permalink / raw)


Hi,

Is it possible to place all pending images _before_ typesetting new
text?
Currently, every whitespace is filled with text. I believe there is
some LaTeX command for this: \flush...

I want this for my report: the conclusion should come after all the
graphs and images.

Thanks!

-- 
Wouter Verheijen 			<wouter.verheijen@worldmail.nl>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Placing pending images before new text
  2001-03-18 13:31 Placing pending images before new text Wouter Verheijen
@ 2001-03-19  0:01 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2001-03-19  0:01 UTC (permalink / raw)
  Cc: conTeXt

At 02:31 PM 3/18/01 +0100, Wouter Verheijen wrote:
>Hi,
>
>Is it possible to place all pending images _before_ typesetting new
>text?
>Currently, every whitespace is filled with text. I believe there is
>some LaTeX command for this: \flush...
>
>I want this for my report: the conclusion should come after all the
>graphs and images.

\doflushfloats, but better is to add to cont-new.tex: 

\def\placefloats%
  {\doflushfloats}

so that from now on \placefloats will be available, does this sound ok?  

You can postpone any content with 

\startpostponing 
whatever 
\stoppostponing 

[that one is nice to gets things on the next page]

Hans
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-03-19  0:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-18 13:31 Placing pending images before new text Wouter Verheijen
2001-03-19  0:01 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).