Skip to content

Instantly share code, notes, and snippets.

@jhedev
Created December 11, 2013 22:31
Show Gist options
  • Select an option

  • Save jhedev/7919692 to your computer and use it in GitHub Desktop.

Select an option

Save jhedev/7919692 to your computer and use it in GitHub Desktop.

Revisions

  1. jhedev created this gist Dec 11, 2013.
    12 changes: 12 additions & 0 deletions Footline
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    \setbeamertemplate{footline}{
    \leavevmode%
    \hbox{%
    \begin{beamercolorbox}[wd=.4\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
    \usebeamerfont{author in head/foot}\insertshortauthor
    \end{beamercolorbox}%
    \begin{beamercolorbox}[wd=.6\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
    \usebeamerfont{title in head/foot}\insertshorttitle\hspace*{3em}
    \insertframenumber{} \hspace*{1ex}
    \end{beamercolorbox}}%
    \vskip0pt%
    }