From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Orgmode LaTeX export special character in Title Date: Fri, 03 Jun 2011 13:32:32 -0400 Message-ID: <11144.1307122352@alphaville.dokosmarshall.org> References: <4111.1307069728@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSYF3-0007uS-Cc for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 13:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSYF1-0004iO-N4 for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 13:33:01 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:61195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSYF1-0004iB-BQ for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 13:32:59 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LM8003NB6287XJ0@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 12:32:45 -0500 (CDT) In-reply-to: Message from Xin Shi of "Fri\, 03 Jun 2011 13\:23\:05 EDT." 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: Xin Shi Cc: nicholas.dokos@hp.com, emacs-orgmode Xin Shi wrote: > Thanks for your reply. =C2=A0I updated my org to 7.5 and the $D$ worked in > the title. However, if I use \(D\) in the title, it says: undefined > control sequence >=20 > I tried \( ... \) in body, its OK.=C2=A0 >=20 Works fine here: --8<---------------cut here---------------start------------->8--- #+TITLE: This is a test for \(D\) * foo bar --8<---------------cut here---------------end--------------->8--- What does the \title in the produced tex file look like? Mine looks like this: \title{This is a test for \(D\)} and it compiles fine. Nick