I was wondering if it is possible to make the logo appear before the title. When I compile the document, I get the following order:
Title
Author
Logo
Date
But I would like to have:
Logo
Title
Author
Date
This is my minimal working example:
Code: Select all
Code, edit and compile here:
\documentclass[10pt]{beamer}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\usepackage[spanish,ngerman,catalan,english]{babel}\usepackage{pdfpages}\usefonttheme[stillsansserifsmall]{serif}\usefonttheme{structuresmallcapsserif}\usetheme{Pittsburgh}\usecolortheme{seahorse}\setbeamertemplate{footline}[frame number]\beamertemplatenavigationsymbolsempty\thispagestyle{empty}\institute{Logo}\title{Title}\author{Author}\date{Date}\begin{document}\selectlanguage{spanish}\begin{frame}\titlepage\end{frame}\end{document}
Regards,
Marie