I was wondering if you could help me with the next problem I encountered. The first page does not have a page number. The second page should have 1/1, but not 2/2.
Here is my minimal working example:
Code: Select all
\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{}
\title{Title}
\author{Author}
\date{}
\begin{document}
\selectlanguage{spanish}
\begin{frame}
\titlepage
\end{frame}
\section{First section}
\begin{frame}
First Section
\end{frame}
\end{document}
Many thanks in advance.
Regards,
Marie