<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Presentations preview MathML support, ideas on copy and paste</title>
	<atom:link href="http://www.mathjax.org/2010/01/27/news/presentations-preview-mathml-support-ideas-on-copy-and-paste/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathjax.org/2010/01/27/news/presentations-preview-mathml-support-ideas-on-copy-and-paste/</link>
	<description>Beautiful math in all browsers</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:48:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Casey Stark</title>
		<link>http://www.mathjax.org/2010/01/27/news/presentations-preview-mathml-support-ideas-on-copy-and-paste/comment-page-1/#comment-1081</link>
		<dc:creator>Casey Stark</dc:creator>
		<pubDate>Mon, 17 May 2010 01:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathjax.org/?p=291#comment-1081</guid>
		<description>@David

What do you mean exactly? MathJax accepts TeX and MathML as input, but it&#039;s not a solution for writing either of those.

Are you looking for a TeX or MathML editor?</description>
		<content:encoded><![CDATA[<p>@David</p>
<p>What do you mean exactly? MathJax accepts TeX and MathML as input, but it&#8217;s not a solution for writing either of those.</p>
<p>Are you looking for a TeX or MathML editor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Beckwith</title>
		<link>http://www.mathjax.org/2010/01/27/news/presentations-preview-mathml-support-ideas-on-copy-and-paste/comment-page-1/#comment-1041</link>
		<dc:creator>David Beckwith</dc:creator>
		<pubDate>Thu, 13 May 2010 06:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathjax.org/?p=291#comment-1041</guid>
		<description>What&#039;s the equivalent of MathJax for input?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the equivalent of MathJax for input?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hammond</title>
		<link>http://www.mathjax.org/2010/01/27/news/presentations-preview-mathml-support-ideas-on-copy-and-paste/comment-page-1/#comment-219</link>
		<dc:creator>Bill Hammond</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathjax.org/?p=291#comment-219</guid>
		<description>But just to be clear: the slides are great and Mathjax is great!
                 -- Bill</description>
		<content:encoded><![CDATA[<p>But just to be clear: the slides are great and Mathjax is great!<br />
                 &#8212; Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hammond</title>
		<link>http://www.mathjax.org/2010/01/27/news/presentations-preview-mathml-support-ideas-on-copy-and-paste/comment-page-1/#comment-218</link>
		<dc:creator>Bill Hammond</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathjax.org/?p=291#comment-218</guid>
		<description>Robert,
As to handling XHTML+MathML without enclosing in  tags there are at least three issues:

1. Standards compliance: see
http://www.w3.org/Math/XSL/

2. Eliminating the need for content providers to serve dual content, i.e., fast xhtml for browsers with native support of mathml and mathjaxed html for other browsers.

3. Related to (1), the ability of content providers to run structural validators on their content.</description>
		<content:encoded><![CDATA[<p>Robert,<br />
As to handling XHTML+MathML without enclosing in  tags there are at least three issues:</p>
<p>1. Standards compliance: see<br />
<a href="http://www.w3.org/Math/XSL/" rel="nofollow">http://www.w3.org/Math/XSL/</a></p>
<p>2. Eliminating the need for content providers to serve dual content, i.e., fast xhtml for browsers with native support of mathml and mathjaxed html for other browsers.</p>
<p>3. Related to (1), the ability of content providers to run structural validators on their content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robertm</title>
		<link>http://www.mathjax.org/2010/01/27/news/presentations-preview-mathml-support-ideas-on-copy-and-paste/comment-page-1/#comment-73</link>
		<dc:creator>robertm</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathjax.org/?p=291#comment-73</guid>
		<description>Basic MathML support will probably appear in svn within a few weeks, and we will rebuild another distribution shortly after.  Initially, it will just contain rendering support for the core constructs.  Finishing off the more obscure MathML features will likely take several months.

It is not yet entirely clear what will be possible with eliminating script tag delimiters from around the MathML.  There is a significant difference with the LaTeX situation, in that built-in browser parsers will process the MathML as unknown tags in various browser-dependent ways, whereas by and large, the browser parser leaves LaTeX code alone.  Thus, without script delimiters, it is a matter of determining whether a preprocessor can reconstruct enough of the original markup from what is left over after the browser parser is finished with it. I&#039;m optimistic, but a precise statement will have to await detailed, per browser investigations.

On the subject of XHTML, it is worth remembering that MathJax is primarily targeting HTML, not XHTML.  However, I guess I&#039;d like to understand what is motivating the question better.  I certainly understand generating de facto XHTML for publication using XML tools like XSLT.  However, the motivation for server the result with the XHTML mime type is less clear, since past experience suggests that mostly just introduces complexity and compatibility problems.  If the motivation is merely to take advantage of native browser MathML rendering for XHTML (i.e. in FF) the current thinking is that MathJax could arrange for the math to be rendered in XHTML iframes, or whatever it takes, even though the document is served as HTML.

If you have concrete ideas or proposals, we should start a general discussion on the &lt;a href=&quot;https://sourceforge.net/projects/mathjax/forums/forum/948700&quot; rel=&quot;nofollow&quot;&gt;MathJax open discussion forum&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Basic MathML support will probably appear in svn within a few weeks, and we will rebuild another distribution shortly after.  Initially, it will just contain rendering support for the core constructs.  Finishing off the more obscure MathML features will likely take several months.</p>
<p>It is not yet entirely clear what will be possible with eliminating script tag delimiters from around the MathML.  There is a significant difference with the LaTeX situation, in that built-in browser parsers will process the MathML as unknown tags in various browser-dependent ways, whereas by and large, the browser parser leaves LaTeX code alone.  Thus, without script delimiters, it is a matter of determining whether a preprocessor can reconstruct enough of the original markup from what is left over after the browser parser is finished with it. I&#8217;m optimistic, but a precise statement will have to await detailed, per browser investigations.</p>
<p>On the subject of XHTML, it is worth remembering that MathJax is primarily targeting HTML, not XHTML.  However, I guess I&#8217;d like to understand what is motivating the question better.  I certainly understand generating de facto XHTML for publication using XML tools like XSLT.  However, the motivation for server the result with the XHTML mime type is less clear, since past experience suggests that mostly just introduces complexity and compatibility problems.  If the motivation is merely to take advantage of native browser MathML rendering for XHTML (i.e. in FF) the current thinking is that MathJax could arrange for the math to be rendered in XHTML iframes, or whatever it takes, even though the document is served as HTML.</p>
<p>If you have concrete ideas or proposals, we should start a general discussion on the <a href="https://sourceforge.net/projects/mathjax/forums/forum/948700" rel="nofollow">MathJax open discussion forum</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Orr</title>
		<link>http://www.mathjax.org/2010/01/27/news/presentations-preview-mathml-support-ideas-on-copy-and-paste/comment-page-1/#comment-70</link>
		<dc:creator>John Orr</dc:creator>
		<pubDate>Sun, 31 Jan 2010 04:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathjax.org/?p=291#comment-70</guid>
		<description>(Looks like the website removed the tags I type. I mean to say the MathML is enclosed in SCRIPT tags and, for XHTML, I&#039;d like the  directly inside the document without the script tags.)</description>
		<content:encoded><![CDATA[<p>(Looks like the website removed the tags I type. I mean to say the MathML is enclosed in SCRIPT tags and, for XHTML, I&#8217;d like the  directly inside the document without the script tags.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Orr</title>
		<link>http://www.mathjax.org/2010/01/27/news/presentations-preview-mathml-support-ideas-on-copy-and-paste/comment-page-1/#comment-69</link>
		<dc:creator>John Orr</dc:creator>
		<pubDate>Sun, 31 Jan 2010 04:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathjax.org/?p=291#comment-69</guid>
		<description>Very nice set of slides! Thanks for posting.

I&#039;m particularly interested in the rendering of MathML (and eager to know when it will be available for download) so it was good to see the demo in the slides.

One thing - I see that in HTML the MathML is wrapped in  tags. For XHTML is it possible to avoid this, and use  directly within the document tree?</description>
		<content:encoded><![CDATA[<p>Very nice set of slides! Thanks for posting.</p>
<p>I&#8217;m particularly interested in the rendering of MathML (and eager to know when it will be available for download) so it was good to see the demo in the slides.</p>
<p>One thing &#8211; I see that in HTML the MathML is wrapped in  tags. For XHTML is it possible to avoid this, and use  directly within the document tree?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

