From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Captions below figures in LaTeX export Date: Mon, 20 Oct 2014 21:44:06 +0200 Message-ID: <20141020194406.GA2381@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgIsT-0000Lg-Cf for emacs-orgmode@gnu.org; Mon, 20 Oct 2014 15:44:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgIsG-0006Ul-KU for emacs-orgmode@gnu.org; Mon, 20 Oct 2014 15:44:25 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:52340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgIsG-0006UQ-D0 for emacs-orgmode@gnu.org; Mon, 20 Oct 2014 15:44:12 -0400 Received: by mail-wi0-f178.google.com with SMTP id r20so201923wiv.17 for ; Mon, 20 Oct 2014 12:44:10 -0700 (PDT) Received: from chitra.no-ip.org (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id bl9sm10650719wib.24.2014.10.20.12.44.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Oct 2014 12:44:09 -0700 (PDT) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs Org mode Hi everyone, I am trying to export to LaTeX, and I include images like this: #+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]] When exported this generates LaTeX code like this: \begin{figure}[!ht] \caption{\label{fig:ads-glw-plot}\BtoDh events measured using the GLW, and ADS methods.} \centering \includegraphics[width=0.9\linewidth]{ali/ADS_GLW_Fig2_Fig4.pdf} \end{figure} I would like to put the caption command after includegraphics. Is that possible? I tried reordering the #+caption: line without success. Any thoughts, ideas? Thanks in advance. Cheers, -- Suvayu Open source is the future. It sets us free.