From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Figure caption containing math mode not typeset Date: Sun, 21 Nov 2010 00:57:11 -0800 Message-ID: <4CE8DEE7.9020003@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57161 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PK5jZ-0004F5-BB for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 03:57:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PK5jY-0007yK-8m for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 03:57:17 -0500 Received: from mail-px0-f169.google.com ([209.85.212.169]:62719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PK5jY-0007y7-49 for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 03:57:16 -0500 Received: by pxi12 with SMTP id 12so1827891pxi.0 for ; Sun, 21 Nov 2010 00:57:14 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Saturday 20 November 2010 08:29 AM, Ahmed Fasih wrote: > Hello, I have a figure with a caption that contains dollar signs to > typeset math mode: > > #+CAPTION: Approximating ... for $s(y_0) = \exp(j k_y y_0)$. > #+LABEL: fig-mylabel > #+ATTR_LaTeX: width=0.9\textwidth placement=[t] > [[file:figs/myfile.pdf]] I think you can use that as it is, without the `$'. #+CAPTION: Approximating ... for s(y_0) = \exp(j k_y y_0). -- Suvayu Open source is the future. It sets us free.