2

I want to put some mathematical formulas in a mediawiki install on a local WAMP server. I'm currently trying to install the math extension but I can't get it to work.

I've followed the instructions on the MediaWiki wiki, which involve running a script, changing some settings, and installing texvc. On Windows, this last step is quite involved. I found a pre-compiled binary somewhere, but ocaml (which requires installing cygwin), latex and dvipng are required as well. Now with everything installed, when I try texvc, it gives me an error message: "Fatal error: unknown C primitive `unix_getsockopt_bool'"

Does anybody have a suggestion to get LaTeX working on my local WAMP server?

Rob Kam
  • 1,856
  • 2
  • 20
  • 29
Ruben
  • 185
  • 1
  • 1
  • 7

1 Answers1

0

The math extension was impossible to get to work. I switched to the MathJAX extension.

Ruben
  • 185
  • 1
  • 1
  • 7
  • 1
    The MathJax extension is deprecated and MathJax is now only available "experimentally" as an option in the math extension. – Rob Kam Sep 09 '14 at 15:20