I would like to change the title page in beamer. Thus I tried to change it with defbeamertemplate as you can see above :
\documentclass{beamer}
\title{A title}
\date{\today}
\institute{home}
\author{me}
\defbeamertemplate*{title page}{default}[1][]
{
}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{plop}
plop
plop
\end{frame}
\end{document}
My problem is that even with a simple example such as above, I got the following error message :
! LaTeX Error: Command \beamer@@tmpop@title page@default already defined.
Or name \end... illegal, see p.192 of the manual.
actually the page 192 of the manual does not help me so much ...
\setbeamertemplate. – percusse Oct 29 '12 at 15:32title pageand not withheadline,footlineor other template ? – Ger Oct 29 '12 at 15:46