josephwright / beamer

A LaTeX class for producing presentations and slides
Other
1.35k stars 139 forks source link

Make beamer botton adjust to button font #852

Open samcarter opened 1 year ago

samcarter commented 1 year ago

Currently, the height of beamer buttons is hard coded in pt. It might be nice to use a font depended unit instead.

\documentclass{beamer}

\setbeamerfont{button}{size=\Huge}

\begin{document}
\begin{frame}
\beamergotobutton{Foo}
\end{frame}
\end{document}

document-1