From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: Release 7.02 Date: Fri, 29 Oct 2010 13:23:23 -0500 Message-ID: <4CCB111B.3030808@ccbr.umn.edu> References: <912EC325-B17E-487B-BA7F-47573F8D4D69@gmail.com> <4CCB0C79.9030600@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51893 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBtbt-0007fD-9Y for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 14:23:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBtbr-0004u7-ML for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 14:23:29 -0400 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:1620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBtbr-0004tr-G8 for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 14:23:27 -0400 In-Reply-To: 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: Jeff Horn Cc: Org Mode Jeff Horn wrote: > Thanks. That did the trick. I think it may be a bit faster too, > running on my server... but that could be my imagination. It is very likely faster. Also, note the following about using Firefox: http://www.mathjax.org/resources/faqs/#image-fonts > > On Fri, Oct 29, 2010 at 2:03 PM, Erik Iverson wrote: >> >> Jeff Horn wrote: >>> On Fri, Oct 29, 2010 at 2:49 AM, Carsten Dominik >>> wrote: >>>> Implement MathJax support >>>> ========================== >>>> >>>> Org-mode now uses MathJax to display math on web pages. We serve >>>> MathJax from the orgmode.org server, at least for the time being >>>> (thanks Bastien!). If you are going to use this for pages which >>>> are viewd often, please install MathJax on your own webserver. >>> I use this, and forty page views a week may be too much (I don't >>> know). I didn't know how MathJax worked, and I thought it was always >>> served from MathJax servers (I didn't give it much thought, >>> obviously). >>> >>> What do I need to customize to get MathJax to load from my own server >>> instead of orgmode.org? >>> >> See the org-export-html-mathjax-options variable. >> > > >