From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: latex fragments, dvipng and mathjax Date: Tue, 08 Mar 2011 21:13:41 -0500 Message-ID: <3591.1299636821@alphaville.dokosmarshall.org> References: <3941.1299610752@alphaville.usa.hp.com> <4670.1299615413@alphaville.usa.hp.com> <4D76C2C0.3020501@ccbr.umn.edu> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=35355 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px96U-0006Wl-IZ for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 21:26:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px8uR-0000W4-La for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 21:13:56 -0500 Received: from vms173005pub.verizon.net ([206.46.173.5]:54227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px8uR-0000Vu-IG for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 21:13:55 -0500 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LHR00CQYQ6UDO80@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 20:13:47 -0600 (CST) In-reply-to: Message from Erik Iverson of "Tue, 08 Mar 2011 17:58:56 CST." <4D76C2C0.3020501@ccbr.umn.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Erik Iverson Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Erik Iverson wrote: > On 03/08/2011 02:16 PM, Nick Dokos wrote: > > [following up on my post...] > > > > One thing that should have helped is to set the mathml option to nil: > > > > --8<---------------cut here---------------start------------->8--- > > #+MATHJAX: align:"left" mathml:nil path:"/home/nick/lib/mathjax/mathjax-MathJax-20e0cf6/MathJax.js" > > --8<---------------cut here---------------end--------------->8--- > > > > That forces HTML-CSS output and from what I can see on the mathjax site, > > that should improve things - but it doesn't for me, so I'm still not out > > of the woods. Maybe MathJax doesn't know where to get the TeX fonts? > > Do the examples on mathjax.org look nice to you? And which browser > do you happen to be using for viewing? > > Yes - the Cauchy integral formula (as well as the Gauss divergence theorem further down) on http://www.mathjax.org/demos/mathml-samples/ looks fine when HTML-CSS rendering is chosen. When MathML rendering is chosen, the integral sign is too small. That's what motivated the mathml:nil effort above, but it didn't pan out. But even in MathML rendering, the integral sign, even though small, looks better than the one I posted. I'm using firefox 3.6.14 on Ubuntu 10.10. Thanks, Nick