如何在包含 miniframe 的投影仪标题末尾添加页码(总计)
我使用带有包含微型框架导航内容的标题的 beamer: \documentclass[compress]{beamer} \useoutertheme[subsection=false]{miniframes} \setbeamercolor{section in head/foot}{fg=white, bg=black} \begin{document} \section{First} \frame{First-first} \frame{First-second} \section{Second} \fram...