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$
|
$endif$
|
||||||
$if(tables)$
|
$if(tables)$
|
||||||
\usepackage{longtable}
|
\usepackage{longtable}
|
||||||
|
% These lines are needed to make table captions work with longtable:
|
||||||
|
\makeatletter
|
||||||
|
\def\fnum@table{\tablename~\thetable}
|
||||||
|
\makeatother
|
||||||
$endif$
|
$endif$
|
||||||
$if(url)$
|
$if(url)$
|
||||||
\usepackage{url}
|
\usepackage{url}
|
||||||
|
|
Loading…
Add table
Reference in a new issue