Page 1 of 1

How to input LaTex code in this forum?

Posted: Thu Feb 14, 2008 8:13 pm
by yanglei1979
How to input LaTex code in this forum?

Such as this forum:
http://www.artofproblemsolving.com/Foru ... p?t=186355



I would like to develop a mathematical website.

When I input LaTex code , It can be converted into pictures mathematical formula.

How can we do this?

Re: How to input LaTex code in this forum?

Posted: Fri Feb 15, 2008 12:18 am
by Benjamin
Have you searched around for pre-existing scripts that can do this? Besides writing some pretty intense image creation code, I wouldn't have the slightest clue.

Re: How to input LaTex code in this forum?

Posted: Fri Feb 15, 2008 3:44 am
by yanglei1979
I think PHP can do this function.

First, PHP can be replaced and analysis of the LaTex code.

Secondly, PHP can be written into a picture of the results, the use of GD graphics library.

I think there should be such a PHP module.

Because the website has achieved such a feature.

Re: How to input LaTex code in this forum?

Posted: Fri Feb 15, 2008 3:48 am
by yanglei1979
astions wrote:Have you searched around for pre-existing scripts that can do this? Besides writing some pretty intense image creation code, I wouldn't have the slightest clue.
thanks for your reply.

Re: How to input LaTex code in this forum?

Posted: Fri Feb 15, 2008 4:51 am
by onion2k
They're using LatexRender - http://www.mayer.dial.pipex.com/tex.htm - you need LaTeX and ImageMagick with GhostScript installed on your server in order to use it.

Re: How to input LaTex code in this forum?

Posted: Fri Feb 15, 2008 8:50 pm
by yanglei1979
onion2k wrote:They're using LatexRender - http://www.mayer.dial.pipex.com/tex.htm - you need LaTeX and ImageMagick with GhostScript installed on your server in order to use it.
Thank you very much!