Is it possible? Doesn't work for me with the following code:
\documentclass{beamer}
\usepackage{lipsum}
\usepackage{background}
\backgroundsetup{
placement=center,
scale=1,
contents={DRAFT}
}
\begin{document}
\frame{\lipsum[1]}
\end{document}
Best Answer
You don't have to do anything special, nor to quit using the
background
package; due to the way frames are built inbeamer
, you simply have to add the background material to the appropriate template:this is exactly what the
\BgMaterial
command was designed for. A little complete example: