josephwright / josephwright/beamer

Inconsistent behavior regarding the footline with themes of same kind (with a Table of Contents Sidebar)

Open
#520 6 comments 1 reaction 0 assignees View on GitHub

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}

test
test

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.