Mark Wilding Posted April 15, 2008 Posted April 15, 2008 Hi, I'm trying to set up the Latex functionality for my MediaWiki, so that I can use Latex math markup on my pages. This is built into MediaWiki and the MediaWiki installation comes with a directory called "math" containing the source files for a tool called "texvc". texvc is run to produce an image for the page from the Latex input. I need to build these files, so that I have the texvc tool, but can't do this without shell access. If Ocaml is installed (which it may not be), this should just be a question of going to the math directory and running make (I've tried this on my local box and it works fine). Is there any way I can do this or get it done for me? Cheers, Mark UPDATE: I've tried using the binary version of texvc, which seems to run. However, it now complains that the png conversion failed. Do we have latex, dvips, gs, and convert installed? This is what happens when I try parsing Tex: http://markwilding.heliohost.org/mwiki/ind...?title=Tex_Test .
Ashoat Posted April 18, 2008 Posted April 18, 2008 Sorry, but I'm not sure about those technologies. Are they PHP libraries? See our PHP info page for the libraries we have installed. If they're not PHP libraries, are they Apache mods? Or are they command-line programs?
Mark Wilding Posted April 18, 2008 Author Posted April 18, 2008 Or are they command-line programs? Just command-line tools, I believe.
Ashoat Posted April 19, 2008 Posted April 19, 2008 Well then if the system doesn't work we probably don't have them, sorry If you can give me the command-line command to check for the existence of each of the tools you listed, then I'll check for you.
Mark Wilding Posted April 19, 2008 Author Posted April 19, 2008 If you can give me the command-line command to check for the existence of each of the tools you listed, then I'll check for you. They should just be those 4 commands: "latex", "gs", "dvips" and "convert". If they're installed they should be on the path, I believe. You could also try "locate latex", etc. Cheers.
Mark Wilding Posted April 20, 2008 Author Posted April 20, 2008 We have gs and convert, but not latex and dvips. Aha, thanks. That's not surprising, I suppose, since I can't imagine many people need to run latex on the server!
halex78 Posted April 10, 2010 Posted April 10, 2010 Hello, is it possible to install latex and dvips on this server ? Indeed I need it to make my website works fine... If not, is mimetex installed ? Thanks for all answers...
Byron Posted April 10, 2010 Posted April 10, 2010 Hello, is it possible to install latex and dvips on this server ? Indeed I need it to make my website works fine... If not, is mimetex installed ? Thanks for all answers... Start a New Topic with these same questions and I'll escalate it for you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now