<?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: WordPress Math Publisher Plugin Support</title>
	<atom:link href="http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/</link>
	<description>The Home For Smart Reusable Code &#38; Circuits</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:06:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Farid</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-108199</link>
		<dc:creator>Farid</dc:creator>
		<pubDate>Tue, 09 Feb 2010 19:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-108199</guid>
		<description>Hi Ron,

thanks for the great plugin. I&#039;ve tried 1.0.7 on WP 2.9.1 and I had two issues:

1. I had to chmod 777 the img directory, because the web server apparently ran under a different userID than my account.

2. There&#039;s no diagnostic/settings/manage entry in the Plugins-&gt;Manage menu. Only the points to activate and deactivate the plugin.

But everything else seems to work just fine. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>thanks for the great plugin. I&#8217;ve tried 1.0.7 on WP 2.9.1 and I had two issues:</p>
<p>1. I had to chmod 777 the img directory, because the web server apparently ran under a different userID than my account.</p>
<p>2. There&#8217;s no diagnostic/settings/manage entry in the Plugins-&gt;Manage menu. Only the points to activate and deactivate the plugin.</p>
<p>But everything else seems to work just fine. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-104054</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Sun, 01 Nov 2009 07:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-104054</guid>
		<description>Hi Ron,

Can you help with installation of phpmathpublisher on phpBB forum?

I&#039;ve tried a few solutions, but i really cannot get it to work. I only come here because i&#039;m really lost.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>Can you help with installation of phpmathpublisher on phpBB forum?</p>
<p>I&#8217;ve tried a few solutions, but i really cannot get it to work. I only come here because i&#8217;m really lost.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-103616</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Sat, 24 Oct 2009 23:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-103616</guid>
		<description>Hi Devin:

As you can see from your own comment just above this one - text entered between two math graphics generated with [pmath ... /pmath] tags displays just fine. 

What might have happened during your blogging experience is that you did not choose an HTML tag to enclose your text. Sure wordpress makes it a little easier and a lot more automatic to enter text into a blog post. But when you experience a problem, such as missing text as Devin has encountered, here is a simple solution to enforce correct display of your text....

Put your text into an HTML paragraph tag like this:
&lt;p &gt;Consider the geometric sequence 2,4,8, 16, 16...&lt;/p&gt;	

Choose one of these two approaches to get these paragraph tags into your blog post yourself:
1) Use your editor&#039;s raw HTML mode to enter the &quot;less than&quot; and &quot;greater than&quot; symbols manually or
2) use the editor&#039;s &quot;paragraph&quot; menu option from your editor&#039;s VISUAL mode.

If you view the HTML source code for this page using your browser&#039;s view-&gt;source feature you would see that that is exactly what Wordpress automatically choose to correctly format his text string in the comment above.

The problem /solution I describe here has more to do with HTML text entry for a web page (like a blog post) than with my wpmathpub graphics publication. I hope this helped Devin,

Ron Fredericks
Technical Community Developer</description>
		<content:encoded><![CDATA[<p>Hi Devin:</p>
<p>As you can see from your own comment just above this one &#8211; text entered between two math graphics generated with [pmath ... /pmath] tags displays just fine. </p>
<p>What might have happened during your blogging experience is that you did not choose an HTML tag to enclose your text. Sure wordpress makes it a little easier and a lot more automatic to enter text into a blog post. But when you experience a problem, such as missing text as Devin has encountered, here is a simple solution to enforce correct display of your text&#8230;.</p>
<p>Put your text into an HTML paragraph tag like this:<br />
&lt;p &gt;Consider the geometric sequence 2,4,8, 16, 16&#8230;&lt;/p&gt;	</p>
<p>Choose one of these two approaches to get these paragraph tags into your blog post yourself:<br />
1) Use your editor&#8217;s raw HTML mode to enter the &#8220;less than&#8221; and &#8220;greater than&#8221; symbols manually or<br />
2) use the editor&#8217;s &#8220;paragraph&#8221; menu option from your editor&#8217;s VISUAL mode.</p>
<p>If you view the HTML source code for this page using your browser&#8217;s view->source feature you would see that that is exactly what Wordpress automatically choose to correctly format his text string in the comment above.</p>
<p>The problem /solution I describe here has more to do with HTML text entry for a web page (like a blog post) than with my wpmathpub graphics publication. I hope this helped Devin,</p>
<p>Ron Fredericks<br />
Technical Community Developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-101388</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Mon, 14 Sep 2009 20:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-101388</guid>
		<description>Hi,
Your plugin works great, except that when I add text in between two pmath tags, the text doesn&#039;t seem to show up. For example:

[pmath size=12]S_n=a(1-r^n)/(1-r) , r1[/pmath]

Consider the geometric sequence 2, 4, 8, 16, ...

[pmath size=12]S_4=2(1-2^4)/(1-2)[/pmath]

On my site, the text &quot;Consider the geometric sequence...&quot; is not there.

It simply has the two lines of math equations, but does not display the text. 

What am I doing wrong? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Your plugin works great, except that when I add text in between two pmath tags, the text doesn&#8217;t seem to show up. For example:</p>
<p><img src="http://www.embeddedcomponents.com/blogs/wp-content/plugins/wpmathpub/phpmathpublisher/img/math_968_3e5fbebca6cf55fc068eba42fec33835.png" style="vertical-align:-32px; display: inline-block ;" alt="S_n=a(1-r^n)/(1-r) , r1" title="S_n=a(1-r^n)/(1-r) , r1"/></p>
<p>Consider the geometric sequence 2, 4, 8, 16, &#8230;</p>
<p><img src="http://www.embeddedcomponents.com/blogs/wp-content/plugins/wpmathpub/phpmathpublisher/img/math_968_b2284dcfe4feb7b2c33a4d136d12ff5c.png" style="vertical-align:-32px; display: inline-block ;" alt="S_4=2(1-2^4)/(1-2)" title="S_4=2(1-2^4)/(1-2)"/></p>
<p>On my site, the text &#8220;Consider the geometric sequence&#8230;&#8221; is not there.</p>
<p>It simply has the two lines of math equations, but does not display the text. </p>
<p>What am I doing wrong? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-95611</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 29 May 2009 12:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-95611</guid>
		<description>Hi Ron,

Thanks for an excellent plugin, worked for me &#039;straight out of the box&#039;!

Bing new to the Php Math Publisher command set, I found I was continually referring to the help web page, so I did myself a pdf of it. Just though it might be useful for others, if so they can find it here: http://www.mark-wilson.net/?p=483

Thanks once again for this one, it&#039;s already saved me a load of time, and I now have many draft posts in production that I had been putting off for ages!

Mark :)</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>Thanks for an excellent plugin, worked for me &#8217;straight out of the box&#8217;!</p>
<p>Bing new to the Php Math Publisher command set, I found I was continually referring to the help web page, so I did myself a pdf of it. Just though it might be useful for others, if so they can find it here: <a href="http://www.mark-wilson.net/?p=483" rel="nofollow">http://www.mark-wilson.net/?p=483</a></p>
<p>Thanks once again for this one, it&#8217;s already saved me a load of time, and I now have many draft posts in production that I had been putting off for ages!</p>
<p>Mark <img src='http://www.embeddedcomponents.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-94429</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 16 May 2009 16:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-94429</guid>
		<description>Hi there Ron,

Thanks alOt for your reply!

Im tried changing the autochmod to false but still no change. However, because I am not very experienced with this, Im not too sure how to do the SSH BASH thing.

What else can be done? Please advise! Thank you!

Jeremy</description>
		<content:encoded><![CDATA[<p>Hi there Ron,</p>
<p>Thanks alOt for your reply!</p>
<p>Im tried changing the autochmod to false but still no change. However, because I am not very experienced with this, Im not too sure how to do the SSH BASH thing.</p>
<p>What else can be done? Please advise! Thank you!</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-94402</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Sat, 16 May 2009 09:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-94402</guid>
		<description>Hi Jeremy:

Thank you for your interest and initial install attempt with WPMathPub.  If I understand you correctly, when you display your wpmathpub status from your admin tool, you do not get &quot;img directory readable&quot; = yes.

If this is the case, you will likely need to manualy go to the img directory and make it readable. This &quot;how to&quot; can be found in my FAQ located here:

http://wordpress.org/extend/plugins/wpmathpub/faq/
&quot;During installation how can I make sure the &#039;img&#039; directory has write access?&quot;</description>
		<content:encoded><![CDATA[<p>Hi Jeremy:</p>
<p>Thank you for your interest and initial install attempt with WPMathPub.  If I understand you correctly, when you display your wpmathpub status from your admin tool, you do not get &#8220;img directory readable&#8221; = yes.</p>
<p>If this is the case, you will likely need to manualy go to the img directory and make it readable. This &#8220;how to&#8221; can be found in my FAQ located here:</p>
<p><a href="http://wordpress.org/extend/plugins/wpmathpub/faq/" rel="nofollow">http://wordpress.org/extend/plugins/wpmathpub/faq/</a><br />
&#8220;During installation how can I make sure the &#8216;img&#8217; directory has write access?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-94350</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 15 May 2009 18:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-94350</guid>
		<description>Hi Ron,

i cant seem to get the plugin to work. I was really excited when I found this plugin because now i can add formulas online!

However, i cannot get the same result as what you got in screenshot 5.

i.e. &quot;img directory readable&quot; -&gt; &quot;mathfilter&quot; does not appear for me.

Please help! I am currently using WP version 2.7... 

Also, when I attempt to key in the formulas and publish the blog, no content appears. Only the blog title. 

I hope to hear from you regarding this issue soon! 
Thanks in advance Ron!</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>i cant seem to get the plugin to work. I was really excited when I found this plugin because now i can add formulas online!</p>
<p>However, i cannot get the same result as what you got in screenshot 5.</p>
<p>i.e. &#8220;img directory readable&#8221; -&gt; &#8220;mathfilter&#8221; does not appear for me.</p>
<p>Please help! I am currently using WP version 2.7&#8230; </p>
<p>Also, when I attempt to key in the formulas and publish the blog, no content appears. Only the blog title. </p>
<p>I hope to hear from you regarding this issue soon!<br />
Thanks in advance Ron!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-81743</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sun, 15 Feb 2009 19:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-81743</guid>
		<description>Hi Ron

Thanks for the reply. Although your plugin helps a great deal, it looks like math in html is no cakewalk. I will keep in mind your suggestion to use tables to &quot;nudge&quot; the formatting. 

For simple stuff like my letter mu &amp;mu or the right arrow in your example, it seems simpler to use the Html 4.0 symbols,  &amp;mu  and  &amp;rarr , although they are not by supported older browsers.

Bob</description>
		<content:encoded><![CDATA[<p>Hi Ron</p>
<p>Thanks for the reply. Although your plugin helps a great deal, it looks like math in html is no cakewalk. I will keep in mind your suggestion to use tables to &#8220;nudge&#8221; the formatting. </p>
<p>For simple stuff like my letter mu &amp;mu or the right arrow in your example, it seems simpler to use the Html 4.0 symbols,  &amp;mu  and  &amp;rarr , although they are not by supported older browsers.</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/comment-page-1/#comment-81594</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 14 Feb 2009 10:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-81594</guid>
		<description>Is there a quick workaround for changing the colors?</description>
		<content:encoded><![CDATA[<p>Is there a quick workaround for changing the colors?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
