答案1
16.2 Outer Themes
您可以在以下部分找到包含图片的所有 Beamer 附带的外部主题列表:beamer 用户指南。
这里有一个简短的概述,只有图像,没有它们之间的所有文档:
注意自我:
图像的代码
\documentclass[varwidth,border=1pt]{standalone}
\usepackage{graphicx}
\usepackage{pgffor}
\begin{document}
\ttfamily
\foreach \macro in {default,infolines,miniframes,shadow,sidebar,smoothbars,smoothtree,split,tree}{
\macro
\includegraphics[width=5cm,page=1]{beamerugoutertheme\macro}
\includegraphics[width=5cm,page=2]{beamerugoutertheme\macro}
}
\end{document}