David Carlisle wrote: > see the color package documentation I tried this again today, David, and came up with a new problem which I do not understand. Are you able to explain why the insertion of l.~12 :
\pagecolor {black}
causes XeTeX to complain
> ! Output routine didn't use all of \box255.
>
> <to be read again>
>
> \end
>
> l.50 \end
>
> ?
>
Adding \nopagecolor before \end does not help, but removing \pagecolor {black}
removes the error message.
Minimal code to demonstrate follows, logo attached.
--------
% !TeX Program=XeTeX
\input eplain
\beginpackages
\usepackage {color}
\endpackages
\pagecolor {black}
\newbox \logobox
\setbox \logobox = \hbox {\XeTeXpdffile westberry-logo.pdf }
\centerline {\box \logobox}
\end
Westberry-logo.pdf
Description: Adobe PDF document
-------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
