【问题标题】:Beamer Presentation: Sneak in slides for each bulleted elementBeamer 演示文稿:为每个项目符号元素插入幻灯片
【发布时间】:2014-01-12 11:20:50
【问题描述】:

所以,我正在使用 Beamer 进行演示。

在我之前的演示中,我使用了列表元素,每次都自动取消隐藏。 :http://www.slideshare.net/scorpion032/building-pluggable-web-applications-using-django/38

使用以下代码:

\begin{frame}
    \begin{itemize}[<+-| alert@+>]                  \item
        Admin Interface                         \item
        Generic Views                           \item
        Testing Tools                           \item
        Sessions                                \item
        Authentication                          \item
        Caching                                 \item
        Internationalization                    \item
        RSS                                     \item
        CSRF protection                         \item
        File Storage                            
    \end{itemize}
    \end{frame}

来自http://github.com/becomingGuru/gids-django-ppt/blob/master/contents.tex

我现在想要的是能够为每个条目偷偷插入几张幻灯片。有没有简单直接的方法?

或者我应该考虑使用部分并显示部分标题?这种方法的问题在于,会有太多的部分,并且考虑到我在顶部栏上显示这些部分,可能没有足够的空间。

另外,如何显示内容页面,并为每个部分突出显示当前部分。

PS:问题反映在TeX, LaTeX and Friends

【问题讨论】:

    标签: latex beamer


    【解决方案1】:

    (从 TeX.StackExchange 镜像)

    不确定第一部分,但这可能有助于“如何显示内容页面,并为每个部分突出显示当前部分

    \AtBeginSection[]
    {
      \frame<handout:0>
      {
        \frametitle{Agenda}
        \tableofcontents[currentsection,hideothersubsections]
      }
    }
    

    【讨论】:

      猜你喜欢
      • 2021-06-02
      • 2023-02-23
      • 2014-10-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-06-28
      • 1970-01-01
      相关资源
      最近更新 更多