I want to position an image in the background of a beamer slide. I don't need to condition the background on an overlay specification. I just want the same background for every appearance of the frame. I tried using a tikzpicture,
\setbeamertemplate{background canvas}{\begin{tikzpicture}
\node at (0pt,0pt) {};
\node at (-5cm,-5cm) {\includegraphics[width=.8\paperwidth]{lecturing2}};
This works to some extent, but I can't control left-right positioning. I added the node at 0pt,0pt because I suspected that the whole thing was getting centered after I tried to position it.


\begin{tikzpicture}add\hspace{some length}eg\hspace{2cm}– Hafid Boukhoulda Feb 17 '19 at 20:05