代码之家  ›  专栏  ›  技术社区  ›  reprogrammer

如何删除LaTeX Beamer模板的页脚?

  •  29
  • reprogrammer  · 技术社区  · 16 年前

    我使用的是 Beamer 乳胶包装。此模板包括作者姓名和所有页面页脚中的演示文稿标题。有人知道有什么方法可以抑制此页脚吗?

    2 回复  |  直到 14 年前
        1
  •  52
  •   samcarter_is_at_topanswers.xyz    5 年前

    我去掉了默认的页脚,而是使用以下命令插入页码。

    %gets rid of bottom navigation bars
    \setbeamertemplate{footline}[page number]
    
    %gets rid of navigation symbols
    \setbeamertemplate{navigation symbols}{}
    
        2
  •  3
  •   Dirk is no longer here    16 年前

    我没有最直接的答案,因为我没有使用beamerthemesplit模板。 但在最近的一次演讲中,我很想稍微分解一下主题。所以如果你用这个

    \mode<presentation>
    {
      \useoutertheme{default}   % empty
    %  \useoutertheme{infolines}% simple but bland
    %  \useoutertheme{split}    % ok if compress option used
    %  \useoutertheme{shadow}   % way too much space used -- ok with option 'compress'
      %\useoutertheme{shadow}   
      %\setbeamercovered{transparent} % or whatever (possibly just delete it)
      %\useoutertheme[subsection=false]{miniframes}
    }
    

    你可以通过 default 一个非常空的设置。添加 infolines