1

I'm using asciimath plugin for tinyMCE which creates image when Tex formula is entered. But when I submit the form instead of image created only formula entered gets posted, I need the image created and need to save in the database.

Is there any solution for this?

Marty McVry
  • 2,838
  • 1
  • 17
  • 23
Vamsi
  • 873
  • 1
  • 8
  • 16

1 Answers1

1

The whole point of using this plugin is to eliminate the need to generate images.

Instead, you can use MathJax, a free and open source JavaScript display engine to convert this formula back to an image.

Marty McVry
  • 2,838
  • 1
  • 17
  • 23
  • Thank you, but can't find any MathJax plugin for tinyMCE. How to integrate it? – Vamsi Apr 06 '13 at 09:32
  • It's not a plugin for TinyMCE... It's a javascript display engine you use to work the other way around: to display it on your website (instead of using images). – Marty McVry Apr 06 '13 at 12:51