Merge pull request #48 from lionandoil/master

Beamer template: add booktabs package
This commit is contained in:
John MacFarlane 2013-12-09 10:54:10 -08:00
commit e3c8bae0b1

View file

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