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?
How to input LaTex code in this forum?
Moderator: General Moderators
-
yanglei1979
- Forum Commoner
- Posts: 38
- Joined: Sat Aug 25, 2007 10:21 pm
Re: How to input LaTex code in this forum?
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.
-
yanglei1979
- Forum Commoner
- Posts: 38
- Joined: Sat Aug 25, 2007 10:21 pm
Re: How to input LaTex code in this forum?
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.
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.
-
yanglei1979
- Forum Commoner
- Posts: 38
- Joined: Sat Aug 25, 2007 10:21 pm
Re: How to input LaTex code in this forum?
thanks for your reply.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.
Re: How to input LaTex code in this forum?
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.
-
yanglei1979
- Forum Commoner
- Posts: 38
- Joined: Sat Aug 25, 2007 10:21 pm
Re: How to input LaTex code in this forum?
Thank you very much!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.