I am new to beamer just started with the first page of the presentation.
i am getting few warnings
Code: Select all
pgfbaseimage.sty: This package is obsolete
hyperref.sty:O: option'pdfpagelabels is turnedoff(hyperref) since \thepage is undefined.'
In addition, i wanted to add logo of my university but could not add it.Ended up with the following erro:
Code: Select all
Package pdftex.def Error: file logo.pdf not found \end{frame}
Code: Select all
begin{document}
\title[Short Title]{Design of processor....}
\author[Lastname]{xyz}
\institute{Department of Electronics and Communication}
\date{04/03/2012}
\begin{frame}
\titlepage
\includegraphics{logo.pdf}
\end{frame}
could you please help me out with this?