ez.no / developer / contribs / template plugins / latex template operators
| Author | Version | Downloads | Compatible with |
|---|---|---|---|
| Paul Borgermans | 0.2 | 1186 | 3.6.x (and earlier) |
{def $myformulas=array('\sqrt{2\}', '\int_{0\}^{1\}','\displaystyle\int_{0\}^{1\}\frac{x^{4\}(1-x)^{4\}\}{1+x^{2\}\}dx=\frac{22\}{7\}-\pi')} {foreach $myformulas as $formula} <h2>Formula</h2> <pre> {$formula} </pre> <img src={$formula|latexrender('png',10,72)|ezurl} /> {/foreach}
[0.1]
- Initial upload, provides latexrender operator for generating png or gif representations of LaTeX formulas. Only tested on Linux.
[0.2]
- Added some more settings as an example how to use it as a custom tag.
- Added a package with an example object, class definition and template
- Added a note here on where to use it
- Added a tar.gz archive from pubsvn.ez.no
log in or create a user account to comment.
Comments
Great!
Gabriel Ambuehl
Wednesday 10 August 2005 9:26:13 am
Great!
Łukasz Serwatka
Tuesday 09 August 2005 3:01:11 pm