diff options
author | Andrew Dunning <adunning@users.noreply.github.com> | 2017-09-08 07:06:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 07:06:50 +0100 |
commit | 51bb7453e41e5e7e28a60cb22cb4f4d082b7fbdf (patch) | |
tree | bbcd5f299fa513065e3bcb3f274f1b895a899301 /data/templates | |
parent | 3654c4373a2f4db8d4ab771937ad318a6921ac37 (diff) | |
parent | 732005456e2b28150943a5a4e11bca6e1566f309 (diff) | |
download | pandoc-51bb7453e41e5e7e28a60cb22cb4f4d082b7fbdf.tar.gz |
Merge branch 'master' into patch-1
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/default.latex | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex index f64c74069..b26d5dc58 100644 --- a/data/templates/default.latex +++ b/data/templates/default.latex @@ -259,6 +259,15 @@ $else$ \fi $endif$ $endif$ + +% set default figure placement to htbp +\makeatletter +\def\fps@figure{htbp} +\makeatother + +$for(header-includes)$ +$header-includes$ +$endfor$ $if(lang)$ \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex \usepackage[shorthands=off,$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel} @@ -292,15 +301,6 @@ $if(dir)$ \fi $endif$ -% set default figure placement to htbp -\makeatletter -\def\fps@figure{htbp} -\makeatother - -$for(header-includes)$ -$header-includes$ -$endfor$ - $if(title)$ \title{$title$$if(thanks)$\thanks{$thanks$}$endif$} $endif$ |