Skip to content

Commit

Permalink
defined \fnum@table to avoid breaking longtable (fix #905) (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarter authored Jul 11, 2024
1 parent 01db575 commit 6830b44
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 @@ -18,6 +18,7 @@ a major and minor version only.
- fixed problem if inmargin theme is used with the `usepdftitle=false` class option (see #885)
- fixed spacing problem for right-aligned frametitles without background colour
- fixed missing `\newline` if ragged2e is used together with beamerarticle (#900)
- defined `\fnum@table` to avoid breaking longtable (#905)

## [v3.71]

Expand Down
1 change: 1 addition & 0 deletions base/beamerbaselocalstructure.sty
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@
{\par\nobreak\end{center}\nobreak}
\newcounter{table}
\renewcommand\thetable{\@arabic\c@table}
\def\fnum@table{\tablename\nobreakspace\thetable}

\newlength\abovecaptionskip
\newlength\belowcaptionskip
Expand Down

0 comments on commit 6830b44

Please sign in to comment.