LaTeX: Set figure placement defaults.

This restores Pandoc's defaults after applicaiton of changes in
https://github.com/jgm/pandoc/pull/3093.
This commit is contained in:
Vaclav Haisman 2016-08-29 10:17:59 +02:00
parent 284279f61e
commit c32c8be572

View file

@ -190,6 +190,11 @@ $if(dir)$
\newenvironment{LTR}{\beginL}{\endL}
\fi
$endif$
\makeatletter
\def\fps@figure{htbp}
\makeatother
$for(header-includes)$
$header-includes$
$endfor$