> I have tried MAthJax but I could not get it to work offline.

This should be probably because of the same issue that caused problems
with jsMath. For details, see [1] (for Opera and Chrome, see the third
post).

> I am looking at jsMath but I prefer MathML since it
> seems easier to understand and remember and since it is XML based I
> think it will be easier to search equations in tiddlers by making your
> own text parser and make it cross platform to port equations.

Well, at least MathML is much more bulky to to write.. and TeX is
somewhat standart for formulae.. so it seems to be not very practicle.

> Firefox displays the above XML file quite nicely given the mathml.xsl
> and associated files is properly accessible. But it just doesn't work
> inside a tiddler. The reason I am sure is the stylesheet specification
> statement which lies outside the html tags. So is there any existing
> way to make it work?

Well, you can try to put the specifications into the MarkUpPreHead
tiddler but Amaya tool shows that some other specifications are used

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" /
>
  <title>New</title>
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/";
/>
</head>

<body>
<p>Text</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML";>
  <msup>
    <mi>a</mi>
    <mn>2</mn>
  </msup>
  <mo>=</mo>
  <msup>
    <mi>b</mi>
    <mn>2</mn>
  </msup>
  <mo>+</mo>
  <msup>
    <mi>c</mi>
    <mn>2</mn>
  </msup>
</math></p>

<p>more text.</p>
</body>
</html>

so this is to try (as I know, in TW you are not able to put the "<?xml
[...]" thing without changing the TW file manually and things inside
the "head" element could be also a problem. But you can look into the
links about MathML I provided before. If you succeed, let us know as
well.

[1] 
http://groups.google.com/group/tiddlywiki/browse_thread/thread/f57bf9ce7473f51

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to