added float-package and changed default placement

This commit is contained in:
Martin Larsson 2017-10-02 12:54:09 +02:00 committed by GitHub
parent 32f99d52a1
commit 10c30f4902

View File

@ -306,10 +306,9 @@ $else$
$endif$
$endif$
% set default figure placement to htbp
\makeatletter
\def\fps@figure{htbp}
\makeatother
% Make use of float-package and set default placement for figures to H
\usepackage{float}
\floatplacement{figure}{H}
$for(header-includes)$
$header-includes$