From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: HTML export for math markup Date: Mon, 09 Jan 2017 18:31:31 +0100 Message-ID: <874m18ywb0.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQdnK-0005bq-11 for emacs-orgmode@gnu.org; Mon, 09 Jan 2017 12:31:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQdnG-0000Dd-Te for emacs-orgmode@gnu.org; Mon, 09 Jan 2017 12:31:42 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34821) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cQdnG-0000DQ-NB for emacs-orgmode@gnu.org; Mon, 09 Jan 2017 12:31:38 -0500 In-Reply-To: (Lawrence Bottorff's message of "Mon, 9 Jan 2017 10:28:24 -0500") 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: > I've got an org file with Latex math markup, e.g. $x_2/y^3$. When I export > this to HTML, it produces png files for each markup and puts them in a > subfolder ltximg. Is there any way to skip this translating to pictures and > just use MathJax directly. I've seen this > , but my > setup seems to be defaulted to png picture production, not direct MathJax > rendering via " > http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML. I > understand that what's happening is this > , but that's > not MathJax. What am I doing (thinking) wrong? MathJax should be the default behaviour. See `org-html-with-latex'. Regards, -- Nicolas Goaziou