I am trying to follow this discussion, but I get the following error when I am trying to have a picture in the title.
My TeX
\documentclass{beamer}
\usepackage[english]{babel}
\usepackage[orientation=portrait, size=a0]{beamerposter}
\mode<presentation>{%
\usetheme{Frankfurt}%
}
\usepackage{graphicx}
\title
{
\includegraphics[height=4cm]{logo.gif}
}
\setbeamersize{text margin left=0cm,text margin right=0cm} %removes left and right margins
\begin{document}
\begin{frame}[t]{}
\begin{beamercolorbox}{}
\maketitle
\end{beamercolorbox}
\vskip 50mm
\begin{block}{Title}
Hello world
\end{block}
\end{frame}
\end{document}
I get the errors like this
Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref) removing `\@ifnextchar' on input line 22.
similar error message as here. I get an empty sheet after running the code.
How can you have a picture in the title of Beamer class for a poster?
logo.gifwithimagefrom themwepackage. – Herr K. Jan 20 '14 at 08:59