Skip to content

Commit

Permalink
fixed unstable text position in sidebar theme by compensating for the…
Browse files Browse the repository at this point in the history
… space automatically inserted after the frametitle in https://github.com/josephwright/beamer/blob/main/base/beamerbaseframe.sty#L126

Test file:
```
\documentclass[10pt,c]{beamer}

\usetheme{Berkeley}

\begin{document}

\begin{frame}
Some content.
\end{frame}
\begin{frame}
\frametitle{Title}
Some content.
\end{frame}
\begin{frame}
Some content.
\end{frame}

\end{document}
```
  • Loading branch information
samcarter committed Dec 20, 2024
1 parent 85d35d2 commit 24995a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ a major and minor version only.
- fixed missing `\newline` if ragged2e is used together with beamerarticle (#900)
- defined `\fnum@table` to avoid breaking longtable (#905)
- fixed: other sections would show the template for "miniframe in other subsection" instead of "mini frame in other section"
- fixed unstable text position in sidebar theme by compensating for the space automatically inserted after the frametitle in https://github.com/josephwright/beamer/blob/main/base/beamerbaseframe.sty#L126

## [v3.71]

Expand Down
1 change: 1 addition & 0 deletions base/themes/outer/beamerouterthemesidebar.sty
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
\vskip-1em%
\vfil
}%
\vskip-0.2em%
}

\defbeamertemplate*{headline}{sidebar theme}
Expand Down

0 comments on commit 24995a1

Please sign in to comment.