Click to See Complete Forum and Search --> : TeX and its use in web pages


squishy
08-12-2006, 12:26 AM
I have installed Apache, with PHP... and GD Libs enabled.

I have MikTeX's version of LaTeX installed.

How do I set it up such that I can convert a string of text into a small image?

MikTeX only converts .tex files into .dvi files. It also comes with the ability to convert .dvi files into .ps (postscript) files.

But how to change .ps into .png... or .jpg, .gif, etc.?

How do I make the change automatic from .tex to .png?

How do I call these functions in PHP?

Can anyone give me good script that does what I want it to?

Please, no one liners, no generic links... I need a decent set of instructions.