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
On 8/12/2013 4:50 AM, Aditya Mahajan wrote:
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.
fixed ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Aditya Mahajan
-
Hans Hagen