Hello,
how should we be able to reproduce the problem? There is no way for us to see how large the figures are? Please use something like
\midaligned{\framed[width=10cm,height=5cm]{XYZ}}
or \blackrule[...] or...
and repost your problem. Thanks, so I made a complete example just with \framed. Because I am using the large pictures with the option factor=fit, the width and height values are recalculated.
\setuplayout[% topspace=10mm, backspace=10mm, header=15mm, footer=0mm, width=middle, height=middle, location=middle] \setuppagenumbering[location={}] \setupframedtexts[% width=broad, frame=off, bottomframe=on, offset=4pt] \setupbodyfont[pos,10pt] \setupheadertexts[\startframedtext\vbox{{\bf Newspaper}\hfill --}\vbox{2003. március 20.\hfill \pagenumber}\stopframedtext] \starttext \midaligned{\framed[frame=on,width=broad,height=40.41818182mm]{picture}} \midaligned{\framed[frame=on,width=broad,height=23.26530612mm]{picture}} \startcolumns[n=3,distance=4mm,balance=no] \midaligned{\framed[frame=on,width=54.32777778mm,height=115.3583333mm]{picture}} \midaligned{\framed[frame=on,width=53.975mm,height=114.3mm]{picture}} \midaligned{\framed[frame=on,width=54.68055556mm,height=114.6527778mm]{picture}} \midaligned{\framed[frame=on,width=55.03333333mm,height=113.9472222mm]{picture}} \stopcolumns \midaligned{\framed[frame=on,width=broad,height=133.7147335mm]{picture}} \midaligned{\framed[frame=on,width=broad,height=15.13674197mm]{picture}} \startcolumns[n=3,distance=4mm,balance=no] \midaligned{\framed[frame=on,width=53.62222222mm,height=49.03611111mm]{picture}} \midaligned{\framed[frame=on,width=54.68055556mm,height=48.33055556mm]{picture}} \midaligned{\framed[frame=on,width=54.68055556mm,height=48.33055556mm]{picture}} \midaligned{\framed[frame=on,width=54.68055556mm,height=48.68333333mm]{picture}} \midaligned{\framed[frame=on,width=53.975mm,height=47.97777778mm]{picture}} \midaligned{\framed[frame=on,width=56.44444444mm,height=29.28055556mm]{picture}} \midaligned{\framed[frame=on,width=40.21666667mm,height=45.15555556mm]{picture}} \midaligned{\framed[frame=on,width=40.56944444mm,height=95.60277778mm]{picture}} \midaligned{\framed[frame=on,width=39.86388889mm,height=86.43055556mm]{picture}} \stopcolumns \stoptext And a small part from the log: {/usr/local/teTeX/texmf-local/dvips/base/ec.enc} Output written on p.pdf (4 pages, 23683 bytes). The difference (just a \page) in the corrected file: ... \starttext \midaligned{\framed[frame=on,width=broad,height=40.41818182mm]{picture}} \midaligned{\framed[frame=on,width=broad,height=23.26530612mm]{picture}} \startcolumns[n=3,distance=4mm,balance=no] \midaligned{\framed[frame=on,width=54.32777778mm,height=115.3583333mm]{picture}} \midaligned{\framed[frame=on,width=53.975mm,height=114.3mm]{picture}} \midaligned{\framed[frame=on,width=54.68055556mm,height=114.6527778mm]{picture}} \midaligned{\framed[frame=on,width=55.03333333mm,height=113.9472222mm]{picture}} \stopcolumns \midaligned{\framed[frame=on,width=broad,height=133.7147335mm]{picture}} \page \midaligned{\framed[frame=on,width=broad,height=15.13674197mm]{picture}} \startcolumns[n=3,distance=4mm,balance=no] \midaligned{\framed[frame=on,width=53.62222222mm,height=49.03611111mm]{picture}} \midaligned{\framed[frame=on,width=54.68055556mm,height=48.33055556mm]{picture}} \midaligned{\framed[frame=on,width=54.68055556mm,height=48.33055556mm]{picture}} \midaligned{\framed[frame=on,width=54.68055556mm,height=48.68333333mm]{picture}} \midaligned{\framed[frame=on,width=53.975mm,height=47.97777778mm]{picture}} \midaligned{\framed[frame=on,width=56.44444444mm,height=29.28055556mm]{picture}} \midaligned{\framed[frame=on,width=40.21666667mm,height=45.15555556mm]{picture}} \midaligned{\framed[frame=on,width=40.56944444mm,height=95.60277778mm]{picture}} \midaligned{\framed[frame=on,width=39.86388889mm,height=86.43055556mm]{picture}} \stopcolumns \stoptext And its log: {/usr/local/teTeX/texmf-local/dvips/base/ec.enc} Output written on p0.pdf (3 pages, 22942 bytes). This TeX-file is an outcome of a script, so I can not include the \page command. Without this problem the script works fine with ConTeXt. Greetings Bence