From: Mark Wooding Date: Tue, 11 Aug 2020 12:45:03 +0000 (+0100) Subject: el/dot-emacs.el: Make Org mode put captions at the bottom of floats. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/e58f4950a5b8ae6924a965af8075cac4ddf569f4 el/dot-emacs.el: Make Org mode put captions at the bottom of floats. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 788569c..c138bda 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -520,6 +520,7 @@ Evil key bindings are defined in `mdw-evil-keymap-keys'." (eval-after-load "ox-latex" '(setq org-latex-classes (append mdw-org-latex-defs org-latex-classes) + org-latex-caption-above nil org-latex-default-packages-alist '(("AUTO" "inputenc" t) ("T1" "fontenc" t) ("" "fixltx2e" nil)