From mboxrd@z Thu Jan 1 00:00:00 1970 From: amscopub-mail@yahoo.com Subject: Use custom program to process LaTeX fragments? Date: Thu, 9 Jun 2011 08:56:33 -0700 (PDT) Message-ID: <184877.30931.qm@web120716.mail.ne1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUhb4-000770-6P for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 11:56:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUhb1-0006tl-2n for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 11:56:38 -0400 Received: from nm4.bullet.mail.ne1.yahoo.com ([98.138.90.67]:22492) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QUhb0-0006tK-Kc for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 11:56:34 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Currently, whenever you export to HTML, you have 3 options for processing LaTeX fragments: (1) dvipng, (2) jsmath, (3) or leave it as is. Is it possible to use an arbitrary program to process LaTeX fragments? What I want to do is use a commandline converter to turn the LaTeX fragments directly into MathML. This way the final HTML document already has the correct MathML without the need to use javascript. (Why? I use princexml to convert that HTML file to a hi-quality PDF. JSmath is no good for that.)