<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>neverendingbooks &#187; Search Results  &#187;  latexrender</title>
	<atom:link href="http://www.neverendingbooks.org/index.php/search/latexrender/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://www.neverendingbooks.org</link>
	<description>lieven le bruyn&#039;s blog</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:31:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>wp-latex&#8217; sweet revenge : wp+MathJax-&gt; ePub</title>
		<link>http://www.neverendingbooks.org/index.php/wp-latex-sweet-revenge-wpmathjax-epub.html</link>
		<comments>http://www.neverendingbooks.org/index.php/wp-latex-sweet-revenge-wpmathjax-epub.html#comments</comments>
		<pubDate>Mon, 05 Sep 2011 07:25:27 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/?p=5574</guid>
		<description><![CDATA[TweetIn the early days of math-blogging, one was happy to get LaTeXRender working. Some years later, the majority of math-blogs were using the, more user-friendly, wp-latex plugin to turn LaTeX-code into png-images. Today, everyone uses MathJax which works with modern CSS and web fonts instead of equation images, so equations scale with surrounding text at [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton5574" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fwp-latex-sweet-revenge-wpmathjax-epub.html&amp;text=wp-latex%26%238217%3B%20sweet%20revenge%20%3A%20wp%2BMathJax-%3E%20ePub&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fwp-latex-sweet-revenge-wpmathjax-epub.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>In the early days of math-blogging, one was happy to get <a href="http://www.mayer.dial.pipex.com/tex.htm">LaTeXRender</a> working. Some years later, the majority of math-blogs were using the, more user-friendly, <a href="http://wordpress.org/extend/plugins/wp-latex/">wp-latex plugin</a> to turn LaTeX-code into png-images. Today, everyone uses <a href="http://www.mathjax.org/">MathJax</a> which works with modern CSS and web fonts instead of equation images, so equations scale with surrounding text at all zoom levels.</p>
<p>However, MathJax has one downside : it doesn&#8217;t parse in ePub-readers. Peter Krautzberger wrote a post <a href="http://peter.krautzberger.info/2011/07/Epub-and-mathematics">Epub and mathematics</a> in which he suggested two methods to turn MathJax into ePub, but after dozens of experiments I still fail to reproduce these.</p>
<p>No doubt, someone will soon come up with a working alternative, but for the impatient here&#8217;s a quick but dirty method to turn your MathJax powered wordpress post into ePub :</p>
<h2>the tools</h2>
<ul>
<li>download and install the <a href="http://wordpress.org/extend/plugins/epub-export/">ePub export plugin</a>. It automatically creates an ePub file when a post or page is published or updated. The ePubs are stored in the uploads directory (to be found in the wp-contents directory).  </li>
<li>download and install the <a href="http://wordpress.org/extend/plugins/wp-latex/">wp-latex plugin</a>. MathJax uses the normal \$ tex-delimeters whereas wp-latex requires \$latex, so this plugin doesn&#8217;t interfere with the default use of MathJax.  </li>
<li>download the <a href="http://lucatrevisan.wordpress.com/2009/03/01/latex2wp-update/">wp2latex python script</a>. It converts a standard LaTeX file into a format that is ready to be copied into WordPress.  </li>
</ul>
<h2>the routine</h2>
<ul>
<li>Edit the post you want to convert to ePub. Copy the contents of the post box to a file say post1.tex and save this in the same directory containing the latex2wp.py script.  </li>
<li>In Terminal go to that directory and type the command &#8216;python latex2wp.py post1.tex&#8217;. It will produce a new file post1.html in the same directory.  </li>
<li>Copy the contents of post1.html into the post box of your WordPress-post and press the update button. This time the TeX-commands in your post will be rendered using wp-latex and the ePub export-plugin will have created an ePub-version of it.  </li>
<li>Locate this newly created ePub file in the relevant wp-contents/uploads/ folder (file has a number.epub name) and, if wanted, change its name into something easier to recognize and copy it somewhere outside the uploads directory. This will be your desired ePub-version of the post.  </li>
<li>Replace the contents of the post box of your WordPress-post with the contents of the post1.tex file and hit the &#8216;Update&#8217; button, to restore your original post (powered by MathJax).  </li>
<li>Email your ePub-file to your iPad and open it with iBooks. Not quite as nice as MathJax-parsed TeX but a lot better than reading unparsed TeX-commands.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/wp-latex-sweet-revenge-wpmathjax-epub.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>changes (ahead)</title>
		<link>http://www.neverendingbooks.org/index.php/changes-ahead.html</link>
		<comments>http://www.neverendingbooks.org/index.php/changes-ahead.html#comments</comments>
		<pubDate>Wed, 19 Jan 2011 13:43:43 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>
		<category><![CDATA[non-commutative]]></category>
		<category><![CDATA[noncommutative]]></category>
		<category><![CDATA[topology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/?p=4645</guid>
		<description><![CDATA[TweetIn view or recents events &#38; comments, some changes have been made or will be made shortly : categories : Sanitized the plethora of wordpress-categories to which posts belong. At the moment there are just 5 categories : &#8216;stories&#8217; and &#8216;web&#8217; (for all posts with low math-content) and three categories &#8216;level1&#8242;, &#8216;level2&#8242; and &#8216;level3&#8242;, loosely [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton4645" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fchanges-ahead.html&amp;text=changes%20%28ahead%29&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fchanges-ahead.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>In view or recents events &amp; comments, some changes have been made or will be made shortly :</p>
<p><strong>categories</strong> :  Sanitized the plethora of wordpress-categories to which posts belong. At the moment there are just 5 categories : &#8216;stories&#8217; and &#8216;web&#8217; (for all posts with low math-content) and three categories &#8216;level1&#8242;, &#8216;level2&#8242; and &#8216;level3&#8242;, loosely indicating the math-difficulty of a post.</p>
<p><strong>MathJax</strong>  : After years of using LatexRender and WP-Latex, we&#8217;ll change to MathJax from now on. I&#8217;ll try to convert older posts as soon as possible. (Update : did a global search and replace. &#8216;Most&#8217; LaTeX works, major exceptions being matrices and xymatrix commands. I&#8217;ll try to fix those later with LatexRender.)</p>
<p><strong>theme</strong> : The next couple of days, the layout of this site may change randomly as I&#8217;ll be trying out things with the <a href="http://swiftthemes.com/">Swift wordpress theme</a>. Hopefully, this will converge to a new design by next week.</p>
<p><strong>name</strong> : Neverendingbooks will be renamed to something more math-related. Clearly, the new name will depend on the topics to be covered. On the main <a href="http://www.neverendingbooks.org">index page</a> a pop-up poll will appear in the lower right-hand corner after 10 seconds. Please fill in the topics you&#8217;d like us to cover (no name or email required). </p>
<p>This poll will close on friday 21st at 12 CET and its outcome will influence name/direction of this blog. Use it also if you have a killer newname-suggestion. Among the responses so far, a funnier one : &#8220;An intro to, or motivation for non-commutative geometry, aimed at undergraduates. As a rule, I&#8217;d take what you think would be just right for undergrads, and then trim it down a little more.&#8221;</p>
<p><strong>guest-posts</strong> : If you&#8217;d like to be a guest-blogger here at irregular times, please contact me. The first guest-post will be on noncommutative topology and the interpretation of quantum physics, and will appear soon. So, stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/changes-ahead.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow leopard + wordpress + latex problem</title>
		<link>http://www.neverendingbooks.org/index.php/snow-leopard-wordpress-latex-problem.html</link>
		<comments>http://www.neverendingbooks.org/index.php/snow-leopard-wordpress-latex-problem.html#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:09:05 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/?p=2154</guid>
		<description><![CDATA[TweetEver since I&#8217;ve upgraded to Snow Leopard I&#8217;ve been having problems with the webserver. At first there were the &#8216;obvious&#8217; problems : mysql-connection lost and php-error message. These were swiftly dealt with using the excellent Snow Leopard, Apache, PHP, MySQL and WordPress! advice from &#8216;tady&#8217;. Right now, access to this blog is extremely slow (and [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton2154" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fsnow-leopard-wordpress-latex-problem.html&amp;text=Snow%20leopard%20%2B%20wordpress%20%2B%20latex%20problem&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fsnow-leopard-wordpress-latex-problem.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Ever since I&#8217;ve upgraded to <a href="http://www.apple.com/macosx/">Snow Leopard</a> I&#8217;ve been having problems with the webserver.</p>
<p>At first there were the &#8216;obvious&#8217; problems : mysql-connection lost and php-error message. These were swiftly dealt with using the excellent <a href="http://wordpress.org/support/topic/306878">Snow Leopard, Apache, PHP, MySQL and WordPress!</a> advice from &#8216;tady&#8217;.</p>
<p>Right now, access to this blog is extremely slow (and often impossible), certainly via the admin-page. The problem appears to be that most of my CPU is used by lots of pdfetex-processes owned by www. Hence the conjecture that it is a problem with either <a href="http://www.mayer.dial.pipex.com/tex.htm">LaTeXRender</a> or <a href="http://wordpress.org/extend/plugins/wp-latex/">WP LaTeX</a>.</p>
<p>Anyone experiencing a similar problem, or knowing a trick to resolve it? Takk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/snow-leopard-wordpress-latex-problem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>math2.0-setup : final comments</title>
		<link>http://www.neverendingbooks.org/index.php/math20-setup-final-comments.html</link>
		<comments>http://www.neverendingbooks.org/index.php/math20-setup-final-comments.html#comments</comments>
		<pubDate>Thu, 26 Feb 2009 19:56:48 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[arxiv]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/?p=1342</guid>
		<description><![CDATA[TweetLast time I promised to come back explaining how to set-up LaTeX-support, figuring I had to tell you about a few modifications I had to make in order to get Latexrender run on my mac&#8230; A few google searches made it plain how out of touch I am on these matters (details below). But first, [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1342" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fmath20-setup-final-comments.html&amp;text=math2.0-setup%20%3A%20final%20comments&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fmath20-setup-final-comments.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><a href="http://www.neverendingbooks.org/index.php/math20-setup-wpmu-and-buddypress.html">Last time</a> I promised to come back explaining how to set-up LaTeX-support, figuring I had to tell you about a few  modifications I had to make in order to get <a href="http://www.mayer.dial.pipex.com/tex.htm">Latexrender</a> run on my mac&#8230;</p>
<p>A few google searches made it plain how out of touch I am on these matters (details below). But first, there was this comment to this series by Link Starbureiy :</p>
<p>&#8220;I took part in Gowersâ€™ blog discussion. My input was to move things over to Google collaboration tools, like Google Knol, and perhaps Google Sites. However, those tools for large-scale collaboration may not be the best solution anymore. I like the NSN idea, but worry about itâ€™s very long-term stability. Would you consider porting the project over to the Google App Engine so that it can be played with in the orkut sandbox (http://sandbox.orkut.com)?&#8221;</p>
<p>I thought I made it clear from the outset that I didn&#8217;t want to spend the rest of my life web-mastering a site such as <a href="http://www.neverendingbooks.org/mu/">NSN</a>. All I wanted to show is that the technology is there free for the taking, and show that you do not have to be a wizard to get it running even on a mac&#8230;</p>
<p>I would <strong>really</strong> love it when some groups, or universities, on institutes, would set up something resembling this dedicated to a single arXiv-topic. Given <a href="http://www.math.ua.ac.be/algeo/?page_id=4">our</a> history, Antwerp University might be convinced to do this for math.RA but (a) I&#8217;m not going to maintain this on my own and (b) there may very well be a bandwidth problem if such a thing would become successful&#8230; (although, from past experiences and attempts I&#8217;ve made over the years, this is extremely unlikely for this target-group).</p>
<p>So please, if your group has some energy to spare, set-up your own math2.0-network, port it to Google Apps, Knol, Orkut or whatever, and I&#8217;d love to join and contribute to it.</p>
<p>As to LaTeX-support : this is trivial these days. First you need a working LaTeX-system on your virgin macbook. The best way is to download <a href="http://www.tug.org/mactex/">The MacTeX-2008 Distribution</a> at work (it is a huge 1.19Gb download&#8230;). Next, install the <a href="http://wordpress.org/extend/plugins/fauxml/">fauxml-wordpress plugin</a> (that is, download it to YourHome/Downloads and then drag the file faux-ml.php to the Library/WebServer/Documents/wp-content/plugins/ directory. Next, install likewise the <a href="http://wordpress.org/extend/plugins/wp-latex/">WP-LateX plugin</a> following the <a href="http://wordpress.org/extend/plugins/wp-latex/installation/">instructions</a>, go to the configuring page and set the directory for latex and dvipng  (if you follow my instructions they should be located at /usr/texbin/latex and /usr/texbin/dvipng), fill in the text color and background color you desire and clip your default latex-documentstyle/includepackages/newcommands section from your latest paper into the LaTeX Preamble window and believe me, you&#8217;re done!!!</p>
<p><center><br />
<img src="http://matrix.cmi.ua.ac.be/DATA2/latexstuff.jpg"><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/math20-setup-final-comments.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing &amp; Blogging</title>
		<link>http://www.neverendingbooks.org/index.php/writing-blogging.html</link>
		<comments>http://www.neverendingbooks.org/index.php/writing-blogging.html#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:04:34 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[arty]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Connes]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[Mathieu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/writing-blogging.html</guid>
		<description><![CDATA[TweetTerry Tao is reworking some of his better blogposts into a book, to be published by the AMS (here&#8217;s a preliminary version of the book &#8220;What&#8217;s New?&#8221;) After some thought, I decided not to transcribe all of my posts from last year (there are 93 of them!), but instead to restrict attention to those articles [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton393" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fwriting-blogging.html&amp;text=Writing%20%26%23038%3B%20Blogging&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fwriting-blogging.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Terry Tao is <a href="http://terrytao.wordpress.com/2008/01/25/book-version-of-the-blog/">reworking</a> some of his better blogposts into a book, to be published by the AMS (here&#8217;s a <a href="http://terrytao.files.wordpress.com/2008/01/whatsnew.pdf">preliminary version</a> of the book &#8220;What&#8217;s New?&#8221;)</p>
<blockquote><p>After some thought, I decided not to transcribe all of my posts from last year (there are 93 of them!), but instead to restrict attention to those articles which (a) have significant mathematical content, (b) are not announcements of material that will be published elsewhere, and (c) are not primarily based on a talk given by someone else. As it turns out, this still leaves about 33 articles from 2007, leading to a decent-sized book of a couple hundred pages in length.</p></blockquote>
<p>If you have a blog and want to turn it into a LaTeX-book, there&#8217;s no need to transcribe or copy every single post, thanks to the <a href="http://xhtml-css.com/wptex/index.html">WPTeX tool</a>. Note that this is NOT a WP-plugin, but a (simple at that) php-program which turns all posts into a <strong>bookcontent.tex</strong> file. This file can then be edited further into a proper book.</p>
<p>Unfortunately, the present version chokes on <a href="http://www.mayer.dial.pipex.com/tex.htm">LaTeXrender</a>-code (which is easy enough to solve doing a global &#8216;find-and-replace&#8217; of the tex-tags by dollar-signs) but worse, on <a href="http://daringfireball.net/projects/markdown/">Markdown</a>-code&#8230; But then, someone fluent in php-regex will have no problems extending the <strong>libs/functions.php</strong> file (I hope&#8230;).</p>
<p>At the moment I&#8217;m considering turning the Mathieu-games-posts into a booklet. A possible title might be <strong>Math<font color =red>i</font>e<font color=red>u</font>matical Games</strong>. Rereading them (and other posts) I regret to be such an impatient blogger. Often I&#8217;m interested in something and start writing posts about it without knowing where or when I&#8217;ll land. This makes my posts a lot harder to get through than they might have been, if I would blog only after having digested the material myself&#8230; Typical recent examples are the <a href="http://www.neverendingbooks.org/index.php/key-compression.html">tori-crypto-posts</a> and the <a href="http://www.neverendingbooks.org/index.php/the-bost-connes-coset-space.html">Bost-Connes algebra posts</a>.</p>
<p>So, I still have a lot to learn from other bloggers I admire, such as <a href="http://www.jenniferouellette-writes.com/">Jennifer Ouellette</a> who maintains the <a href="http://twistedphysics.typepad.com/cocktail_party_physics/">Coctail Party Physics blog</a>. At the moment, Jennifer is resident blogger-journalist at the <a href="http://www.kitp.ucsb.edu/">Kavli Institute</a> where she is running a <a href="http://www.kitp.ucsb.edu/activities/journalist/current_talks.php">&#8220;Journal Club&#8221; workshop</a> giving ideas on how to write better about science.</p>
<blockquote><p>But the KITP is also committed to fostering scientific communication. That&#8217;s where I come in. Each Friday through April 26th, I&#8217;ll be presiding over a &#8220;Journal Club&#8221; meeting focusing on some aspect of communicating science.
</p></blockquote>
<p>Her most recent talk was entitled <a href="http://online.itp.ucsb.edu/online/resident/ouellette2/">To Blog or Not to Blog? That is the Question</a> and you can find  the slides as well as a QuickTime movie of her talk. They even plan to set up a blog for the participants of the workshop. I will surely follow the rest of her course with keen interest!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/writing-blogging.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>thanks for linking</title>
		<link>http://www.neverendingbooks.org/index.php/thanks-for-linking.html</link>
		<comments>http://www.neverendingbooks.org/index.php/thanks-for-linking.html#comments</comments>
		<pubDate>Fri, 11 Jan 2008 13:05:12 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[arxiv]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Borcherds]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[itouch]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>
		<category><![CDATA[noncommutative]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/index.php/thanks-for-linking.html</guid>
		<description><![CDATA[Tweet I&#8217;ve re-installed the Google analytics plugin on december 22nd, so it is harvesting data for three weeks only. Still, it is an interesting tool to gain insight in the social networking aspect of math-blogging, something I&#8217;m still very bad at&#8230; Below the list of all blogs referring at least 10 times over this last [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton335" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fthanks-for-linking.html&amp;text=thanks%20for%20linking&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fthanks-for-linking.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><img src="http://www.neverendingbooks.org/DATA/google-referrals.jpg" width=500 ></p>
<p>I&#8217;ve re-installed the <a href="http://www.semiologic.com/software/marketing/google-analytics/">Google analytics plugin</a> on december 22nd, so it is harvesting data for three weeks only. Still, it is an interesting tool to gain insight in the social networking aspect of math-blogging, something I&#8217;m still very bad at&#8230;</p>
<p>Below the list of all blogs referring at least 10 times over this last three weeks. In brackets are the <strong>number of referrals</strong> and included are the <strong>average time Avg.</strong> they spend on this site, as well as the <strong>bounce back rate BB</strong>. It gives me the opportunity to link back to some of their posts, as a small token of gratitude. I may repeat this  in the future, so please keep on linking&#8230;</p>
<p><a href="http://www.math.columbia.edu/~woit/wordpress/">Not Even Wrong (69)</a> : Avg (1.05 min) BB (52.94%)</p>
<p>The most recent post of Peter is an update on the <a href="http://www.math.columbia.edu/~woit/wordpress/?p=638">plagiarism scandal</a> on the arXiv.</p>
<p><a href="http://golem.ph.utexas.edu/category/">The n-category cafe (63)</a> : Avg (2.13 min) BB (50%)</p>
<p>The one series I followed at the cafe lately was the <a href="http://golem.ph.utexas.edu/category/2008/01/geometric_representation_theor_18.html">Geometric Representation Theory course</a> run by John Baez and James Dolan. They provide downloadable movies as well as notes.</p>
<p><a href="http://borcherds.wordpress.com/">Richard Borcherd&#8217;s blog (47)</a> : Avg (1.53 min) BB (53.19%)</p>
<p>It is great to see that Borcherds has taken up blogging again, with a post on the <a href="http://borcherds.wordpress.com/">uselessness of set theory</a>.</p>
<p><a href="http://kea-monad.blogspot.com/">The Arcadian functor (32)</a> : Avg (3.45 min) BB (34.38 %)</p>
<p>It is clear from the low bounce-back rate and the high average time spend on this site, that Kea&#8217;s readers and mine have common interests. Often I feel that Kea and I are talking about the same topics, but that our language is so different, that it is difficult for me to spot the precise connection. I definitely should start (for myself) a translation-project of her <a href="http://arcadianfunctor.wordpress.com/category/m-theory/">M-theory posts</a>.</p>
<p><a href="http://rupertgee.wordpress.com/">RupertGee&#8217;s iBlog (23)</a> : Avg (6.48 min) BB (34.7 %)</p>
<p>Surprisingly, and contrasting to my <a href="http://www.neverendingbooks.org/index.php/sobering-up.html">previous rant</a> iTouch-people (or at least those coming here from Rupert Gee&#8217;s blog) sure take time to read the posts and look for more.</p>
<p><a href="http://www.arsmathematica.net/">Ars Mathematica (22)</a> : Avg (0:01 min) BB (77,2 %)</p>
<p>Well, the average time and bounce back rate say it all : people coming here from Ars Mathematica are not interested in longer posts&#8230;</p>
<p><a href="http://www.ipodtouchfans.com/forums/showthread.php">iTouch Fans Forum (14)</a> : Avg (2:07 min) BB (42.86 %)</p>
<p>Again, better statistics than I would have expected.</p>
<p><a href="http://vivatsgasse7.wordpress.com/">Vivatsgasse 7 (13)</a> : Avg (1:51 min) BB (38.46 %)</p>
<p>I hope these guys haven&#8217;t completely given up on blogging as it is one of my favourites.</p>
<p><a href="http://www.sixthform.info/maths/">Sixth form mathematics (12)</a> : Avg (1:40 min) BB (25 %)</p>
<p>My few old posts on LaTeXrender still draw referrals&#8230;</p>
<p><a href="http://strategicboard.com/index.php">Strategic Boards (12)</a> : Avg (0:01 min) BB (91.67 %)</p>
<p>People in strategic board games are not really in my game-posts it seems&#8230;</p>
<p><a href="http://cornellmath.wordpress.com/">The Everything Seminar (11)</a> : Avg (2:04 min) BB (72.73 %)</p>
<p>Greg Muller has been posting a couple of nice posts on chord diagrams, starting <a href="http://cornellmath.wordpress.com/2007/12/13/chord-diagrams/">here</a>.</p>
<p><a href="http://noncommutativegeometry.blogspot.com/">Noncommutative Geometry (11)</a> : Avg (3:36 min) BB (27.27 %)</p>
<p>Well, we are interested in the same thing viewed from different angles, so good average times and a low bounce back rate. Maybe, I should make another attempt to have cross-interaction between the two blogs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/thanks-for-linking.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>working archive plugin, please!</title>
		<link>http://www.neverendingbooks.org/index.php/working-archive-plugin-please.html</link>
		<comments>http://www.neverendingbooks.org/index.php/working-archive-plugin-please.html#comments</comments>
		<pubDate>Tue, 08 Jan 2008 19:22:47 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[arxiv]]></category>
		<category><![CDATA[foaf]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>
		<category><![CDATA[simples]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/?p=331</guid>
		<description><![CDATA[TweetOver the last two weeks Ive ported all old neverendingbooks-post from the last 4 years to a nearly readable format. Some tiny problems remain : a few TeX-heavy old posts are still in $&#8230;$ format rather than LaTeXrender-compatible (but Ill fix this soon), a few links may turn out to be dead (still have to [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton331" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fworking-archive-plugin-please.html&amp;text=working%20archive%20plugin%2C%20please%21&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fworking-archive-plugin-please.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Over the last two weeks Ive ported all old neverendingbooks-post from the last 4 years to a nearly readable format. Some tiny problems remain : a few TeX-heavy old posts are still in $&#8230;$ format rather than LaTeXrender-compatible (but Ill fix this soon), a few links may turn out to be dead (still have to check out those), TheLibrary-project links do not exist at the moment (have to decide whether to revive the project or to start a similar idea afresh), some other techie-things such as FoaF-stuff will be updated/expanded soon, et. etc. (and still have to port some 20 odd posts).</p>
<p>Anyway, the good news being that we went from about 40 posts since last july to over 310 posts, all open to the internal Search engine. Having all this stuff online is only useful if one can browse through it easily, so I wanted to install a proper up-to-date archive-plugin&#8230;</p>
<p>The current theme <a href="http://deanjrobinson.com/wordpress/redoable">Redoable</a> has build-in support for the <a href="http://www.sonsofskadi.net/extended-live-archive/">Extended Live Archives v0.10beta-r18 plugin</a> which would be ideal if I could get it  installed&#8230; Im not the total newbie in installing WordPress-plugins and Ive read all the documentation and the support-forum and chmodded whathever I felt like chmodding, but still no success&#8230; If you know how to kick it into caching the necessary files, please drop a comment!</p>
<p>The next alternative Ive tried was <a href="http://www.awsom.org/awsom-drop-down-archive/">the AWSOM Archive Version 1.2.3 plugin</a> which gave me a pull-down menu just under the title-bar but not much seems to happen when using bloody Safari (Flock was OK though). Maybe Ill give it another go&#8230;</p>
<p><strong>UPDATE (jan. 9th) : The AWSOM Archive seems to be working fine with the Redoable theme when custom installed in the footer. So, there is now a pulldown-menu at the bottom of the page.</strong></p>
<p>**UPDATE (jan. 12th) : Ive installed the new version 1.3 of <a href="http://www.awsom.org/2008/awsom-archive-updated-to-version-130/">AWSOM Archive</a> and it works from the default position **</p>
<p>At a loss I opted in the end for the simplest (though not the most aesthetic) plugin : <a href="http://justinblanton.com/projects/smartarchives/">Justin Blanton&#8217;s Smart Archives</a>. This provides a year-month scheme at the top followed by a reverse ordered list of all months and titles of posts and is available as the <a href="http://www.neverendingbooks.org/?page_id=330">arXiv neverendingbooks</a> link available also from the sidebar (up, second link). I hope it will help you not to get too lost on this site&#8230;</p>
<p>Suggestions for a working-from-the-box WordPress Archive plugin, anyone???</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/working-archive-plugin-please.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>NeverEndingBooks-games</title>
		<link>http://www.neverendingbooks.org/index.php/neverendingbooks-games.html</link>
		<comments>http://www.neverendingbooks.org/index.php/neverendingbooks-games.html#comments</comments>
		<pubDate>Wed, 13 Jun 2007 13:55:35 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[level1]]></category>
		<category><![CDATA[dvonn]]></category>
		<category><![CDATA[Elkies]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>
		<category><![CDATA[puzzle]]></category>
		<category><![CDATA[sudoku]]></category>

		<guid isPermaLink="false">http://localhost/?p=9</guid>
		<description><![CDATA[TweetHere a list of pdf-files of NeverEndingBooks-posts on games, in reverse chronological order. Dvonn 2 overload LatexRender and Dvonn-boards Dvonn 1 mobility A DaVinci chess problem Bivalue Sudoku graphs microsudoku.sty A 2006 chess puzzle anyone? Hints for micro-Sudoku Micro-Sudoku Sudoku mania (bis) Sudoku mania SnortGo 2 Quintominal dodecahedra Elkies&#8217; puzzles Fox and geese SnortGo ColGo [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton9" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fneverendingbooks-games.html&amp;text=NeverEndingBooks-games&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fneverendingbooks-games.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Here a list of pdf-files of NeverEndingBooks-posts on games, in reverse chronological order.</p>
<p><span id="more-9"></span></p>
<p><a href="NEBPDFS/144.pdf">Dvonn 2 overload</a></p>
<p><a href="NEBPDFS/142.pdf">LatexRender and Dvonn-boards</a></p>
<p><a href="NEBPDFS/141.pdf">Dvonn 1 mobility</a></p>
<p><a href="NEBPDFS/21.pdf">A DaVinci chess problem</a></p>
<p><a href="NEBPDFS/19.pdf">Bivalue Sudoku graphs</a></p>
<p><a href="NEBPDFS/17.pdf">microsudoku.sty</a></p>
<p><a href="NEBPDFS/15.pdf">A 2006 chess puzzle anyone?</a></p>
<p><a href="NEBPDFS/12.pdf">Hints for micro-Sudoku</a></p>
<p><a href="NEBPDFS/11.pdf">Micro-Sudoku</a></p>
<p><a href="NEBPDFS/8.pdf">Sudoku mania (bis)</a></p>
<p><a href="NEBPDFS/29.pdf">Sudoku mania</a></p>
<p><a href="NEBPDFS/271.pdf">SnortGo 2</a></p>
<p><a href="NEBPDFS/270.pdf">Quintominal dodecahedra</a></p>
<p><a href="NEBPDFS/28.pdf">Elkies&#8217; puzzles</a></p>
<p><a href="NEBPDFS/112.pdf">Fox and geese</a></p>
<p><a href="NEBPDFS/111.pdf">SnortGo</a></p>
<p><a href="NEBPDFS/103.pdf">ColGo</a></p>
<p><a href="NEBPDFS/92.pdf">Antwerp sprouts</a></p>
<p><a href="NEBPDFS/90.pdf">Combinatorial game software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/neverendingbooks-games.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NeverEndingBooks-general</title>
		<link>http://www.neverendingbooks.org/index.php/neverendingbooks-general.html</link>
		<comments>http://www.neverendingbooks.org/index.php/neverendingbooks-general.html#comments</comments>
		<pubDate>Tue, 12 Jun 2007 13:17:35 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[stories]]></category>
		<category><![CDATA[arxiv]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[GMD]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>
		<category><![CDATA[Riemann]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://localhost/?p=8</guid>
		<description><![CDATA[TweetHere a list of pdf-files of NeverEndingBooks-posts on general topics, in reverse chronological order. Bloomsday end Group think 2 Down with determinants Group think MathML versus LatexRender Stalking the Riemann hypothesis MathML and work ahead The secret life of numbers CCDantas on blogging Doing the Perelman The n-category cafe Writing with gloves on Why mathematicians [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton8" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fneverendingbooks-general.html&amp;text=NeverEndingBooks-general&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fneverendingbooks-general.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Here a list of pdf-files of NeverEndingBooks-posts on general topics, in reverse chronological order.</p>
<p><span id="more-8"></span></p>
<p><a href="NEBPDFS/323.pdf">Bloomsday end</a></p>
<p><a href="NEBPDFS/322.pdf">Group think 2</a></p>
<p><a href="NEBPDFS/321.pdf">Down with determinants</a></p>
<p><a href="NEBPDFS/317.pdf">Group think</a></p>
<p><a href="NEBPDFS/310.pdf">MathML versus LatexRender</a></p>
<p><a href="NEBPDFS/303.pdf">Stalking the Riemann hypothesis</a></p>
<p><a href="NEBPDFS/238.pdf">MathML and work ahead</a></p>
<p><a href="NEBPDFS/234.pdf">The secret life of numbers</a></p>
<p><a href="NEBPDFS/220.pdf">CCDantas on blogging</a></p>
<p><a href="NEBPDFS/211.pdf">Doing the Perelman</a></p>
<p><a href="NEBPDFS/206.pdf">The n-category cafe</a></p>
<p><a href="NEBPDFS/190.pdf">Writing with gloves on</a></p>
<p><a href="NEBPDFS/179.pdf">Why mathematicians cannot write</a></p>
<p><a href="NEBPDFS/178.pdf">The music of the primes</a></p>
<p><a href="NEBPDFS/173.pdf">arXiv trackback wars</a></p>
<p><a href="NEBPDFS/146.pdf">citeUlike</a></p>
<p><a href="NEBPDFS/143.pdf">The efficient academic</a></p>
<p><a href="NEBPDFS/20.pdf">2005 lists : math novels</a></p>
<p><a href="NEBPDFS/16.pdf">Teaching mathematics</a></p>
<p><a href="NEBPDFS/14.pdf">Two TA Tales</a></p>
<p><a href="NEBPDFS/10.pdf">The Oxford murders</a></p>
<p><a href="NEBPDFS/9.pdf">Mappalujo</a></p>
<p><a href="NEBPDFS/3.pdf">LatexRender Plugin for WordPress under Tiger</a></p>
<p><a href="NEBPDFS/57.pdf">GMD</a></p>
<p><a href="NEBPDFS/268.pdf">Google scholar</a></p>
<p><a href="NEBPDFS/249.pdf">Simonne Stevens (1926-2004)</a></p>
<p><a href="NEBPDFS/32.pdf">Quiver pictures in WordPress</a></p>
<p><a href="NEBPDFS/136.pdf">Groen moet!</a></p>
<p><a href="NEBPDFS/132.pdf">Artistic (and other) frustrations</a></p>
<p><a href="NEBPDFS/94.pdf">The cpu 2 generation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/neverendingbooks-general.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mathML versus LaTeXRender</title>
		<link>http://www.neverendingbooks.org/index.php/mathml-versus-latexrender.html</link>
		<comments>http://www.neverendingbooks.org/index.php/mathml-versus-latexrender.html#comments</comments>
		<pubDate>Wed, 21 Mar 2007 12:16:04 +0000</pubDate>
		<dc:creator>lievenlb</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[arxiv]]></category>
		<category><![CDATA[Connes]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[latexrender]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[noncommutative]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.neverendingbooks.org/?p=207</guid>
		<description><![CDATA[Tweet No math today. If you&#8217;re interested in the latest on noncommutative geometry, head over to the NCG-blog where Alain Connes has a post on Time. Still, Alain&#8217;s post is a good illustration of what Ill be rambling about TeX and how to use it in a blog. If you&#8217;re running a math-blog, sooner or [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton207" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fmathml-versus-latexrender.html&amp;text=mathML%20versus%20LaTeXRender&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.neverendingbooks.org%2Findex.php%2Fmathml-versus-latexrender.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.neverendingbooks.org/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><dl>
<dt>No math</dt>
<dt>today. If you&#8217;re interested in the latest on noncommutative geometry,</dt>
<dt>head over to the NCG-blog where Alain Connes has a post on</dt>
<dt><a href="http://noncommutativegeometry.blogspot.com/2007/03/time.html">Time</a>.</dt>
<dt>Still, Alain&#8217;s post is a good illustration of what Ill be rambling about</dt>
<dd>TeX and how to use it in a blog.</dd>
</dl>
<p>If you&#8217;re running a math-blog,<br />
sooner or later you want to say something more than new-age speak like<br />
&#8216;points talking to each other&#8217; and get to the essence of it. In short,<br />
you want to talk math and it&#8217;s a regrettable fact that math doesnt go<br />
well with ASCII. In everyday life we found a way around this : we all<br />
use TeX to write papers and even email-wise (among mathematicians) we<br />
write plain TeX-commands as this language is more common to us than<br />
English. But, plain TeX and the blogosphere don&#8217;t mix well. If you&#8217;re<br />
expecting only professional mathematicians to read what you write, you<br />
might as well arXiv your thoughts. Im convinced the majority of people<br />
coming here (for whatever reason) dont speak plain-TeX.  Fortunately,<br />
there is technology to display TeX-symbols on a blog. Personally, I was<br />
an early adapter to<br />
<a href="http://www.mayer.dial.pipex.com/tex.htm">LaTeXRender</a> and even today a<br />
fair share of page-views relates to the few<br />
<a href="http://www.neverendingbooks.org/?s=latexrender">posts</a> I did on<br />
how to get latexrender working on a mac. Some time ago I<br />
<a href="http://www.neverendingbooks.org/?p=204">switched</a> to mathML and now I&#8217;m<br />
regretting I ever did&#8230;</p>
<p>Mind you, I&#8217;m convinced that mathML is the<br />
&#8216;proper&#8217; way to get TeX to the internet but there are at the moment some<br />
serious drawbacks. For starters, it is highly user-unfriendly. You<br />
simply cannot expect people to switch browsers (as well as installing<br />
extra fonts) just because they come to your site (or you have to be a<br />
pretty arrogant git). Speaking for myself, Im still having (against my<br />
better judgment) Safari as my default browser, so when I come to a site<br />
like the <a href="http://golem.ph.utexas.edu/category/">n-category cafe</a> I just<br />
skim the plain-text in between and if (and only if) the topic interests<br />
me tremendously I&#8217;ll allow myself to switch to Flock or Firefox to read<br />
the post in detail. I&#8217;m convinced most of you have a similar<br />
surfing-attitude.  MathML also has serious consequences on the<br />
server-side. If you want to serve mathML you have to emit headers which<br />
expect everything to follow to be purified XHTML. If I ever forget a<br />
closing tag in a post, this is enough to break down NeverEndingBooks to<br />
all Firefox-users. I&#8217;ve been writing HTML since the times when the best<br />
browser around was something called <a href="http://en.wikipedia.org/wiki/Mosaic_(web_browser\\)">NCSA Mosaic</a> so Ive a<br />
pretty lax attitude to end-tags (especially in IMG-tags) and Im just<br />
getting too old to change these bad habbits now&#8230;  It seems I&#8217;m not the<br />
only one. Many developers of WordPress-plugins write bad XHTML-code, so<br />
the last couple of weeks I&#8217;ve been spending more time fixing up code<br />
than writing posts. If you want to run a mathML-wordpress site you might<br />
find the following hints helpfull.   If you get a &#8216;yellow screen of<br />
death&#8217; when viewing your site with Firefox, chances are that one of your<br />
plugin-authors missed a closing tag in the HTML-rendering of his/her<br />
plugin. As a rule of thumb : go for the IMG-tags first!   I&#8217;m sorry to<br />
say, but <a href="http://www.sixthform.info/steve/wordpress/">Latexrender-Steve</a><br />
is among the XHTML-offenders. (On a marginal note, LaTeXrender also has<br />
its drawbacks : to mathematicians this may seem incredible but what<br />
Latexrender does to get one expression displayed is to TeX an entire<br />
file, get the image from the ps-file turn it into a gif and display it,<br />
so one gets a GIF-folder of enrmous proportions. Hence, use Latexrender<br />
only if you have your own server and dont have to care about memory<br />
constraints. Another disadvantedge was that the GIFs were displayed with<br />
a vertical offset, but this has been solved recently (use the &#8216;offset<br />
beta&#8217; files in the distribution)). Wrt. to that offset-beta version, use<br />
this <a href="http://www.neverendingbooks.org/DATA/latex.php.txt">latex.php file</a> instead (I<br />
changed the IMG-line).  Some plugins may not serve the correct headers<br />
to display mathML. So, if you want to allow readers to have a<br />
printer-friendly version of your mathML-post, get the <a href="http://www.lesterchan.net/wordpress/readme/wp-print.html">WP-print plugin</a> BUT<br />
change to this <a href="http://www.neverendingbooks.org/DATA/wp-print.php.txt">wp-print.php file</a> in order to<br />
send the proper headers.  Sometimes there are just forgotten lines/tags<br />
in the code, such as in the [future calendar plugin](http://anthologyoi.com/wordpress/plugins/future-posts-calendar-<br />
plugin.html). So, please use <a href="http://www.neverendingbooks.org/DATA/future_calendar.php.txt">this version</a><br />
of the future.calendar.php file.   And so on, and so on. The joys of<br />
trying to maintain a mathML-based blog&#8230; So, no surprise I&#8217;m seriously<br />
considering to ditch mathML and change to normal headers soon. One of<br />
the things I like about LaTeXRender is that it can be extended, meaning<br />
that you can get your own definitions and packages loaded whereas with<br />
mathML you&#8217;re bound to write iTeX, which Ill never manage.  But, again,<br />
mathML will be the correct technology once all major browsers are mathML<br />
capable and the font-problem is resolved. Does anyone know whether<br />
Safari 3 (in Leopard, that is Mac OS 10.5 to the rest of you) will be<br />
mathML-able?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neverendingbooks.org/index.php/mathml-versus-latexrender.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

