From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Strange latex symbol behavior on html export Date: Wed, 13 Sep 2017 15:05:06 +0200 Message-ID: <877ex2px4t.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ds7Lv-0003j8-TD for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 09:05:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ds7Lq-0002PY-6R for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 09:05:15 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:57407) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ds7Lq-0002LE-1B for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 09:05:10 -0400 In-Reply-To: (Lawrence Bottorff's message of "Tue, 12 Sep 2017 22:22:55 -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" To: Lawrence Bottorff Cc: emacs-orgmode Mailinglist Hello, Lawrence Bottorff writes: > 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? If you use #+options: tex:dvipng the symbol in the caption is correctly rendered. It may be a bug in Mathjax. Regards, -- Nicolas Goaziou