From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: plus in superscript. Date: Thu, 15 Sep 2011 10:23:52 +0200 Message-ID: <4E71B618.5050401@christianmoe.com> References: <18354.1316019331@alphaville.dokosmarshall.org> <424.1316071148@alphaville.dokosmarshall.org> <4E71ACBD.9030102@christianmoe.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R47DM-0000GC-GC for emacs-orgmode@gnu.org; Thu, 15 Sep 2011 04:22:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R47DL-0004UO-7z for emacs-orgmode@gnu.org; Thu, 15 Sep 2011 04:22:32 -0400 Received: from mars.hitrost.net ([91.185.211.18]:51881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R47DK-0004TY-V9 for emacs-orgmode@gnu.org; Thu, 15 Sep 2011 04:22:31 -0400 In-Reply-To: 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: Carsten Dominik Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Piter_ On 9/15/11 9:44 AM, Carsten Dominik wrote: > When Org exports to HTML for use with MathJax, it does convert $..$ to \(..\) to work around this. Oops, I should have guessed. I just remembered having to fiddle with my MathJax configuration at one point, but that was probably before Org even switched from dvipng to MathJax as default. > Still, parsing $...$ is much harder than parsing \(..\), so most of the time, using \(//\) will give better and more stable results with Org-mode. And a good deal more readable. Christian