I want to put logo at top right corner in beamer, maybe just align with the title line but should not depended on title bar exist or not :-).
For reference,another topic is to put logo at the bottom line.
Current code as below:
\documentclass[t]{beamer}
\beamertemplatenavigationsymbolsempty
\setbeamertemplate{footline}[frame number]
\logo{\makebox[1\paperwidth]{\includegraphics[width=.5cm,keepaspectratio]{logo.png}}}
\begin{document}
\begin{frame}[c]{Hello world}
\begin{itemize}
\item item 1
\item item 2
\item item 3
\end{itemize}
\end{frame}
\end{document}
Current output is:


graphicx; it shouldn't matter whether you're usingbeameror not. – Werner Feb 14 '15 at 01:55