Merge remote-tracking branch 'origin/frametitlefixes' into frametitlefixes

Conflicts:
	beamerouterthememetropolis.dtx
This commit is contained in:
tmgriffiths 2015-07-20 12:58:57 +10:00
commit 6c2cd08d0a
1 changed files with 19 additions and 10 deletions

View File

@ -87,13 +87,24 @@
\pgfkeys{ \pgfkeys{
/metropolis/outer/frametitleformat/.cd, /metropolis/outer/frametitleformat/.cd,
.is choice, .is choice,
regular/.code=\renewcommand{\@metropolis@frametitleformat}{}, regular/.code={%
\renewcommand{\@metropolis@frametitleformat}{}%
\renewcommand{\@metropolis@frametitlestrut}{%
\rule{0pt}{\heightof{ABCDEFGHIJKLMNOPQRSTUVWXYZ}}
}
},
lowercase/.code={% lowercase/.code={%
\renewcommand{\@metropolis@frametitleformat}{\MakeLowercase} \renewcommand{\@metropolis@frametitleformat}{\MakeLowercase}%
}, \renewcommand{\@metropolis@frametitlestrut}{%
\rule{0pt}{\heightof{abcdefghijklmnopqrstuvwxyz}}
}
},
uppercase/.code={% uppercase/.code={%
\renewcommand{\@metropolis@frametitleformat}{\MakeUppercase} \renewcommand{\@metropolis@frametitleformat}{\MakeUppercase}%
}, \renewcommand{\@metropolis@frametitlestrut}{%
\rule{0pt}{\heightof{ABCDEFGHIJKLMNOPQRSTUVWXYZ}}
}
},
} }
% \end{macrocode} % \end{macrocode}
% \end{macro} % \end{macro}
@ -183,16 +194,14 @@
% progress bar. % progress bar.
% %
% \begin{macrocode} % \begin{macrocode}
\newlength{\@metropolis@frametitlestrut}
\defbeamertemplate{frametitle}{plain}{% \defbeamertemplate{frametitle}{plain}{%
\nointerlineskip \nointerlineskip
\begin{beamercolorbox}[% \begin{beamercolorbox}[%
wd=\paperwidth, wd=\paperwidth,
leftskip=0.3cm, sep=1.5ex,
rightskip=0.3cm,
ht=2.5ex,
dp=1.5ex
]{frametitle} ]{frametitle}
\insertframetitle% \insertframetitle\@metropolis@frametitlestrut%
\end{beamercolorbox}% \end{beamercolorbox}%
} }
% \end{macrocode} % \end{macrocode}