How to input LaTex code in this forum?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yanglei1979
Forum Commoner
Posts: 38
Joined: Sat Aug 25, 2007 10:21 pm

How to input LaTex code in this forum?

Post 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?
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: How to input LaTex code in this forum?

Post 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.
yanglei1979
Forum Commoner
Posts: 38
Joined: Sat Aug 25, 2007 10:21 pm

Re: How to input LaTex code in this forum?

Post 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.
yanglei1979
Forum Commoner
Posts: 38
Joined: Sat Aug 25, 2007 10:21 pm

Re: How to input LaTex code in this forum?

Post 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.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: How to input LaTex code in this forum?

Post 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.
yanglei1979
Forum Commoner
Posts: 38
Joined: Sat Aug 25, 2007 10:21 pm

Re: How to input LaTex code in this forum?

Post 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!
Post Reply