Changed from \setlength to \renewcommand

As per @rchurchley in comment thread on pull request for matze/mtheme
in fix #115
This commit is contained in:
tmgriffiths 2015-07-17 17:16:45 +10:00
parent 9afeab17fe
commit 0a130dd39e
1 changed files with 12 additions and 6 deletions

View File

@ -77,15 +77,21 @@
.is choice,
regular/.code={%
\renewcommand{\@metropolis@frametitleformat}{}%
\setlength{\@metropolis@frametitlestrut}{\heightof{ABCDEFGHIJKLMNOPQRSTUVXYZ}}% Usually around 1.6ex but is font dependant
\renewcommand{\@metropolis@frametitlestrut}{%
\rule{0pt}{\heightof{ABCDEFGHIJKLMNOPQRSTUVWXYZ}}
}
},
lowercase/.code={%
\renewcommand{\@metropolis@frametitleformat}{\MakeLowercase}%
\setlength{\@metropolis@frametitlestrut}{\heightof{abcdefghijklmnopqrstuvxyz}}
\renewcommand{\@metropolis@frametitlestrut}{%
\rule{0pt}{\heightof{abcdefghijklmnopqrstuvwxyz}}
}
},
uppercase/.code={%
\renewcommand{\@metropolis@frametitleformat}{\MakeUppercase}%
\setlength{\@metropolis@frametitlestrut}{\heightof{ABCDEFGHIJKLMNOPQRSTUVXYZ}}% Usually around 1.6ex but is font dependant
\renewcommand{\@metropolis@frametitleformat}{\myletterspacing\MakeUppercase}%
\renewcommand{\@metropolis@frametitlestrut}{%
\rule{0pt}{\heightof{ABCDEFGHIJKLMNOPQRSTUVWXYZ}}
}
},
}
% \end{macrocode}
@ -211,7 +217,7 @@
wd=\paperwidth,
sep=1.5ex,
]{frametitle}
\insertframetitle\rule{0pt}{\@metropolis@frametitlestrut}%
\insertframetitle\@metropolis@frametitlestrut%
\end{beamercolorbox}%
\vspace{\@metropolis@voffset}
}
@ -221,7 +227,7 @@
wd=\paperwidth,
sep=1.5ex,
]{frametitle}
\insertframetitle\rule{0pt}{\@metropolis@frametitlestrut}%
\insertframetitle\@metropolis@frametitlestrut%
\end{beamercolorbox}%
\usebeamertemplate*{progress bar in head/foot}
\vspace{\@metropolis@voffset}