Zerium
Zerium

Reputation: 17333

Is it possible to use web development tools and create an actual working WYSIWYM math editor, like desktop Applications such as MathType?

Before I started to try and make this thing, I wanted to know if it is possible, under the following circumstances:

So, is it possible? I'm looking forward to using technologies such as HTML, JavaScript, jQuery, and even Flash as a last resort.

Upvotes: 1

Views: 146

Answers (3)

Stuart Wakefield
Stuart Wakefield

Reputation: 6414

I found this a while ago http://www.codecogs.com/latex/eqneditor.php pretty useful implementation of LaTeX with a live preview, I've used it a few times. Probably doesn't fit the bill for your point 3 either but just in case it is useful.

Upvotes: 0

Paul S.
Paul S.

Reputation: 66324

MathQuill lets you type maths in a WYSIWYG fashion, source here. There is a demo on the homepage.

Upvotes: 4

fonZ
fonZ

Reputation: 2479

I think you want something like MathML. Take a look here. http://www.w3.org/Math/

or maybe http://code.google.com/p/mathmleditor/

Upvotes: 1

Related Questions