josephwright / josephwright/beamer
Inconsistent behavior regarding the footline with themes of same kind (with a Table of Contents Sidebar)
Nobody has claimed this yet.
- Dominant language
- TeX
- Stars
- 1.7k
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
As shown by the following MCEs, the Goettingen and the PaloAlto themes, both of the "with a Table of Contents Sidebar" kind, behave differently regarding the footline:
- the 1st one is "okay": the colored background sidebar goes to the bottom of the page,
- the 2nd one is not "okay".
Is there any reason for this behavior, which is annoying with PaloAlto theme that doesn't let the user nicely add e.g. frame numbers in the footline.
\documentclass{beamer}
\usetheme{Goettingen}
\setbeamertemplate{footline}[frame number]
\begin{document}
\begin{frame}
\frametitle{Goettingen theme}
\end{frame}
\end{document}
\documentclass{beamer}
\usetheme{PaloAlto}
\setbeamertemplate{footline}[frame number]
\begin{document}
\begin{frame}
\frametitle{PaloAlto theme}
\end{frame}
\end{document}


Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Goettingen and PaloAlto theme definitions and compile the two minimal examples in the issue. Check how each theme handles the footline and sidebar height. Done means PaloAlto provides consistent bottom coverage while allowing the frame-number footline to display correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex
- Domain
- design
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100