我正在使用 Latex Beamer 进行课堂演示项目。对于模板,我想使用与此类似的模板推介会我从网上找到的。
(1)您知道作者使用了什么 \usetheme 或 \usecolortheme 吗?
(2)有没有办法将字体更改为 Garamond?
非常感谢您付出的时间和帮助。
答案1
您可以在这里找到主题和颜色的组合 https://www.hartwork.org/beamer-theme-matrix/
要更改字体,只需将其放在序言上
\usepackage[urw-garamond]{mathdesign}
\usepackage[T1]{fontenc}
我希望它能有所帮助