我正在准备我的演示文稿,我看到一个带有黑色标题的模板(像轮廓一样工作),我想在我的项目中添加一个类似的模板,我也希望标题颜色像页脚中“我的名字”背后的颜色
这是我在 overleaf 中的项目,其中包含“我的项目”和“我想要它的标题”
编辑:我删除了 overleaf 链接,因为问题已经解决,如果您有兴趣,您可以在接受的答案中看到代码
注意:我无法给你一个具体的代码,因为我实际上不知道这种标题是如何工作的
答案1
在序言中使用:
%%%%%%%%%%%%%%%%%%%%%%%%THEME%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usetheme{Boadilla}
\usecolortheme{spruce}
\usefonttheme{default}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{caption}[numbered]
\useoutertheme[subsection=true]{miniframes} %<<<<<<<<<<<<<<<<
\setbeamercolor{section in head/foot}{fg=white, bg=black} %<<<<<<<<<<<<<<<<
\setbeamercolor{subsection in head/foot}{fg=white, bg=gray} %<<<<<<<
\setbeamercolor{title in head/foot}{fg=black, bg=white!50!MSUgreen} %<<<<<<<<<<<<<<<<
\setbeamercolor{author in head/foot}{fg=white!85!MSUgreen, bg=MSUgreen} %<<<<<<<<<<<<<<<<
更新后续问题之后
用于\documentclass[compress]{beamer}
水平排列页眉的点