From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: Re: Problems exporting simple LaTeX math to HTML Date: Tue, 14 Feb 2017 13:35:32 -0800 Message-ID: <285A20C1-9E4F-4C1D-9B5F-D3C57CD1DBD3@haas.berkeley.edu> References: <7DC5FCD4-4093-434F-9D79-62F906D7A91D@haas.berkeley.edu> Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdkl9-0002vY-Jh for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 16:35:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdkl6-0002dL-8i for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 16:35:39 -0500 Received: from mail-it0-x234.google.com ([2607:f8b0:4001:c0b::234]:36378) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdkl5-0002cp-Tm for emacs-orgmode@gnu.org; Tue, 14 Feb 2017 16:35:36 -0500 Received: by mail-it0-x234.google.com with SMTP id c7so51708409itd.1 for ; Tue, 14 Feb 2017 13:35:35 -0800 (PST) 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" To: "Charles C. Berry" Cc: emacs-orgmode@gnu.org That works. Thanks. > On Feb 14, 2017, at 12:24 PM, Charles C. Berry = wrote: >=20 > On Tue, 14 Feb 2017, Richard Stanton wrote: >=20 >> [My apologies if this is a repeat. I tried posting this 4 days ago = and didn=E2=80=99t see if appear on the list.] >>=20 >> I created the following very simple org file: >>=20 >> =E2=80=94=E2=80=94=E2=80=94=E2=80=94 >>=20 >>=20 >> #+TITLE: *Math example* >>=20 >> \[ w_j =3D \nu_j \prod_{l>=20 >>=20 >> =E2=80=94=E2=80=94=E2=80=94=E2=80=94 >>=20 >> This exports to LaTeX fine, but when I export to HTML, the equation = comes out as plain text >=20 > Seems like a bug. >=20 > To work around it, put a space between `<' and `j'. >=20 > HTH, >=20 > Chuck