MathGroup Archive 2006

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

Search the Archive

Re: Literal HTML

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70537] Re: Literal HTML
  • From: "John Jowett" <John.Jowett at cern.ch>
  • Date: Thu, 19 Oct 2006 03:21:50 -0400 (EDT)
  • References: <eh1v76$24a$1@smc.vnet.net>

Hello,
         I once wrote a small utility package to deal with this in a 
somewhat different way.   You can download it from

http://jowett.web.cern.ch/jowett/Mathematica/Live3D/LiveGraphics3DUtilities.m

The notebook that generates and documents the package is

http://jowett.web.cern.ch/jowett/Mathematica/Live3D/LiveGraphics3DUtilities.nb

John Jowett




"Goyder, Hugh " <h.g.d.goyder at cranfield.ac.uk> wrote in message 
news:eh1v76$24a$1 at smc.vnet.net...

I would like to be able to save a notebook using Save As Special | HTML
but with some cells copied literally into the HTML. In particular, I am
using Martin Kraus's excellent LiveGraphics3D, which does not require
you to know HTML but does require a few lines of HTML to be inserted
into the HTML file.

Thus I would like to have a cell with the lines

<TABLE>

<TR>

<TD>

<APPLET ARCHIVE="live.jar" CODE="Live.class" WIDTH=800
HEIGHT=800 ALIGN=LEFT>

<PARAM NAME=BGCOLOR VALUE=#FFFFFF>

<PARAM NAME=MAGNIFICATION VALUE=1.>

<PARAM NAME=INPUT_FILE VALUE="Fig 1.lg">

</APPLET>

</TD>

</TR>

</TABLE>

copied directly into the HTML literally. I have tried adding the option
ConversionRules to the cell but without success. Perhaps I have got the
rules wrong or perhaps there is another method?

At the moment I have to hand cut and paste the extra HTML into the file
that Mathematica has converted.

Any ideas?

Thanks

Hugh Goyder


Hugh Goyder
Cranfield University
Tel: +44 (0) 1793 785122
Mob: +44 (0) 7804 252770



  • Prev by Date: Re: sum of binomials .. bug ?
  • Next by Date: Weird (but reproducible) screen display glitch: \[ImaginaryI] appears as just "i"
  • Previous by thread: Re: Literal HTML
  • Next by thread: a better solution for a fourth order differential equation