[XeTeX] different background color for the title page

Berteun Damman berteun at gmail.com
Mon Nov 19 11:42:08 CET 2007


On Nov 18, 2007 3:55 PM, Stefan Pohl <stefan.pohl at ish.de> wrote:
> I want to change the background color only of the titlepage.
>
> With
>
> \setbeamercolor{background canvas}{bg=gray}
>
> the background color of all the slides is gray.

I think questions about Beamer are better asked at a Beamer mailing
list or a newsgroup like comp.text.tex; many of your questions are not
really XeTeX-specific.

Anyway. The obvious solution (to my mind is):

\documentclass{beamer}
\author{Berteun}\title{Test}
\begin{document}
    \setbeamercolor{background canvas}{bg=gray}
    \frame[plain]{\titlepage}
    \setbeamercolor{background canvas}{bg=white}
    \frame{Next frame}
\end{document}

This works here. You did not provide a minimal example however, so it
could be something else is causing problems in your case. Other
questions you asked might also have benefited from such an example.
Look at http://www.minimalbeispiel.de/ how to create one.

Berteun


More information about the XeTeX mailing list