MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Showing Mathematica notebooks within Firefox browser (like Adobe PDF's)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59031] Re: [mg59014] Showing Mathematica notebooks within Firefox browser (like Adobe PDF's)
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Wed, 27 Jul 2005 01:24:57 -0400 (EDT)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <200507260803.EAA00495@smc.vnet.net>
  • Reply-to: murray at math.umass.edu
  • Sender: owner-wri-mathgroup at wolfram.com

I don't know of any plug-in for browsers that directly allow you to view 
Mathematica notebooks.  However, you may use the menu item File > Save 
As Special... > HTML to save a notebook as HTML; this will use lots and 
lots of gif's to render Mathematica input and output cells.

Since you wanted to view in Firefox, a Mozilla family product, you could 
instead do File > Save As Special... > XML (XHTML + MathML).  Then you 
must download the special fonts from

   http://www.mozilla.org/projects/mathml/fonts/

that will enable Firefox (or recent versions of Mozilla) to render your 
page from the MathML mark-up embedded in the XML.  For pages put onto 
the web, viewing notebooks exported this way is considerably faster than 
is the case for those export from Mathematica into HTML, since there are 
no gif's the browser needs to download when it loads the page.

You can also use the Mathematica function Export, or HTMLSave, to 
accomplish the same things.


Wishmaster wrote:
> Hello,
> 
> Is there any way to show Mathematica notebooks within a Web browser (in this
> case, Mozilla Firefox), like you can do with PDF documents and Adobe
> Reader? Any plug-in for Firefox?
> 
> (Mathematica 5.0, Firefox 1.0.6, Windows XP Professional)
> 
> Thanks,

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: solve output "problem"
  • Next by Date: Re: LatticeReduce problem
  • Previous by thread: Re: Showing Mathematica notebooks within Firefox browser (like Adobe PDF's)
  • Next by thread: Re: Showing Mathematica notebooks within Firefox browser (like Adobe PDF's)