如何在 LatexBeamer 标题上启用圆形符号作为幻灯片过渡符号

发布于 2024-09-27 12:49:42 字数 216 浏览 1 评论 0原文

有谁知道如何在投影仪主题达姆施塔特中启用圆形符号(幻灯片过渡),例如 http://www.maths.dundee.ac.uk/~dfg/icms09/beamer-handout.pdf

谢谢。

-乔

Does anyone knows how to enable the circle symbol (slide transition) in the beamer theme Darmstadt such as http://www.maths.dundee.ac.uk/~dfg/icms09/beamer-handout.pdf

Thanks.

-jo

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

国际总奸 2024-10-04 12:49:42

您可以尝试将外部主题设置为berlin

\useoutertheme{berlin}

You could try setting the outer theme to berlin.

\useoutertheme{berlin}
情归归情 2024-10-04 12:49:42

这看起来像是 Darmstadt 主题与 seahorse 颜色主题的结合。很容易看出这不是柏林,因为块的角是圆的,幻灯片的内部元素(枚举符号等)也是圆的,并且标题下方的阴影也丢失了在柏林。

\documentclass{beamer}

\usetheme{Darmstadt}
\usecolortheme{seahorse}

\title{text}

\begin{document}

\begin{frame}
\titlepage
\end{frame} 

\section{title}
\begin{frame}
    \begin{enumerate}
    \item test
    \end{enumerate}
\end{frame} 

\end{document}

This looks like the Darmstadt theme in combination with the seahorse colour theme. It's easy to see that this is not Berlin because the the corners of the blocks are round, the inner elements of the slides (enumeration symbols etc.) are also round and the shadow below the headline is also missing in Berlin.

\documentclass{beamer}

\usetheme{Darmstadt}
\usecolortheme{seahorse}

\title{text}

\begin{document}

\begin{frame}
\titlepage
\end{frame} 

\section{title}
\begin{frame}
    \begin{enumerate}
    \item test
    \end{enumerate}
\end{frame} 

\end{document}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文