<?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: LatexRender as a plugin</title>
	<atom:link href="http://sixthform.info/steve/wordpress/?feed=rss2&#038;p=13" rel="self" type="application/rss+xml" />
	<link>http://sixthform.info/steve/wordpress/?p=13</link>
	<description>Showcase for LatexRender</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:43:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: George</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=4#comment-4774</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sun, 11 Jul 2010 19:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4774</guid>
		<description>Solved. I modified the plugin to output $status_code to a file and figured out that the actual error was: &quot;I can&#039;t find the format file `latex.fmt&#039;!&quot;. So a simple:

$ texconfig init

From the command line, fixed it. :)</description>
		<content:encoded><![CDATA[<p>Solved. I modified the plugin to output $status_code to a file and figured out that the actual error was: &#8220;I can&#8217;t find the format file `latex.fmt&#8217;!&#8221;. So a simple:</p>
<p>$ texconfig init</p>
<p>From the command line, fixed it. <img src='http://sixthform.info/steve/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=4#comment-4773</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 11 Jul 2010 19:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4773</guid>
		<description>It looks as if PHP is not allowed to run LaTeX. You need to ensure that PHP is allowed to run the exec command.</description>
		<content:encoded><![CDATA[<p>It looks as if PHP is not allowed to run LaTeX. You need to ensure that PHP is allowed to run the exec command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=3#comment-4772</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sun, 11 Jul 2010 05:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4772</guid>
		<description>I followed the instructions step by step. In the tmp folder, if I comment out the unlinks, I only get a valid .tex file generated. If I manually invoke latex on it, it works as advertised. Any ideas? latex, and all the other executables are in /usr/bin as specified in the php file. I also set the latexrender paths as specified.

What could be the issue?</description>
		<content:encoded><![CDATA[<p>I followed the instructions step by step. In the tmp folder, if I comment out the unlinks, I only get a valid .tex file generated. If I manually invoke latex on it, it works as advertised. Any ideas? latex, and all the other executables are in /usr/bin as specified in the php file. I also set the latexrender paths as specified.</p>
<p>What could be the issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frustoooooness. / WP Latex Math plugin for Wordpress.</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=3#comment-4751</link>
		<dc:creator>Frustoooooness. / WP Latex Math plugin for Wordpress.</dc:creator>
		<pubDate>Wed, 19 May 2010 19:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4751</guid>
		<description>[...] http://sixthform.info/steve/wordpress/index.php?p=13 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://sixthform.info/steve/wordpress/index.php?p=13"  rel="nofollow">http://sixthform.info/steve/wordpress/index.php?p=13</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Notes on using LaTeX for Blogging &#171; Unruled Notebook</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=3#comment-4731</link>
		<dc:creator>Notes on using LaTeX for Blogging &#171; Unruled Notebook</dc:creator>
		<pubDate>Mon, 15 Feb 2010 10:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4731</guid>
		<description>[...] an installation), enabling server side conversion of latex symbols to images is done through the LaTeXRender wordpress plugin. Other ways exist, when server side install of latex is not possible &#8211; see [...]</description>
		<content:encoded><![CDATA[<p>[...] an installation), enabling server side conversion of latex symbols to images is done through the LaTeXRender wordpress plugin. Other ways exist, when server side install of latex is not possible &#8211; see [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=3#comment-4728</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 21 Jan 2010 11:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4728</guid>
		<description>Of course! How stupid of me. Thank you very much! It works now.</description>
		<content:encoded><![CDATA[<p>Of course! How stupid of me. Thank you very much! It works now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=3#comment-4727</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 21 Jan 2010 10:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4727</guid>
		<description>Almost certainly there is an error in the line in latex.php 
&lt;code&gt;$latexrender_path_http = &quot;/latexrender&quot;;&lt;/code&gt;
You needed to change this to give the path of your pictures.
If you look at the source of the page with broken images you will see what URL img src is using and hence what the error is.</description>
		<content:encoded><![CDATA[<p>Almost certainly there is an error in the line in latex.php<br />
<code>$latexrender_path_http = "/latexrender";</code><br />
You needed to change this to give the path of your pictures.<br />
If you look at the source of the page with broken images you will see what URL img src is using and hence what the error is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=3#comment-4726</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Wed, 20 Jan 2010 23:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4726</guid>
		<description>Hello Steve. 

I hope I haven&#039;t missed the boat on this one and if I am disturbing you in important work I excuse myself. 

I have been trying to install your latexrender plugin for wordpress. It seems to work well until the pictures are about to load on the webpage. All I get are broken images, as in the images files wouldn&#039;t exist. 

Of course when I look in my /latexrender/pictures/ folder they are all there.

Is this something you have encountered before?

Thank you very much

Karl</description>
		<content:encoded><![CDATA[<p>Hello Steve. </p>
<p>I hope I haven&#8217;t missed the boat on this one and if I am disturbing you in important work I excuse myself. </p>
<p>I have been trying to install your latexrender plugin for wordpress. It seems to work well until the pictures are about to load on the webpage. All I get are broken images, as in the images files wouldn&#8217;t exist. </p>
<p>Of course when I look in my /latexrender/pictures/ folder they are all there.</p>
<p>Is this something you have encountered before?</p>
<p>Thank you very much</p>
<p>Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlo</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=3#comment-4678</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Sat, 18 Jul 2009 06:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4678</guid>
		<description>Thanks Steve, I&#039;m not sure why I thought there would be an abs command given that I usually use \left&#124; and \right&#124; myself.

Thanks for writing the plugin :)</description>
		<content:encoded><![CDATA[<p>Thanks Steve, I&#8217;m not sure why I thought there would be an abs command given that I usually use \left| and \right| myself.</p>
<p>Thanks for writing the plugin <img src='http://sixthform.info/steve/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sixthform.info/steve/wordpress/?p=13&#038;cpage=3#comment-4677</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 17 Jul 2009 12:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://sixthform.info/steve/wordpress/?p=13#comment-4677</guid>
		<description>That&#039;s because there is no such command as \abs in LaTeX (see &lt;a href=&quot;http://tug.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;The Comprehensive LaTeX Symbol List&lt;/a&gt;), so there is nothing wrong with the installation. You could use &#124;x&#124; or \lvert x \rvert to make the &#124;&#124; resize with the formula. 
If you need it often, then you can do what you would do in a document, and add to class.latexrender.php after
&lt;code&gt;$string .= &quot;\begin{document}\n&quot;;&lt;/code&gt; 
the line 
&lt;code&gt;$string .=&quot;\\newcommand{\abs}[1]{\lvert#1\rvert}\n&quot;;&lt;/code&gt;&lt;code&gt;&lt;/code&gt; then you can use \abs{x}.</description>
		<content:encoded><![CDATA[<p>That&#8217;s because there is no such command as \abs in LaTeX (see <a href="http://tug.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"  target="_blank" rel="nofollow">The Comprehensive LaTeX Symbol List</a>), so there is nothing wrong with the installation. You could use |x| or \lvert x \rvert to make the || resize with the formula.<br />
If you need it often, then you can do what you would do in a document, and add to class.latexrender.php after<br />
<code>$string .= "\begin{document}\n";</code><br />
the line<br />
<code>$string .="\\newcommand{\abs}[1]{\lvert#1\rvert}\n";</code><code></code> then you can use \abs{x}.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
