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:
parent
8df52f8df5
commit
cbfc756fce
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue