Ron Fredericks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to type in mathematical symbols?I recently created a new plugin for display of math equations within WordPress.org blogs. Readers of this forum thread may be interested in the plugin’s landing page:
http://wordpress.org/extend/plugins/wpmathpub/Best regards,
Ron
Forum: Fixing WordPress
In reply to: How can I associate an image with my wordpress.org profileWow – that was easy. Thanks for the help rudolf45!
Forum: Plugins
In reply to: New Plugin: WP Math PubHere is an update. I just finished publishing my WordPress Math Publisher plug-in here on wordpress.org:
http://wordpress.org/extend/plugins/wpmathpub/I just finished testing the plug-in from wordpress.org’s site and it works fine.
I undertook this effort because I found the ability to display math equations in my blog was not well supported. Yet math expressions are such a great way to communicate a variety of ideas. I hope you find this plugin useful.
Best regards,
Ron Fredericks
Forum: Fixing WordPress
In reply to: Math / WikipediaI recently created a new plugin for publishing math symbols and equations. It uses the following syntax:
[pmath size=xx]text equation[/pmath]
Where “text equation” follows a simple syntax as defined by Pascal Brachet’s phpmathpublisher.
You can get the plugin and see how it works from here:
http://www.embeddedcomponents.com/blogs/wordpress/wpmathpub/I hope that helps, Ron
Forum: Plugins
In reply to: Source Code syntax highlighting pluginRon Fredericks writes: I too found Dean Lee’s source code syntax highlighter plugin for WordPress to be just great. I did find one problem with his CSS style code. It has to do with word wrap of whitespace.
You can see how I sovled this word wrap problem from my blog post here:
http://www.embeddedcomponents.com/blogs/2007/05/how-to-fix-dean-lees-source-code-highlight-plugin/