Forums MediaWiki

How do I install texvc?

Subscribe to How do I install texvc? 3 post(s), 2 voice(s)

 
Avatar rogal 2 post(s)

Hi there,

I installed BitNami mediawiki with no problems(awesome) but I cannot figure out how to use texvc so I can use LaTeX math tags.

I have struggled to complie texvc.exe, so I have downloaded one from http://www.mediawiki.org/wiki/Manual_talk:Running_MediaWiki_on_Windows,

and I put it into “C:\Program Files\BitNami MediaWiki Stack\apps\mediawiki\htdocs”, but I get “Failed to parse (Missing texvc executable; please see math/README to configure.): x^2_a” error on my wiki page.

I have added ”$wgUseTeX = true;” on LocalSettings.php file.

Thanks,

Joon.

 
Avatar antonio Administrator 487 post(s)

Hi,

Have you followed the instructions from the official documentation? They are located at http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Windows#Mathematics_Support , and there’s a Troubleshoot section and even an alternate solution that may come handy.

Cheers

 
Avatar rogal 2 post(s)

antonio,

It worked! The last method ( http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Windows#Alternative_Solution_with_dvipng ) worked like a charm. When you have a LaTeX package installed already (usually then LaTeX files are in the PATH), then get rid of ‘insert_path_here/’ from the stuff need to be added to LocalSettings.php.

Thank you very much.

Forums MediaWiki