LaTeX, beamer templates: Don't require 'float' package.

AS far as I can see, it isn't needed by anything pandoc does.
This commit is contained in:
John MacFarlane 2012-09-16 22:26:16 -07:00
parent 6d4f0a78a0
commit 3bbb793e41
2 changed files with 0 additions and 2 deletions

View file

@ -43,7 +43,6 @@ $if(verbatim-in-note)$
$endif$ $endif$
$if(tables)$ $if(tables)$
\usepackage{longtable} \usepackage{longtable}
\usepackage{float} % provides the H option for float placement
$endif$ $endif$
$if(url)$ $if(url)$
\usepackage{url} \usepackage{url}

View file

@ -58,7 +58,6 @@ $if(verbatim-in-note)$
$endif$ $endif$
$if(tables)$ $if(tables)$
\usepackage{longtable} \usepackage{longtable}
\usepackage{float} % provides the H option for float placement
$endif$ $endif$
$if(graphics)$ $if(graphics)$
\usepackage{graphicx} \usepackage{graphicx}