From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: html-encode in mathjax latex fragments Date: Sun, 29 Jun 2014 21:46:58 +0200 Message-ID: <87zjgvv6q5.fsf@nicolasgoaziou.fr> References: <87pphrh83k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1L3Y-0006Cb-5G for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 15:46:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1L3N-0007na-Vk for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 15:46:32 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:49827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1L3N-0007nU-P1 for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 15:46:21 -0400 In-Reply-To: <87pphrh83k.fsf@gmail.com> (Eric Schulte's message of "Sun, 29 Jun 2014 14:41:03 -0400") 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: Eric Schulte Cc: Org Mode Mailing List Hello, Eric Schulte writes: > I noticed equations with "<"'s weren't displaying correctly in HTML > export using mathjax. The attached patch fixes this by html-encoding > latex fragments for mathjax HTML export. I imagine this change would be > generally useful and could be applied to master. I am a bit puzzled. I just tried exporting the following buffer: \(1 < 2\) and the result looked good. Could you provide an example of a failed export? Regards, -- Nicolas Goaziou