hi all,
I am going to write a forum for math and physics' discussion with php. In my forum, there is a whitebroad for people to write down mathematical equations if necessary. However, i don't want to use a text character to represent the mathematical sign. I have two ideas(not really good).
1) prepare some images corresponding to some useful sign and create a coding system for input. But this approach will limit the number of the sign as well as the qualification.
2) allow people to write a latex command and call the local interpreter for compilation. Then a pdf is returned and shown. However, I am worry about the efficiency.
Does anyone give me any suggestion on this project? I am looking forward to your reply.
Thanks in advance.