From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: unexpected appearance of x^2 in pdf file Date: Sun, 12 May 2013 09:59:01 +0200 Message-ID: <87d2sw7hoa.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbRBP-0004IV-7g for emacs-orgmode@gnu.org; Sun, 12 May 2013 03:59:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbRBO-0002i1-Fe for emacs-orgmode@gnu.org; Sun, 12 May 2013 03:59:03 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:59909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbRBO-0002hx-A2 for emacs-orgmode@gnu.org; Sun, 12 May 2013 03:59:02 -0400 Received: by mail-wi0-f182.google.com with SMTP id m6so1900335wiv.9 for ; Sun, 12 May 2013 00:59:01 -0700 (PDT) In-Reply-To: (Paul Stansell's message of "Fri, 10 May 2013 18:25:08 +0100") 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: Paul Stansell Cc: emacs-orgmode@gnu.org Hello, Paul Stansell writes: > I may be under a misapprehension, but I expected the pdf output > (created by C-c C-e l p) from the attached org file to show similar > results for both lines. Instead, however, the simple > > x^2 > > outside of the verbatim environment puts the caret above the 2 even > though I have set > > #+OPTIONS: ^:nil > > This seems to be because org-mode exports x^2 as x\^2 in the tex file. > I think exporting it as x\^{}2 would give a better result. This should be now fixed. Thank you for reporting this. Regards, -- Nicolas Goaziou