el/dot-emacs.el: Make Org mode put captions at the bottom of floats.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 11 Aug 2020 12:45:03 +0000 (13:45 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 11 Aug 2020 12:45:03 +0000 (13:45 +0100)
el/dot-emacs.el

index 788569c..c138bda 100644 (file)
@@ -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)