OthersConTeXt oddities

Information and discussion about other tools not listed above.
Post Reply
filthypierre
Posts: 2
Joined: Tue Aug 17, 2010 8:12 am

ConTeXt oddities

Post by filthypierre »

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
\definelogo[aitlogo][header][right][state=start,command=\HeadLogo]
% logo on page of frontmatter - this one seems to work for all pages of frontmatter
...
\stopfrontmatter
\startbodymatter
\definelogo[aitlogo][header][right][state=start,command=\HeadLogo]
% logo on page of bodymatter - this one puts the logo in the header of all but the last page of bodymatter
...
\stopbodymatter
\stopbodymatter
\startappendices
\chapter{TSM Client Detail}
\definelogo[aitlogo][header][right][state=start,command=\HeadLogo]
% logo on page of appendix - this one also puts the logo in the header of all but the last page of appendix
\stopappendices
...


Weird. 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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: ConTeXt oddities

Post by josephwright »

The expertise is mainly in LaTeX. I'd suggest asking on the ConTeXt mailing list.
Joseph Wright
Post Reply