I'm having some newby difficulty with beamer. Doing a simple presentation, I cannot get the total number of pages in the lower right to be anything but 1. Help!
Here you go:
\documentclass{beamer}
\usepackage{tcolorbox}
\usepackage{lipsum}
\usepackage{amsmath} % want AMS fonts
\usepackage{amssymb} % use AMS symbols
\mode<presentation> {
\usetheme{Madrid}
\usecolortheme{seahorse}
\setbeamercovered{invisible}
\setbeamertemplate{navigation symbols}{}
}
\usepackage{graphicx}
\usepackage{bm}
% For typesetting bold math (not \mathbold)
%
\title[CSCI-155]{Instructions as the Language of Computers}
\author{Prof. Rob Marano}
\institute[NYIT]
{
NYIT \\
\medskip
{\emph{rmarano@nyit.edu}}
}
\date{Week 4}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{Review - Underlying principles of hardware design}
\begin{enumerate}
\item Simplicity favors regularity
\item Smaller is faster
\item Make the common case fast
\item Good design demands good compromise
\end{enumerate}
\end{frame}
\end{document}
.auxfile in the question, at least the last four/five lines which ends with something like\@writefile{nav}{\headcommand {\def \inserttotalframenumber {2}}}. – Masroor Sep 26 '13 at 06:42