IllustRender
Sunday 2nd January 2005
Warning: Undefined array key "HTTP_REFERER" in /home/sixthfor/public_html/steve/wordpress/wp-content/plugins/search-hilite.php on line 88
Alex Gittens has released IllustRender to aid in drawing illustrations in WordPress
“IllustRender is a plugin for WordPress, heavily based on LatexRender, which replaces illustration code in your posts with the actual illustration.”
The LATEX Graphics Companion is the reference book to consult for such graphics. A couple of examples, rendered by IllustRender, are:
[illust]draw (0, 50)..(0,0)..(60,40)..(60,10)..cycle;[/illust] |
[illust]picture p; path q; p := thelabel(btex \Large \begin{minipage}{4in} \begin{gather} \iint\limits_A f(x,y)\,dx\,dy\qquad \iiint\limits_A f(x,y,z)\,dx\,dy\,dz\ \iiiint\limits_A f(w,x,y,z)\,dw\,dx\,dy\,dz \qquad\idotsint\limits_A f(x_1,\dots,x_k) \end{gather} \end{minipage} etex,(0,0)); q := fullcircle scaled 2.5in; fill q withcolor black; clip p to q; draw p rotated (90) withcolor white;[/illust] |