i want to develop a MATH EDITOR which allows the user to type mathematics function and equation.

i want to develop it using LATEX/MATHML.

For your reference i just want to develop an EDITOR as in http://www.wiris.net/demo/formula/portal/en/

for your reference. this is my university project so please please guide me.

thank you.

link|improve this question
2  
What is the question? – pablosaraiva Jan 10 at 13:24
Possible duplicate of Displaying fancy equations with Java – trashgod Jan 10 at 13:28
1  
Have you made any attempt so far to code it? – anubhava Jan 10 at 13:29
feedback

closed as not a real question by duri, trashgod, JuanZe, Andrew Thompson, Lion Jan 10 at 13:33

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

You could have a look at JEuclid which is very complete for dealing with MathML in Java

SnuggleTex can help you for the Latex part, or JLatexMath

Symja is a good work around these things

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.