如何改变 frametitle 的颜色:
CODE
documentclass{beamer}
usetheme{Madrid}
usepackage{cctbase}
begin{document}
begin{frame}frametitle{这是原来的模式}
d 中文
end{frame}
{setbeamercolor{frametitle}{fg=red,bg=yellow}
begin{frame}frametitle{换一个颜色}
a 中文
end{frame}}
{setbeamercolor{frametitle}{fg=blue,bg=gray}
begin{frame}frametitle{再换一个}
b 中文
end{frame}}
{setbeamercolor{frametitle}{fg=violet,bg=}
begin{frame}frametitle{再来一个不要背景色的}
c 中文
end{frame}}
begin{frame}frametitle{回复正常}
d 中文
当然, 如果通篇都要改, 把命令加在导言区就行了.
end{frame}
end{document}
https://blog.sciencenet.cn/blog-3199-7394.html
上一篇:
beamer如果编译不能成功下一篇:
BIOS设置图解教程