<?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>Using LaTeX in WordPress</title>
	<atom:link href="http://sixthform.info/steve/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sixthform.info/steve/wordpress</link>
	<description>Showcase for LatexRender</description>
	<lastBuildDate>Tue, 10 Aug 2010 09:18:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Online LaTeX review</title>
		<link>http://sixthform.info/steve/wordpress/?p=195</link>
		<comments>http://sixthform.info/steve/wordpress/?p=195#comments</comments>
		<pubDate>Thu, 13 May 2010 11:56:03 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=195</guid>
		<description><![CDATA[A review of online LaTeX can found in Daniel Stender&#8217;s blog Granthinam at Facets of current online LaTeXing.]]></description>
			<content:encoded><![CDATA[<p>A review of online LaTeX can found in Daniel Stender&#8217;s blog Granthin<span style="text-decoration: overline;">a</span>m at <a href="http://www.danielstender.com/granthinam/1995/" title="Facets of current online LaTeXing"  target="_blank">Facets of current online LaTeXing</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=195</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escaped characters in LatexRender</title>
		<link>http://sixthform.info/steve/wordpress/?p=192</link>
		<comments>http://sixthform.info/steve/wordpress/?p=192#comments</comments>
		<pubDate>Tue, 04 May 2010 09:21:25 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=192</guid>
		<description><![CDATA[LaTeX code uses backslashes for commands and sometimes this can be misinterpreted by PHP, particularly in more recent versions, giving strange and unwanted output (see here).  It is easy to adapt LatexRender code to deal with this problem and there are two articles, that I am aware of, showing how to do this: Bill Baxter&#8217;s LaTeX in [...]]]></description>
			<content:encoded><![CDATA[<p>LaTeX code uses backslashes for commands and sometimes this can be misinterpreted by PHP, particularly in more recent versions, giving strange and unwanted output (see <a href="http://sixthform.info/steve/wordpress/?p=34#comments" title="Path Problems in Linux Comments"  target="_blank">here</a>).  It is easy to adapt LatexRender code to deal with this problem and there are two articles, that I am aware of, showing how to do this:</p>
<p>Bill Baxter&#8217;s <a href="http://www.billbaxter.com/techblog/?p=5" title="LaTeX In WordPress with PHP5.x"  target="_blank">LaTeX in WordPress with PHP5.x</a></p>
<p>Ulf Hamster&#8217;s  <a href="http://oxyba.ath.cx/wwwuh/index.php?id=79" title="Verwendung von LatexRender für Webpages"  target="_blank">Verwendung von LatexRender für Webpages</a>  Google&#8217;s translation into English:  <a href="http://translate.google.co.uk/translate?u=http%3A%2F%2Foxyba.ath.cx%2Fwwwuh%2Findex.php%3Fid%3D79&amp;sl=de&amp;tl=en&amp;hl=&amp;ie=UTF-8" title="Use of latex rendering for web pages"  target="_blank">Use of latex rendering for web pages</a></p>
<p>Many thanks for these helpful articles. If you know of other articles that improve LatexRender do let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=192</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison of online compilers</title>
		<link>http://sixthform.info/steve/wordpress/?p=167</link>
		<comments>http://sixthform.info/steve/wordpress/?p=167#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:12:17 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=167</guid>
		<description><![CDATA[Comparison of free, on-the-fly, web based LaTeX equation compilers compares some of the services mentioned in Online LaTeX which offer compilation via a URL. A couple of the services are unable to process the plus sign correctly, probably because the symbol is changed at some stage. In those cases + needs to be replaced by %2B, thus [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cameron.bracken.bz/on-the-fly-latex"  target="_blank">Comparison of free, on-the-fly, web based LaTeX equation compilers</a> compares some of the services mentioned in <a href="http://sixthform.info/steve/wordpress/?p=59"  target="_blank">Online LaTeX </a>which offer compilation via a URL.</p>
<p>A couple of the services are unable to process the plus sign correctly, probably because the symbol is changed at some stage. In those cases + needs to be replaced by %2B, thus</p>
<p><strong>Sitmo</strong> <br />
<code>&lt;img src="http://www.sitmo.com/gg/latex/latex2png.2.php?z=100&amp;eq=z_t = \displaystyle\sum^p_{j=1}\phi_jz_{t-j}<span style="color: #ff0000;"><strong>%2B</strong></span>\sigma_\epsilon\xi_t" alt="" /&gt;</code><br />
gives<br />
<img src="http://www.sitmo.com/gg/latex/latex2png.2.php?z=100&amp;eq=z_t = \displaystyle\sum^p_{j=1}\phi_jz_{t-j}%2B\sigma_\epsilon\xi_t" alt="" /></p>
<p><strong>MathTran</strong><br />
<code>&lt;img src="http://mathtran.open.ac.uk/cgi-bin/mathtran?D=1;tex=z_t = \displaystyle\sum^p_{j=1}\phi_jz_{t-j}<span style="color: #ff0000;"><strong>%2B</strong></span>\sigma_\epsilon\xi_t" alt="" /&gt;</code><br />
gives<br />
<img src="http://mathtran.open.ac.uk/cgi-bin/mathtran?D=1;tex=z_t = \displaystyle\sum^p_{j=1}\phi_jz_{t-j%2B\sigma_\epsilon\xi_t" alt="" /></p>
<p>Similar changes may have to be made for other symbols, though it would be better if the services themselves could do the necessary translation.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=167</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Online LaTeX PDF</title>
		<link>http://sixthform.info/steve/wordpress/?p=153</link>
		<comments>http://sixthform.info/steve/wordpress/?p=153#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:04:18 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=153</guid>
		<description><![CDATA[I have added a PDF of the post Online LaTeX. It can be downloaded here or in a link in the post or from the Downloads section on the right. The number of links keeps growing and I&#8217;ll try to add new ones as they arise.]]></description>
			<content:encoded><![CDATA[<p>I have added a PDF of the post <a href="http://sixthform.info/steve/wordpress/?p=59" title="Online LaTeX"  target="_blank">Online LaTeX</a>. It can be downloaded <a href="http://sixthform.info/steve/wordpress/wp-content/uploads/2007/04/online.pdf" title="Online LaTeX PDF" >here</a> or in a link in the post or from the Downloads section on the right.</p>
<p>The number of links keeps growing and I&#8217;ll try to add new ones as they arise.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=153</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>LatexRender-ng</title>
		<link>http://sixthform.info/steve/wordpress/?p=135</link>
		<comments>http://sixthform.info/steve/wordpress/?p=135#comments</comments>
		<pubDate>Fri, 28 Aug 2009 22:07:27 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=135</guid>
		<description><![CDATA[LatexRender has been adapted to many uses such as the hosted blogs at WordPress.com. One new version is LatexRender-ng. One of its features is that it can output images in Scalable Vector Graphics (SVG) format. This has the advantage of allowing the images to be scaled as well as being faster to load than PNGs [...]]]></description>
			<content:encoded><![CDATA[<p>LatexRender has been adapted to many uses such as the hosted blogs at <a target="_blank" href="http://support.wordpress.com/latex/" >WordPress.com</a>. One new version is <a href="http://latexrender-ng.sourceforge.net/"  target="_blank">LatexRender-ng</a>. One of its features is that it can output images in <a target="_blank" href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics" >Scalable Vector Graphics</a> (SVG) format. This has the advantage of allowing the images to be scaled as well as being faster to load than PNGs or GIFs. Unfortunately this is not well supported by Internet Explorer.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poor GIF output in LatexRender</title>
		<link>http://sixthform.info/steve/wordpress/?p=130</link>
		<comments>http://sixthform.info/steve/wordpress/?p=130#comments</comments>
		<pubDate>Fri, 28 Aug 2009 17:18:20 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=130</guid>
		<description><![CDATA[John Forkosh (author of mathTeX) has brought to my attention a bug in the latest version of ImageMagick&#8217;s convert. This is used to produce the gif image and can result in poor output with very light fonts. If you get this you can get a better result with LatexRender if you convert to a png [...]]]></description>
			<content:encoded><![CDATA[<p>John Forkosh (author of <a href="http://www.forkosh.dreamhost.com/source_mathtex.html"  target="_blank">mathTeX</a>) has brought to my attention a bug in the latest version of ImageMagick&#8217;s convert. This is used to produce the gif image and can result in poor output with very light fonts. If you get this you can get a better result with LatexRender if you convert to a png instead.</p>
<p>In class.latexrender.php look for the line<br />
<code>var $_image_format = "gif"; //change to png if you prefer</code><br />
and change it to<br />
<code>var $_image_format = "png";</code></p>
<p>You could instead use an older version of ImageMagick (such as version 6.2.9) or bypass ImageMagick altogether with dvipng, which is the method that WordPress.com uses.</p>
<p>Discussion of this problem can be found <a href="http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&#038;t=14477"  target="_blank">here</a>. Let&#8217;s hope the bug is resolved in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long LaTeX posts in WordPress.com</title>
		<link>http://sixthform.info/steve/wordpress/?p=121</link>
		<comments>http://sixthform.info/steve/wordpress/?p=121#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:52:56 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=121</guid>
		<description><![CDATA[LaTeX2WP, written by Luca Trevisan, is a Python script that will convert a LaTeX file into a format suitable for pasting into a WordPress.com post. WordPress.com uses its customised version of LatexRender to render the snippets of LaTeX, but LaTeX2WP will help prepare long texts. LaTeX2WP takes a TeX file and reformats it adding the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>LaTeX2WP</strong>, written by Luca Trevisan, is a Python script that will convert a LaTeX file into a format suitable for pasting into a WordPress.com post. </p>
<p>WordPress.com uses its customised version of LatexRender to render the snippets of LaTeX, but LaTeX2WP will help prepare long texts. LaTeX2WP takes a TeX file and reformats it adding the required HTML codes and latex tags so that you can have, for example, numbered equations and dispayed equations. This is particularly useful for long mathematical notes containing lots of mathematics. It&#8217;s used by, amongst others, the Fields medallist Terence Tao for his blog at <a href="http://terrytao.wordpress.com/"  target="_blank">What&#8217;s new</a>.</p>
<p>You can read more about LaTeX2WP and download it from <a href="http://lucatrevisan.wordpress.com/latex-to-wordpress/"  target="_blank">LaTeX to WordPress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MathTeX Web Service</title>
		<link>http://sixthform.info/steve/wordpress/?p=109</link>
		<comments>http://sixthform.info/steve/wordpress/?p=109#comments</comments>
		<pubDate>Mon, 11 May 2009 13:23:58 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=109</guid>
		<description><![CDATA[As mentioned before in mathTeX helper, mathTeX is a good way of generating high-quality LaTeX images for your site. mathTeX web service is a very useful way of using mathTeX without having to install LaTeX on a server and a couple of sites offer ways of using this service. Latex Math is a WordPress plugin [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned before in <a href="http://sixthform.info/steve/wordpress/?p=65"  target="_blank">mathTeX helper</a>, mathTeX is a good way of generating high-quality LaTeX images for your site. <a href="http://www.forkosh.dreamhost.com/source_mathtex.html#webservice"  target="_blank">mathTeX web service</a> is a very useful way of using mathTeX without having to install LaTeX on a server and a couple of sites offer ways of using this service.
<ul>
<li><a href="http://programmingnote.com/blog/?p=10"  target="_blank">Latex Math</a> is a WordPress plugin enabling you to add LaTeX code to your WordPress blog;</li>
<li>Webtop Mania has a <a href="http://webtopmania.blogspot.com/2008/02/mathtex-bookmarklet_17.html"  target="_blank">Mathtex bookmarklet</a> which gives you a prompt to add LaTeX code.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=109</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing  on a hosted site</title>
		<link>http://sixthform.info/steve/wordpress/?p=70</link>
		<comments>http://sixthform.info/steve/wordpress/?p=70#comments</comments>
		<pubDate>Fri, 27 Jun 2008 10:08:53 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=70</guid>
		<description><![CDATA[Many users have no root access to the server running their web site, which makes it difficult to install , unless their hosts can be persuaded to do so. However, if you have shell access to your account you may be able to install in your home directory. Instructions are at Installing LaTeX on Web [...]]]></description>
			<content:encoded><![CDATA[<p>Many <a href="javascript:void(0)"><img src='/steve/wordpress/latexrender/pictures/c51d7e23458ca0e7373a8ed6ab56b2b9.gif' title='\LaTeX' alt='\LaTeX' border=0 align=absmiddle onclick="newWindow=window.open('/steve/wordpress/latexrender/latexcode.php?code=%5CLaTeX','latexCode','toolbar=no,location=no,scrollbars=yes,resizable=yes,status=yes,width=375,height=100,left=200,top=100');"></a> users have no root access to the server running their web site, which makes it difficult to install <a href="javascript:void(0)"><img src='/steve/wordpress/latexrender/pictures/c51d7e23458ca0e7373a8ed6ab56b2b9.gif' title='\LaTeX' alt='\LaTeX' border=0 align=absmiddle onclick="newWindow=window.open('/steve/wordpress/latexrender/latexcode.php?code=%5CLaTeX','latexCode','toolbar=no,location=no,scrollbars=yes,resizable=yes,status=yes,width=375,height=100,left=200,top=100');"></a>, unless their hosts can be persuaded to do so. However, if you have shell access to your account you may be able to install <a href="javascript:void(0)"><img src='/steve/wordpress/latexrender/pictures/c51d7e23458ca0e7373a8ed6ab56b2b9.gif' title='\LaTeX' alt='\LaTeX' border=0 align=absmiddle onclick="newWindow=window.open('/steve/wordpress/latexrender/latexcode.php?code=%5CLaTeX','latexCode','toolbar=no,location=no,scrollbars=yes,resizable=yes,status=yes,width=375,height=100,left=200,top=100');"></a> in your home directory. Instructions are at <a href="http://mcuprogramming.com/blog/2007/03/30/installing-latex-on-web-hosts/"  target="_blank">Installing LaTeX on Web Hosts</a> (32 bit Linux) and <a href="http://www.aburad.com/blog/2008/05/installing-latex-on-hostmonster.html"  target="_blank">Installing latex on HostMonster</a> (64 bit Linux).</p>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeCogs Equation Editor</title>
		<link>http://sixthform.info/steve/wordpress/?p=67</link>
		<comments>http://sixthform.info/steve/wordpress/?p=67#comments</comments>
		<pubDate>Mon, 11 Feb 2008 11:35:24 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=67</guid>
		<description><![CDATA[LaTeX Equation Editor is an innovative editor with a symbol table for those who are not sure of the LaTeX code as well as allowing the code to be typed directly. It uses Ajax so that the page does not need to be refreshed to see the rendered image. This equation editor can be used [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codecogs.com/components/equationeditor/equationeditor.php"  target="_blank">LaTeX Equation Editor</a> is an innovative editor with a symbol table for those who are not sure of the LaTeX code as well as allowing the code to be typed directly. It uses Ajax so that the page does not need to be refreshed to see the rendered image. </p>
<p>This equation editor can be used in a number of ways:
<ul>1. Create the equation and then copy and paste the image into your website;<br />
2. Fetch the code directly from CodeCogs site and use in your website like this<br />
<code>&lt;img src="http://www.codecogs.com/eq.latex?\tiny \int_{-\infty }^{\infty }e^{-x^{2}}\;dx=\sqrt{\pi }" /&gt;</code> which gives<br />
<img src="http://www.codecogs.com/eq.latex?\tiny \int_{-\infty }^{\infty }e^{-x^{2}}\;dx=\sqrt{\pi }" /><br />
3. Incorporate the visual editor into your text box (for example in a forum such as phpBB) or the FCK Editor;<br />
4. Install the complete system on your server.</ul>
<p>Method 1 does not require any code, method 2 only requres a small amount of HTML and is particularly suitable for example for Blogger. Method 3 needs some PHP code on your site and method 4 requires LaTeX and other software to be installed on your server. Full instructions are provided at <a href="http://www.codecogs.com/components/equationeditor/equation_install.php"  target="_blank">Installing the CodeCogs Equation Editor v2</a> </p>
<p>Please note that if you use method 3 you should display the following banner on your page <a target="_blank" href="http://www.codecogs.com" ><img src="http://www.codecogs.com/images/poweredbycc.gif" border="0" title="CodeCogs - An Open Source Numerical Library" alt="CodeCogs - An Open Source Numerical Library"/></a> and if you use methods 2 or 3 then do please contact CodeCogs first at <a href="http://www.codecogs.com/pages/email/sendmail.php?cc=1"  target="_blank">CodeCogs Services</a>.<br />
Do let CodeCogs know of any customisations or innovative uses that you make of their equation editor. </p>
]]></content:encoded>
			<wfw:commentRss>http://sixthform.info/steve/wordpress/?feed=rss2&amp;p=67</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
