Categories:
Author:
Current version:
0.1
About It:
Get it:
Rate it:
Flag it:
dow_formula
This plugin makes it easier to create images of formulas using mimetex in textpattern. Its a smiple plugin, you just put your formula between the start and the end-tag and all inbetween gets parsed by mimetex.
You need to specify where your cgi-script is, and what its called in the plugin.
example: (you can find this expression rendered with mimetex on my webpage)
<txp:dow_formula>
\left[
\begin{array}
\sigma_x &i &-i\\
i &\frac{\epsilon}{\Delta} &0\\
\frac{\pi}{4} &0 &e^{-i\pi}
\end{array}
\right]
</txp:dow_formula>
Visit my webpage for further info and examples, and mimetex for info about the cgi-script.
Archived [?]: orphaned: broken links
Keywords/tags:
Initially released:
2005-11-02Posted here:
02 Nov 2005Article modified:
27 Jan 2008









If there is a comment form at the Information URL, you may want to leave your comments/questions there for quicker feedback. Otherwise, comment away:
Commented (2)
Here’s the code. Sorry the comments box won’t let me format it nicely.
i<strlen($thing);$i++) $string = $string . (($thing[$i] == “ “) ? “” : $thing[$i]); $string = “/~kurt/cgi-bin/$scriptname?” . strip_tags($string); return “<img src=\”$string\” align=middle>”;
}
Subscribe to this article's comments RSS feed. [ ? ] View Recent Comments across the site. Get a Gravatar.