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$
|
$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}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue