I have a problem inserting an picture at the beginning. Once I compiled, I have the picture on each page but I want to have the picture just on the first page.
Here is my code:
\documentclass{beamer}
\let\Tiny=\tiny
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[frenchb]{babel}
\usepackage{type1cm}
\usetheme{CambridgeUS} % theme
\title[automata]{ automata}
\subtitle{Lucian Ilie}
\author{Author}
\institute{Institute}
\date{26 Mars 2012 \\
\includegraphics[width=1cm]{./image/logo_ur.jpg}
}

frameenvironment. Like this:\begin{frame}\includegraphics{...}\end{frame} \begin{frame}my second slide\end{frame}. – Thorsten Mar 20 '12 at 10:39