12 Aug
2013
12 Aug
'13
2:50 a.m.
Hi, There is bug in which the font style of the page leaks into the footer style. Here is a minimal example: \setupfootertexts[This is a footer \the\lineheight ] \setuppapersize[A6] \definestartstop[test][style=\tfx] \starttext \subject {Normal page} \input knuth \subject {Wrong footer size} \starttest \dorecurse{2}{\input knuth \par} \stoptest \stoptext As the output indicates, the font size of the footer on the first two pages is 12.068pt while that of the third page is 14.481pt. Aditya