Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

simplest way to dynamically display math content on web pages

Tags:

math

I'd like to let people type math (latex) in a text field and show them the math content dynamically as they type on the same page. how can this be done (i'm developing on windows)?

thanx!

like image 579
codekitty Avatar asked Feb 20 '10 10:02

codekitty


1 Answers

For the dynamic updating part I suggest markitup. In preview mode it updates a "processed" version of what you type (just like the SO text fields).

For the math, I also advise the excellent jsmath (checkout the examples!).

A combination of the two should fit the bill.

like image 130
Olivier Verdier Avatar answered Oct 05 '22 18:10

Olivier Verdier