【问题标题】:Switch Overlay Specification in Latex BeamerLatex Beamer 中的开关覆盖规范
【发布时间】:2021-05-22 17:44:45
【问题描述】:

我有一个投影仪文档

\beamerdefaultoverlayspecification{<+->}

在序言中使\items 单独出现。但是,这似乎也使\bibitems 单独出现。如何在文档中切换回“正常”,以便所有双项都显示在一张幻灯片上?

【问题讨论】:

    标签: latex beamer bibliography


    【解决方案1】:

    您可以在参考书目之前更改默认覆盖规范:

    \documentclass{beamer}
    
    \usepackage{biblatex}
    \addbibresource{biblatex-examples.bib}
    
    \beamerdefaultoverlayspecification{<+->}
    
    \begin{document}
    
    \begin{frame}
    \begin{itemize}
    \item content...
    \item content...
    \end{itemize}
    \end{frame}
    
    \beamerdefaultoverlayspecification{}
    
    \begin{frame}
    \nocite{knuth:ct,angenendt}
    \printbibliography
    \end{frame}
    
    \end{document}
    

    【讨论】:

      猜你喜欢
      • 2011-03-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-11-11
      • 1970-01-01
      相关资源
      最近更新 更多