beamer: added lines to fix table captions with longtable.
Thanks to Joost Kremers.
This commit is contained in:
parent
5ed01e0e8e
commit
bc561191b2
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ $if(verbatim-in-note)$
|
|||
$endif$
|
||||
$if(tables)$
|
||||
\usepackage{longtable}
|
||||
% These lines are needed to make table captions work with longtable:
|
||||
\makeatletter
|
||||
\def\fnum@table{\tablename~\thetable}
|
||||
\makeatother
|
||||
$endif$
|
||||
$if(url)$
|
||||
\usepackage{url}
|
||||
|
|
Loading…
Add table
Reference in a new issue