<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: jsMath</title>
	<atom:link href="http://bit-player.org/2008/jsmath/feed" rel="self" type="application/rss+xml" />
	<link>http://bit-player.org/2008/jsmath</link>
	<description>An amateur's outlook on computation and mathematics.</description>
	<pubDate>Fri, 30 Jul 2010 22:35:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ben</title>
		<link>http://bit-player.org/2008/jsmath#comment-2436</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 11 Dec 2009 23:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-2436</guid>
		<description>@Martin V: MathML has enjoyed wide acceptance as a format for software to validate and represent mathematical expression as data structures, BUT not for human entry. That is, I don't see anyone writing their expressions in MathML instead of TeX, now or in the future. The challenge in Math on the web isn't the data format (we have MathML and TeX) but the challenge is having browsers render those formats. Granted MathML is recognized and renderable by some browsers, but not ALL, nor with consistent quality. So since javascript is so ubiquitous these days and browsers are agreeing on how to support server-side font specifications faster than they are implementing MathML rendering, we have jsMath.  But don't take my word for it, read the bottom of the page at 
http://www.math.union.edu/~dpvc/jsMath/welcome.html</description>
		<content:encoded><![CDATA[<p>@Martin V: MathML has enjoyed wide acceptance as a format for software to validate and represent mathematical expression as data structures, BUT not for human entry. That is, I don&#8217;t see anyone writing their expressions in MathML instead of TeX, now or in the future. The challenge in Math on the web isn&#8217;t the data format (we have MathML and TeX) but the challenge is having browsers render those formats. Granted MathML is recognized and renderable by some browsers, but not ALL, nor with consistent quality. So since javascript is so ubiquitous these days and browsers are agreeing on how to support server-side font specifications faster than they are implementing MathML rendering, we have jsMath.  But don&#8217;t take my word for it, read the bottom of the page at<br />
<a href="http://www.math.union.edu/~dpvc/jsMath/welcome.html" rel="nofollow">http://www.math.union.edu/~dpvc/jsMath/welcome.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mothers Rings</title>
		<link>http://bit-player.org/2008/jsmath#comment-2168</link>
		<dc:creator>Mothers Rings</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-2168</guid>
		<description>Whoa, I didn't even know you can write that formula with code. Now only if I knew what that formala was for, I might use it.</description>
		<content:encoded><![CDATA[<p>Whoa, I didn&#8217;t even know you can write that formula with code. Now only if I knew what that formala was for, I might use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin V.</title>
		<link>http://bit-player.org/2008/jsmath#comment-1898</link>
		<dc:creator>Martin V.</dc:creator>
		<pubDate>Sat, 10 Jan 2009 17:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1898</guid>
		<description>Ideally, there shouldn't even exist need for such extra js libraries or prerendered PNGs! There already exists a web standard recommendation implemented in XML called &lt;a href="http://en.wikipedia.org/wiki/MathML" rel="nofollow"&gt;MathML&lt;/a&gt;. This is already fully supported by Opera and with Firefox requiring a special font to be downloaded (although it seems to work for me without doing so). Internet Explorer on the other hand fails badly in even displaying the page,  unsurprisingly. A few example pages can be found &lt;a href="http://xml-maiden.com/userjs/mathml/examples/xml/" rel="nofollow"&gt;here&lt;/a&gt;. MathML also makes it possible for browsers to handle formulas more efficiently, for example Firefox allows you to copy a given formula as text with all the correct symbols.</description>
		<content:encoded><![CDATA[<p>Ideally, there shouldn&#8217;t even exist need for such extra js libraries or prerendered PNGs! There already exists a web standard recommendation implemented in XML called <a href="http://en.wikipedia.org/wiki/MathML" rel="nofollow">MathML</a>. This is already fully supported by Opera and with Firefox requiring a special font to be downloaded (although it seems to work for me without doing so). Internet Explorer on the other hand fails badly in even displaying the page,  unsurprisingly. A few example pages can be found <a href="http://xml-maiden.com/userjs/mathml/examples/xml/" rel="nofollow">here</a>. MathML also makes it possible for browsers to handle formulas more efficiently, for example Firefox allows you to copy a given formula as text with all the correct symbols.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://bit-player.org/2008/jsmath#comment-1897</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Fri, 09 Jan 2009 15:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1897</guid>
		<description>About the missing nabla: I'm curious about what's going awry, but I don't have much to go on. The equation continues to display correctly on my system, in various browsers (Firefox, Safari, Opera, Camino). Could anyone with an invisible nabla—or other failures—give some more details? In particular, are you using the LaTeX fonts or images or Unicode? (See the jsMath control panel.)

In the &lt;a href="http://www.math.union.edu/~dpvc/jsMath/bugs.html" rel="nofollow"&gt;list of known jsMath bugs&lt;/a&gt;, the only entry that seems possibly relevant is this one:

&lt;blockquote&gt;In Safari on the Mac using the image fonts, the first time a character is loaded, it may not display properly on screen (you may just get an empty frame with no character inside). If you resize the window slightly (or reload it), the characters should show up properly. As of v2.1, jsMath tries to overcome this by "joggling" the window slightly after the page is loaded, but the timing of this might not be appropriate for all situations, and you may need to resize the window yourself.&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>About the missing nabla: I&#8217;m curious about what&#8217;s going awry, but I don&#8217;t have much to go on. The equation continues to display correctly on my system, in various browsers (Firefox, Safari, Opera, Camino). Could anyone with an invisible nabla—or other failures—give some more details? In particular, are you using the LaTeX fonts or images or Unicode? (See the jsMath control panel.)</p>
<p>In the <a href="http://www.math.union.edu/~dpvc/jsMath/bugs.html" rel="nofollow">list of known jsMath bugs</a>, the only entry that seems possibly relevant is this one:</p>
<blockquote><p>In Safari on the Mac using the image fonts, the first time a character is loaded, it may not display properly on screen (you may just get an empty frame with no character inside). If you resize the window slightly (or reload it), the characters should show up properly. As of v2.1, jsMath tries to overcome this by &#8220;joggling&#8221; the window slightly after the page is loaded, but the timing of this might not be appropriate for all situations, and you may need to resize the window yourself.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry Cipra</title>
		<link>http://bit-player.org/2008/jsmath#comment-1896</link>
		<dc:creator>Barry Cipra</dc:creator>
		<pubDate>Fri, 09 Jan 2009 05:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1896</guid>
		<description>Website weirdness:  The nabla symbol has suddenly disappeared from the equation on my browser (Safari, on a MacBook).  It was there the last time I checked (a day or two ago), but now... gone!

Paul Zorn confirms it's missing on his machine (also a MacBook) as well.  All we see on our respective screens is a little empty rectangle where there used to be an upside-down triangle.  A mathematical instantiation of the Cheshire Cat?</description>
		<content:encoded><![CDATA[<p>Website weirdness:  The nabla symbol has suddenly disappeared from the equation on my browser (Safari, on a MacBook).  It was there the last time I checked (a day or two ago), but now&#8230; gone!</p>
<p>Paul Zorn confirms it&#8217;s missing on his machine (also a MacBook) as well.  All we see on our respective screens is a little empty rectangle where there used to be an upside-down triangle.  A mathematical instantiation of the Cheshire Cat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John S.</title>
		<link>http://bit-player.org/2008/jsmath#comment-1893</link>
		<dc:creator>John S.</dc:creator>
		<pubDate>Wed, 07 Jan 2009 00:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1893</guid>
		<description>I am also running Firefox under Mac OS 10.5. At first I couldn't see the nabla, but after downloading the js math fonts, I see it.

On WordPress blogs you can use LaTex directly. See &lt;a href="http://bayesblog.wordpress.com/2009/01/05/exercise-105/" rel="nofollow"&gt;this post&lt;/a&gt; for an example. The code behind the first equation is:

$latex g(\mu,\sigma^2&#124;y) \propto \frac{1}{\sigma^{n+2}} \exp \left( - \frac{1}{2 \sigma^2}(S + n(\mu-\bar{y})^2)) \right)$</description>
		<content:encoded><![CDATA[<p>I am also running Firefox under Mac OS 10.5. At first I couldn&#8217;t see the nabla, but after downloading the js math fonts, I see it.</p>
<p>On WordPress blogs you can use LaTex directly. See <a href="http://bayesblog.wordpress.com/2009/01/05/exercise-105/" rel="nofollow">this post</a> for an example. The code behind the first equation is:</p>
<p>$latex g(\mu,\sigma^2|y) \propto \frac{1}{\sigma^{n+2}} \exp \left( - \frac{1}{2 \sigma^2}(S + n(\mu-\bar{y})^2)) \right)$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://bit-player.org/2008/jsmath#comment-1871</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 31 Dec 2008 14:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1871</guid>
		<description>@Peter Petto: Could you open the jsMath control panel (lower right corner of the browser window) and try some of the options offered there? Do you have the TeX fonts loaded, or are you using images? 

I'm curious to know what's going wrong. Although I should add that jsMath isn't my software, and I'm unlikely to have useful advice on fixing it.</description>
		<content:encoded><![CDATA[<p>@Peter Petto: Could you open the jsMath control panel (lower right corner of the browser window) and try some of the options offered there? Do you have the TeX fonts loaded, or are you using images? </p>
<p>I&#8217;m curious to know what&#8217;s going wrong. Although I should add that jsMath isn&#8217;t my software, and I&#8217;m unlikely to have useful advice on fixing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Petto</title>
		<link>http://bit-player.org/2008/jsmath#comment-1870</link>
		<dc:creator>Peter Petto</dc:creator>
		<pubDate>Mon, 29 Dec 2008 20:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1870</guid>
		<description>FWIW, I'm seeing an ampersand, not \partial on both Firefox and Safari running under Mac OS 10.5.</description>
		<content:encoded><![CDATA[<p>FWIW, I&#8217;m seeing an ampersand, not \partial on both Firefox and Safari running under Mac OS 10.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry Cipra</title>
		<link>http://bit-player.org/2008/jsmath#comment-1869</link>
		<dc:creator>Barry Cipra</dc:creator>
		<pubDate>Mon, 29 Dec 2008 14:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1869</guid>
		<description>Shouldn't there be a bit more white space on each side of the equal sign, as there is around the times symbol?  The equation looks a little crowded on the right.</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t there be a bit more white space on each side of the equal sign, as there is around the times symbol?  The equation looks a little crowded on the right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randomwalker</title>
		<link>http://bit-player.org/2008/jsmath#comment-1868</link>
		<dc:creator>randomwalker</dc:creator>
		<pubDate>Mon, 29 Dec 2008 09:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1868</guid>
		<description>Brian: you're right, there's no way to get javascript into RSS readers. That said, this is very interesting. I'm a big fan of client-side rendering and I hadn't heard of jsMath.

My current hobby project all about a better way to turn latex into web pages. I start from the output of latex2html and process the output in a variety of ways. In particular, I've solved the problem of PNG-rendered math making your lines too tall. I will be announcing this in a few days.</description>
		<content:encoded><![CDATA[<p>Brian: you&#8217;re right, there&#8217;s no way to get javascript into RSS readers. That said, this is very interesting. I&#8217;m a big fan of client-side rendering and I hadn&#8217;t heard of jsMath.</p>
<p>My current hobby project all about a better way to turn latex into web pages. I start from the output of latex2html and process the output in a variety of ways. In particular, I&#8217;ve solved the problem of PNG-rendered math making your lines too tall. I will be announcing this in a few days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://bit-player.org/2008/jsmath#comment-1867</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Mon, 29 Dec 2008 03:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1867</guid>
		<description>I'm partial to turning the entire equation to a PNG image. It works well that way, and show up find in RSS feeds. It can also be cut-and-pasted into a document. Wikipedia uses images for their equations.</description>
		<content:encoded><![CDATA[<p>I&#8217;m partial to turning the entire equation to a PNG image. It works well that way, and show up find in RSS feeds. It can also be cut-and-pasted into a document. Wikipedia uses images for their equations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://bit-player.org/2008/jsmath#comment-1866</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 29 Dec 2008 03:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1866</guid>
		<description>Yep. And it's not Google Reader's fault. The LaTeX is processed by some JavaScript code that doesn't get packaged up in the RSS feed. Is there a way to fix that? I don't think so, but I'd be delighted to learn I'm wrong.

If readers have other favorite techniques for rendering math (or other specialized notations) in blogs and on web pages, I'm eager to hear about it.</description>
		<content:encoded><![CDATA[<p>Yep. And it&#8217;s not Google Reader&#8217;s fault. The LaTeX is processed by some JavaScript code that doesn&#8217;t get packaged up in the RSS feed. Is there a way to fix that? I don&#8217;t think so, but I&#8217;d be delighted to learn I&#8217;m wrong.</p>
<p>If readers have other favorite techniques for rendering math (or other specialized notations) in blogs and on web pages, I&#8217;m eager to hear about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://bit-player.org/2008/jsmath#comment-1865</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 29 Dec 2008 02:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://bit-player.org/?p=238#comment-1865</guid>
		<description>The equation looks great when I go directly to your web site, but in Google Reader, all I see is LaTeX source.</description>
		<content:encoded><![CDATA[<p>The equation looks great when I go directly to your web site, but in Google Reader, all I see is LaTeX source.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
