emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Captions below figures in LaTeX export


From: Rasmus
Subject: Re: [O] Captions below figures in LaTeX export
Date: Tue, 21 Oct 2014 13:33:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi,

Suvayu Ali <address@hidden> writes:

> I would like to put the caption command after includegraphics.  Is that
> possible?  I tried reordering the #+caption: line without success.

If you are using a very recent version of Org, you could check
`org-latex-caption-above'.  Example:

(let ((org-latex-caption-above nil))
  (with-temp-buffer
    (insert "#+name: fig:ads-glw-plot
     #+caption: \\BtoDh events measured using the GLW, and ADS methods.
     #+attr_latex: :width 0.9\\linewidth :placement [!ht]
     [[file:ali/ADS_GLW_Fig2_Fig4.pdf]]")
    (org-mode) (org-latex-export-as-latex nil nil nil t)))

Hope it helps,
Rasmus

-- 
Er du tosset for noge' lårt!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]