LaTeX template: Add booktabs package

This commit is contained in:
Jose Luis Duran 2013-12-02 09:22:14 +00:00
parent 713a8f63d5
commit f643a076d8

View file

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