On Mon, Dec 02, 2002 at 04:56:45PM +0100, Erik Moeller wrote:
OK, I got it to work. It took me a while to figure out the right directory settings and permissions. Please make sure to have this configurable in LocalSettings.php and passed to texvc from OutputPage.php.
Sure.
Is it possible to generate transparent PNGs? That would look a lot nicer.
What is state of support for transparent PNGs in browsers ? Would it be necessary to support non-transparent PNGs too ?
Does anybody remember how to do that with ImageMagick without writing a script ?
One major problem is that it doesn't match <math></math> pairs with linebreaks within them. I don't know why, I thought all the preg_ functions would treat the string as a single line.
. matches everything but \n by default. Yes, that should be changed.