MathGroup Archive 2006

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

Search the Archive

Re: Literal HTML

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70526] Re: [mg70458] Literal HTML
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Wed, 18 Oct 2006 04:18:26 -0400 (EDT)
  • References: <200610170658.CAA01899@smc.vnet.net>

I looked up LiveGraphics3D ... I forgot how cool java was before
Microsoft and Sun got into a fight over it an MS removed the default
java install from Windows.

Perhaps we will see these capabilities in the mainstream again with X3D

On 10/17/06, Goyder, Hugh <h.g.d.goyder at cranfield.ac.uk> wrote:
>
> 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
>
>


-- 
http://chris.chiasson.name/


  • References:
    • Literal HTML
      • From: "Goyder, Hugh " <h.g.d.goyder@cranfield.ac.uk>
  • Prev by Date: Re: save value in array during loop
  • Next by Date: Re: Graphics/PlotRange/LaTeX/Psfrag
  • Previous by thread: Literal HTML
  • Next by thread: Re: Literal HTML