From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Strange latex symbol behavior on html export Date: Tue, 12 Sep 2017 22:22:55 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1147edaa757edd055908d62a" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drxKN-0001kB-Ex for emacs-orgmode@gnu.org; Tue, 12 Sep 2017 22:23:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drxKM-0000Av-Mg for emacs-orgmode@gnu.org; Tue, 12 Sep 2017 22:22:59 -0400 Received: from mail-yw0-x234.google.com ([2607:f8b0:4002:c05::234]:33080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drxKM-00007v-Ga for emacs-orgmode@gnu.org; Tue, 12 Sep 2017 22:22:58 -0400 Received: by mail-yw0-x234.google.com with SMTP id s62so32110743ywg.0 for ; Tue, 12 Sep 2017 19:22:57 -0700 (PDT) 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: emacs-orgmode Mailinglist --001a1147edaa757edd055908d62a Content-Type: text/plain; charset="UTF-8" Consider this markup: ------------ * MATHEMATICS AUXILIARY ** deriving sines and cosines #+caption: Right triangle with two $\pi\big/4$ angles. [[file:images/45-45-triangle.png]] $\big/$ ------------ If I remove the second $\big/$, the first latex, $\pi\big/4$, in the caption will not properly render on export to html. Include it and both render just fine. Without the second, the first looks like this: Figure 1: Right triangle with two \(\pi\big/4\) angles. Is this a bug? LB --001a1147edaa757edd055908d62a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Consider this markup:

------------
* MATHEMATICS AUXILIARY

** deriving sin= es and cosines

#+caption: Right triangle with two = $\pi\big/4$ angles.
[[file:images/45-45-triangle.png]]
=
$\big/$
------------

If I remove the second $\big/$, the first latex,=C2=A0$\pi\big/4$, in the= caption will not properly render on export to html. Include it and both re= nder just fine. Without the second, the first looks like this:
Figure 1: Right triangle with two \(\pi\big/4\) angles.

Is this a bug?

LB

--001a1147edaa757edd055908d62a--