The math plugin simply allows you to perform numerical calculations,
like

* [(math "sin(pi * 5)")]

which would display:

* -1

As far as I know, there is no way to (easily) insert latex into
boltwire (yet). You could write a plugin for it, though.
You would need a plugin defining markup that:

a) checks for an image defined by the math-input
b) creates the image if it does not exist by calling latex and dvipng
c) calls img markup to insert the relevant image in the code.

You would need:
* a working latex installation with access to something like dvipng
* some kind of file cache. You will want to delete old pictures
automatically.
* some boltwire code to define a new markup for the latex-images.

It's not too difficult, and when you're done, there will be a plugin
for it. I can help you if you're interested in building it.
I'll probably need it one day.

On Nov 11, 6:51 pm, Maxime <[email protected]> wrote:
> Hi
>
> Is there any way to have math formulas in articles ? With Latex or
> whatever ;)
>
> I installed the math plugin but i don't know how it works :/
>
> Thanks
> Have a good night!

--

You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=.


Reply via email to