Hi Hans, while finishing a big project (900 pages, 300 floating tables/figures) I noticed that the first line of each page is moving up/down (almost half a line)! Reason: As soon a a floating object is placed the next page is disturbed. I wrote a small minimal (see below) that shows the problem: compare the first lines of page 1 und 3 please. My project is otherwise finished ... :o( Do you think you could manage to write a fast patch for his bug, so I can deliver it tomorrow? Best regards, Steffen ------- \showframe \definepapersize[stw][width=14.7cm,height=22.3cm] \setuppapersize[stw][stw] \setuplayout [width=113mm,height=572pt, backspace=17mm,topspace=17mm, header=12pt,headerdistance=6pt, footer=36pt,footerdistance=0pt, location=middle,marking=off] \usetypescript[times] \setupbodyfont[times, 10pt]\setupinterlinespace[line=12pt] \setupindenting[10pt,yes] \starttext \dorecurse{2}{\input tufte\footnote{\input ward \par} \par} \dorecurse{2}{\input ward} \placefigure{Title}{\externalfigure[cow][width=0.5\textwidth]} \dorecurse{5}{\input tufte} \stoptext