Hi,

Suvayu Ali <fatkasuvayu+li...@gmail.com> 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