From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uriel Avalos Subject: Re: Use custom program to process LaTeX fragments? Date: Thu, 16 Jun 2011 21:28:44 -0400 Message-ID: <7801.3063561686$1308274226@news.gmane.org> References: <184877.30931.qm@web120716.mail.ne1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXNr0-0004Pw-Rv for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 21:28:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXNqx-0001kO-0v for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 21:28:10 -0400 Received: from smtp106.prem.mail.ac4.yahoo.com ([76.13.13.45]:25924) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QXNqw-0001kI-Uo for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 21:28:06 -0400 In-Reply-To: <184877.30931.qm@web120716.mail.ne1.yahoo.com> 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: amscopub-mail@yahoo.com Cc: emacs-orgmode@gnu.org On Thu, 9 Jun 2011 08:56:33 -0700 (PDT) amscopub-mail@yahoo.com wrote: > 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.) > anyone?