Merge pull request #47 from jlduran/booktabs

LaTeX template: Add booktabs package
This commit is contained in:
John MacFarlane 2013-12-03 20:54:56 -08:00
commit 93d667c0be

View file

@ -61,7 +61,7 @@ $if(verbatim-in-note)$
\usepackage{fancyvrb}
$endif$
$if(tables)$
\usepackage{longtable}
\usepackage{longtable,booktabs}
$endif$
$if(graphics)$
\usepackage{graphicx}