Wrong page number when placefigure spans full page in columnset
Hi, When I place a figure within a columnset and that figure takes a full page then the page number in the header is incorrect. Page number is the same as the previous page but on the next page it's correct. Please see example below and attached showing page 2 twice with pages numbered 1, 2, 2, 4, 5. If I reduce the height of the figure (from 15 to 12cm for example), then some main text gets added on the page and page number (3) becomes correct. Is that a bug or am I doing something wrong? Thanks for your help. Charles \setuppapersize[letter][letter] \setuplayout[height=fit,grid=yes] \showframe \usemodule[newcolumnsets] \definecolumnset[colset][n=2] \starttext \startcolumnset[colset] \section{One section} \dorecurse{16}{\input ward \par} \placefigure[page]{Legend. \input ward }{\externalfigure[dummy][width=\makeupwidth,height=15cm]} \section{Two section} \dorecurse{2}{\input knuth \par} \section{Three section} \dorecurse{6}{\input knuth \par} \stopcolumnset \stoptext
participants (1)
-
Charles Vejnar