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:
parent
6d4f0a78a0
commit
3bbb793e41
2 changed files with 0 additions and 2 deletions
|
@ -43,7 +43,6 @@ $if(verbatim-in-note)$
|
|||
$endif$
|
||||
$if(tables)$
|
||||
\usepackage{longtable}
|
||||
\usepackage{float} % provides the H option for float placement
|
||||
$endif$
|
||||
$if(url)$
|
||||
\usepackage{url}
|
||||
|
|
|
@ -58,7 +58,6 @@ $if(verbatim-in-note)$
|
|||
$endif$
|
||||
$if(tables)$
|
||||
\usepackage{longtable}
|
||||
\usepackage{float} % provides the H option for float placement
|
||||
$endif$
|
||||
$if(graphics)$
|
||||
\usepackage{graphicx}
|
||||
|
|
Loading…
Reference in a new issue