• Quick note - the problem with Youtube videos not embedding on the forum appears to have been fixed, thanks to ZiprHead. If you do still see problems let me know.

Latex

nimzov

Unregistered
Joined
Apr 12, 2004
Messages
954
I have mistakenly posted this question in the forum "Help & Member Support". I will repost here hoping that this is ok.

================

I do not have root access on my website so I have asked my host provider to install on the server the software necessary to use latex on my forum (a vbulletin forum like this one).

He ask me which module is needed, and he suggest this list.

HTML::Latex
LaTeX::Authors
LaTeX::Parser
LaTeX::Table
MMDS::Output::Latex
MMDS::Output::Latex209
MMDS::Output::Latex::Latin1T1
MMDS::Output::Latex::Latin9T1
MMDS::Output::Latex::String
Math::Symbolic::Custom::LaTeXDumper
Number::WithError::LaTeX
PerlPoint::Tags::LaTeX
Pod::LaTeX
Pod::Latex
Pod::PseudoPod::LaTeX
Pod::Simple::LaTeX
Syntax::Highlight::Engine::Kate::LaTeX
Template::Latex
Template::Plugin::Latex
:eye-poppi

I have no idea which of these module is needed to use latex. It is most likely the same module that is used on the JREF server. Latex is enabled on JREF forum but I wonder what module is running on their server to permit the use of latex ?

My server is running:

Linux
Apache 1,3,.36
PHP 4.4.2

The application that needs latex is :
vBulletin 3.6.3

Thanks for any help.

nimzo
 
Last edited:
yeah, mimetex is ringing a vague bell. Sorry I didn't have any input for this; I did help set up LaTeX on this server, but the details seem to have slipped my mind.
 
I have mistakenly posted this question in the forum "Help & Member Support". I will repost here hoping that this is ok.

================

I do not have root access on my website so I have asked my host provider to install on the server the software necessary to use latex on my forum (a vbulletin forum like this one).

He ask me which module is needed, and he suggest this list.

:eye-poppi

I have no idea which of these module is needed to use latex. It is most likely the same module that is used on the JREF server. Latex is enabled on JREF forum but I wonder what module is running on their server to permit the use of latex ?

My server is running:

Linux
Apache 1,3,.36
PHP 4.4.2

The application that needs latex is :
vBulletin 3.6.3

Thanks for any help.

nimzo

Those are Perl modules. Do you have a custom renderer written in Perl?

You need to have a routine which constructs the LaTeX and renders it into graphic form, as far as I know, there is no standard Perl module which will do that.

I custom wrote the LaTeX subsystem for this forum in php, it's not some standard plugin. Unfortunately, for security reasons I'm not prepared to release the code used on here, also, the code I wrote is highly specific to and optimized for the JREF setup and isn't directly transplantable without modifications.

If you want a simple LaTeX facility with easy setup, then Mimetex (see MortFud's post above) is a good option. Although it is somewhat limited (a subset of math only) and the rendering quality isn't all that good. But it is functional.

It's not difficult to write a custom renderer. Here is a link to an article which explains the basic steps:

http://www.linuxjournal.com/article/7870

But if you're not comfortable with custom programming then it's better to stick with Mimetex.
 

Back
Top Bottom