From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: problems with mathjax CDN and HTML export Date: Tue, 08 Nov 2011 17:09:17 +0100 Message-ID: <83ty6ek34i.fsf@yahoo.it> References: <83obwnkjjc.fsf@yahoo.it> <4EB843FE.4050706@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNoEc-0003Sm-79 for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 11:09:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNoEX-0000eK-Lt for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 11:09:14 -0500 Received: from nm6-vm0.bullet.mail.ukl.yahoo.com ([217.146.183.234]:30658) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RNoEX-0000eC-7L for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 11:09:09 -0500 In-Reply-To: <4EB843FE.4050706@christianmoe.com> (Christian Moe's message of "Mon, 07 Nov 2011 21:47:58 +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: mail@christianmoe.com Cc: emacs-orgmode@gnu.org, Jambunathan K Christian Moe writes: Hi Christian, thank you for checking, > On 11/7/11 5:02 PM, Giovanni Ridolfi wrote: >> the math snippets are always "converted" in HTML format e.g.:α = \frac{1}{L0} > > Do I understand correctly that this is your problem? yes. > (Not very clear > from your long example, which starts with the CDN service.) sorry for that > > If so, I can't reproduce it. Your > > $$ > \alpha = \frac{1}{L_{0}} \left( \frac{L_2-L_1}{T_2-T_1} \right) > = \frac{1}{L_0}\frac{\Delta L}{\Delta T} > $$ > > exports verbatim for me, and is correctly formatted. I tried. Yes and no. Yes, You're right. It is exported correctly and correctly formatted if you export only *this* subheading. The subheading "** $$". But, if you export the whole subtree, from the "* mathjax test " heading, the equation is "converted" in HTML format e.g.:α = \frac{1}{L0} Giovanni