您能否帮我如何“检索”投影仪文档当前用于着色标题字体的颜色?
我想用它来给普通文本着色,例如
\textcolor{\beamerheadlinefgcolor}{Some text.}
答案1
\structure{some text}
。
\documentclass{beamer}
\usetheme{Madrid}
\begin{document}
\begin{frame}{Test}
Hello \structure{World}
\end{frame}
\end{document}