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:
parent
284279f61e
commit
c32c8be572
1 changed files with 5 additions and 0 deletions
|
@ -190,6 +190,11 @@ $if(dir)$
|
|||
\newenvironment{LTR}{\beginL}{\endL}
|
||||
\fi
|
||||
$endif$
|
||||
|
||||
\makeatletter
|
||||
\def\fps@figure{htbp}
|
||||
\makeatother
|
||||
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
|
Loading…
Reference in a new issue