Ignoring page numbers in backup slides

前端 未结 9 1605
谎友^
谎友^ 2021-01-30 06:10

I am using the beamer document class in latex to make a presentation. I will have a number of back up slides which are there for offline viewing, reference etc. Beamer has a f

9条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-30 07:08

    Just insert

    \renewcommand{\inserttotalframenumber}{\pageref{lastslide}}
    

    after \begin{document}, and place the marker

    \label{lastslide}
    

    on your last slide.

提交回复
热议问题