I am trying to print out page number/total number of pages in the handout that I get from this code: This is my MWE:
\documentclass[11 pt, handout,xcolor=pdftex,x11names,table]{beamer}
\mode<beamer>{\usetheme{CambridgeUS}}
\usepackage{pgfpages}
\pgfpagesuselayout{2 on 1}[letterpaper,border shrink=10mm]
\pgfpageslogicalpageoptions{1}{border code=\pgfusepath{stroke}}
\pgfpageslogicalpageoptions{2}{border code=\pgfusepath{stroke}}
\begin{document}
\begin{frame}
\frametitle{First}
\begin{itemize}
\item check1
\item check 2
\end{itemize}
\end{frame}
\begin{frame}
Text 1
\end{frame}
\end{document}
I am well aware that I can do it using pDfpages as pointed out in Actual page number (and total number of pages) in the handout . However, the problem with using pDfpages is that it does not preserve the original document's bookmarks. I was wondering if this is possible to do using pGfpages or any other package?
pdfpagesandpgfpages(pGf vs pDf)! This comment may help someone else too... – cyberSingularity Nov 19 '12 at 1:12textpospackage and add sometextblock*environments as part of theborder codefor the first logical page, and put the header/footer in those, but it would need a fair amount of work which I'm afraid I'm not able to do right now, but maybe this will be a starting point for someone to find a solution... – cyberSingularity Nov 19 '12 at 1:34pgfpages. – cyberSingularity Nov 19 '12 at 1:44