josephwright / beamer

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

scale height of tree and split headlines with fontsize of `section in head/foot` #854

Closed samcarter closed 1 year ago

samcarter commented 1 year ago

Test document:

\documentclass{beamer}

\usetheme{Warsaw}
%\useoutertheme{tree}

\title{text}

\setbeamerfont{section in head/foot}{size=\huge}
\setbeamerfont{subsection in head/foot}{size=\normalsize}

\begin{document}

\section{section}
\subsection{subsection}
\begin{frame}
    abc
\end{frame} 

\end{document}