Yes I have installed ocaml. Can you suggest me how to test the expression from say a command line.
-----Original Message----- From: wikitech-l-bounces@wikimedia.org [mailto:wikitech-l-bounces@wikimedia.org] On Behalf Of Tomasz Wegrzanowski Sent: Wednesday, January 19, 2005 10:51 AM To: Wikimedia developers Subject: [<SPAM>] - Re: [Wikitech-l] Problem in conversion of Formula on Wiki - Email found in subject
On Wed, Jan 19, 2005 at 10:38:43AM +0100, Verma Atul (extern) wrote:
Hi,
I have installed Wiki server on Windows platform, and I have
configured
the wiki server as per the guidelines provided in Running Media Wiki
on
Windows. But now when I give a mathematical expression like:
<math>\sqrt{2}</math>
and try to preview the page to see the results I get an error given below:
Failed to parse (PNG conversion failed; check for correct installation of latex, dvips, gs, and convert): \sqrt{2}
I tried to run the commands latex, dvips and convert from command
line,
they run perfectly fine. I'm not able to understand what the problem
is?
Please suggest asap.
Have you checked if ocaml is installed ? It's needed to compile texvc. _______________________________________________ Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l
-----BEGIN PGP SIGNED MESSAGE-----
Moin,
On Wednesday 19 January 2005 10:51, Verma Atul (extern) wrote:
Yes I have installed ocaml. Can you suggest me how to test the expression from say a command line.
You can run texcnv from the command line. It is called like this from the source of the math plugin:
./math/texcv tmpdir mathdir mathexpression encoding
Like:
math/texcv /tmp /tmp "sqrt(x)" utf-8
You might need to adjust the quoting for your shell if you are not using bash.
If you do not have math/texcv yet, you need to make it like:
cd math make
(On my system I get an error, indicating that ocaml is not yet installed)
HTH,
Tels
- -- Signed on Wed Jan 19 17:26:29 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email.
"MY CAUSE IS JUST... MY WILL IS STRONG... AND MY GUN IS VERY VERY LARGE!" - The Doom Guy
wikitech-l@lists.wikimedia.org