Merge pull request #148 from benjamin-weiss/frame-title-height

fixes #131 – Wrong frametitle spacing with tailed letters
This commit is contained in:
Matthias Vogelgesang 2015-11-17 08:08:06 +01:00
commit e68a93855c
2 changed files with 15 additions and 15 deletions

Binary file not shown.

View File

@ -87,23 +87,23 @@
/metropolis/outer/frametitleformat/.cd, /metropolis/outer/frametitleformat/.cd,
.is choice, .is choice,
regular/.code={% regular/.code={%
\renewcommand{\@metropolis@frametitleformat}{}% \renewcommand{\@metropolis@frametitleformat}{}%
\renewcommand{\@metropolis@frametitlestrut}{% \renewcommand{\@metropolis@frametitlestrut}{%
\rule{0pt}{\heightof{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \vphantom{ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz}%
} }
}, },
lowercase/.code={% lowercase/.code={%
\renewcommand{\@metropolis@frametitleformat}{\MakeLowercase}% \renewcommand{\@metropolis@frametitleformat}{\MakeLowercase}%
\renewcommand{\@metropolis@frametitlestrut}{% \renewcommand{\@metropolis@frametitlestrut}{%
\rule{0pt}{\heightof{abcdefghijklmnopqrstuvwxyz}} \vphantom{abcdefghijklmnopqrstuvwxyz}%
} }
}, },
uppercase/.code={% uppercase/.code={%
\renewcommand{\@metropolis@frametitleformat}{\MakeUppercase}% \renewcommand{\@metropolis@frametitleformat}{\MakeUppercase}%
\renewcommand{\@metropolis@frametitlestrut}{% \renewcommand{\@metropolis@frametitlestrut}{%
\rule{0pt}{\heightof{ABCDEFGHIJKLMNOPQRSTUVWXYZ}} \vphantom{ABCDEFGHIJKLMNOPQRSTUVWXYZ}%
} }
}, },
} }
% \end{macrocode} % \end{macrocode}
% \end{macro} % \end{macro}