Beamer template: add booktabs package

This commit is contained in:
Kevin 2013-12-09 18:40:44 +00:00
parent 93d667c0be
commit ccdf08caea

View file

@ -45,7 +45,7 @@ $if(verbatim-in-note)$
\usepackage{fancyvrb} \usepackage{fancyvrb}
$endif$ $endif$
$if(tables)$ $if(tables)$
\usepackage{longtable} \usepackage{longtable,booktabs}
% These lines are needed to make table captions work with longtable: % These lines are needed to make table captions work with longtable:
\makeatletter \makeatletter
\def\fnum@table{\tablename~\thetable} \def\fnum@table{\tablename~\thetable}