Others ⇒ ConTeXt oddities
-
- Posts: 2
- Joined: Tue Aug 17, 2010 8:12 am
ConTeXt oddities
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm