mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 19:26:45 +00:00
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:
@@ -190,6 +190,11 @@ $if(dir)$
|
||||
\newenvironment{LTR}{\beginL}{\endL}
|
||||
\fi
|
||||
$endif$
|
||||
|
||||
\makeatletter
|
||||
\def\fps@figure{htbp}
|
||||
\makeatother
|
||||
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
||||
Reference in New Issue
Block a user