Hi
I'm running Mediawiki version 1.5 in Microsoft Windows XP Professional.
I have successfully compiled the .ml files and created the 'texvc'
executable using MinGW 3.8 and Objective Caml version 3.09.
To run 'texvc', I use MiKTeX version 2.4 and ImageMagick version 6.2.6.
I'm running 'texvc' directly in the shell using the operator ' ' (equivalent
to shell_exec).
The problem is that I can't remove the "noise" generated by the different
transformations required to create the '.png' image. Therefore, the output
of 'texvc' includes all this "noise" when it's called from 'Math.php' and so
an error is raised, even though the image is actually created.
For example, I get all these messages before the html and mathml code that
'texvc' gives as output:
"entering extended mode (C:\texmf\tex\latex\base\article.cls Document Class:
article 2004/02/16 v1.4f Standard LaTeX document class
(C:\texmf\tex\latex\base\size12.clo)) No file
2996_b9ae0993d885de5b479973758b8aba0d.aux. [1]
(2996_b9ae0993d885de5b479973758b8aba0d.aux) ) Output written on
2996_b9ae0993d885de5b479973758b8aba0d.dvi (1 page, 268 bytes) . Transcript
written on 2996_b9ae0993d885de5b479973758b8aba0d.log"
It seems that the '-quiet' option of latex is not working ... Any ideas?
Best
Jorge