From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: patch: add custom latex->html conversion command Date: Mon, 17 Feb 2020 01:06:49 +0100 Message-ID: <87ftfahyau.fsf@gnu.org> References: <87blpz1c29.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59091) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3Tw2-0005ZC-Vm for emacs-orgmode@gnu.org; Sun, 16 Feb 2020 19:06:51 -0500 In-Reply-To: <87blpz1c29.fsf@gmail.com> (Matt Huszagh's message of "Sat, 15 Feb 2020 18:49:18 -0800") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Matt Huszagh Cc: "emacs-orgmode@gnu.org" Hi Matt, Matt Huszagh writes: > The patch below allow's you to provide your own shell command the > generates HTML from a latex fragment and places the output directly in > the exported HTML file. Can you get the same output by configuring a new symbol in `org-preview-latex-process-alist' then setting `org-html-with-latex' to this new symbol? I've not tested it, so perhaps it does not work. But any patch about adding latexmlc support should surely look in this direction first. HTH, -- Bastien