From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Problems exporting simple LaTeX math to HTML Date: Tue, 14 Feb 2017 12:24:33 -0800 Message-ID: References: <7DC5FCD4-4093-434F-9D79-62F906D7A91D@haas.berkeley.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="0-37879000-1487103874=:2209" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdjeS-0007ur-HJ for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 15:24:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdjeP-0003k7-Pj for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 15:24:40 -0500 Received: from iport-bcv3-out.ucsd.edu ([132.239.0.89]:61605) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdjeP-0003jU-Cj for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 15:24:37 -0500 In-Reply-To: <7DC5FCD4-4093-434F-9D79-62F906D7A91D@haas.berkeley.edu> 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" To: Richard Stanton Cc: emacs-orgmode@gnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-37879000-1487103874=:2209 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Tue, 14 Feb 2017, Richard Stanton wrote: > [My apologies if this is a repeat. I tried posting this 4 days ago and didn’t see if appear on the list.] > > I created the following very simple org file: > > ———— > > > #+TITLE: *Math example* > > \[ w_j = \nu_j \prod_{l > > ———— > > This exports to LaTeX fine, but when I export to HTML, the equation comes out as plain text Seems like a bug. To work around it, put a space between `<' and `j'. HTH, Chuck --0-37879000-1487103874=:2209--