Hi, hoping someone can help me with these couple of oddities I notice when processing some ConText documents:

 

1. Bodymatter and appendix header logo doesn't get printed on the last page of the section.

 

Here are the relevant sections of the document:

 

\def\HeadLogo%

{\externalfigure[clean.png][height=20pt]}

...

\startfrontmatter

% logo on page of frontmatter - this one seems to work for all pages of frontmatter

\definelogo[aitlogo][header][right][state=start,command=\HeadLogo]

...

\stopfrontmatter

\startbodymatter

% logo on page of bodymatter - this one puts the logo in the header of all but the last page of bodymatter

\definelogo[aitlogo][header][right][state=start,command=\HeadLogo]

...

\stopbodymatter

\startappendices

% logo on page of appendix - this one also puts the logo in the header of all but the last page of appendix

\definelogo[aitlogo][header][right][state=start,command=\HeadLogo]

...

\stopappendices

 

Very strange and reproducible. Originally, I was using TeXLive 2005 when I inherited the project...

since then I have upgraded to TeXLive 2009 but no change in behaviour.

 

2. There is _always_ a blank page at the end of the document, no matter how many pages there are,

an extra one gets printed, with header but minus logo in the header, as described in 1 above....

 

Any help much appreciated,

 

Regards,

 

Pete