Revert changes to outer theme

This reverts the portion of the commit c48cc90a7b that applies to the outer theme, in order to prevent merge conflicts for #183
This commit is contained in:
Ross Churchley 2016-02-28 14:34:58 -08:00
parent 8df52f8df5
commit cbfc756fce
1 changed files with 2 additions and 4 deletions

View File

@ -148,7 +148,7 @@
% Templates for the frame title, which is optionally underlined with a % Templates for the frame title, which is optionally underlined with a
% progress bar. % progress bar.
% \begin{macrocode} % \begin{macrocode}
\providecommand{\metropolis@strut}{% \newcommand{\metropolis@frametitlestrut}{
\vphantom{ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz()}% \vphantom{ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz()}%
} }
\defbeamertemplate{frametitle}{plain}{% \defbeamertemplate{frametitle}{plain}{%
@ -157,9 +157,7 @@
wd=\paperwidth,% wd=\paperwidth,%
sep=1.5ex,% sep=1.5ex,%
]{frametitle}% ]{frametitle}%
\metropolis@strut% \metropolis@frametitlestrut\insertframetitle\metropolis@frametitlestrut%
\insertframetitle%
\metropolis@strut%
\end{beamercolorbox}% \end{beamercolorbox}%
} }
% \end{macrocode} % \end{macrocode}