Log in

View Full Version : How to install Latex Plugin


etuitions
02-26-2008, 03:50 AM
Hi We recently bought the license for vbulletin and we wanted to integrate LATEX following the steps as per this link:

http://pi.bloo.us:800/academic/latex/plugin/

but after doing all the steps the Editor Menu showed up with the Maths Icons with Sigma ..

But after selecting the Symbol even if we press the Preview or submit the symbols are not visible...

Any other thing we need to do? Please help

You can see our Forum in the following Link:

http://www.etuitions.org/forums/foru...daysprune=&f=5

Marco van Herwaarden
02-26-2008, 07:31 AM
The link to latex you provided does not work for me.

But i would suggest you ask at the Latex site, as we do not know how their integration works.

BobbySoares
02-26-2008, 06:49 PM
etuitions, the plugin is designed to act only as a reference for LaTeX commands - that is, it only integrates a LaTeX command reference with the vBulletin post editor. You'll need to setup your forum to process LaTeX separately - this involves implementing a couple of Hooks in vBulletin that intercept the posted message, parse out the LaTeX, run the LaTeX through a LaTeX rendering executable (such as MimeTeX and MikTeX if you have a Windows server, or the standard Linux LaTeX packages if you have a Linux server) and finally replace the LaTeX code with the generated images.

You'll need to be familiar with PHP to implement this. I realize that the whole process of setting up your forum with LaTeX can be simplified with a vBulletin plugin and i have been working on such a plugin and it should be completed in the coming weeks. Meanwhile, since you seem to be in a rush, have a developer look at MimeTex and the vBulletin hooks.

mark|3
02-27-2008, 03:44 AM
i will be waiting patiently for this hook. :D
Going nuts over the installation

etuitions
02-28-2008, 04:33 PM
Thanks for the detailed response...

We are keenly looking for the Plugin .. Please help

With Best Regards,

for www.etuitions.org

SAI

Brandon Sheley
02-28-2008, 07:57 PM
it clearly says how to install it ??


• Installation


Copy the latexreference folder to the products folder at the root of your vBulletin installation. NOTE: If the products folder doesn't exist you must create it.
In the latexreference folder, under the includes/xml folder there are two xml files. Copy these two xml files to the includes/xml folder in your vBulletin installation.
From the vBulletin control panel, on the left navigation menu, expand the "Plugins & Products" menu and click "Manage Products".
In the "Installed Products" screen click "Add/Import Product".
In the "Import Product" screen do not specify a file to upload. Instead import the product from the xml file you copied earlier to the vBulletin /includes/xml folder. The path to that xml file is: ./includes/xml/product-latex_reference.xml
Click "Import". The Latex Reference product is installed and configured.

Boofo
02-28-2008, 08:05 PM
What does LaTeX do actually?

BobbySoares
02-29-2008, 12:11 AM
What does LaTeX do actually?

LaTeX is a typesetting language used widely by academics to write research papers and articles. It's similar in function (not in syntax) to markup such as HTML, but more geared towards presenting math equations and symbols. There are a number of packages for generating images from LaTeX. So a LaTeX forum plugin enables users to post complex math content in a perfectly readable manner. It's becoming popular in physics and math forums.

Boofo
02-29-2008, 06:33 AM
Ah, ok, Now it makes more sense. We have to load something on the server to make it work, though, right?

And thank you for the explanation, sir. ;)

maumau33
03-14-2008, 11:57 PM
Any updates yet on the latex integration?

mark|3
03-19-2008, 04:41 PM
any latest development on this plugin? thnx

BobbySoares
05-06-2008, 02:51 PM
The plugin i'm working on is coming along. I'm adding compatibility for Linux/Windows, MimeTeX/MikTeX and the newer versions of vBulletin.

jhamaican
09-29-2008, 02:12 PM
any updates on latex integration?

Dismounted
09-30-2008, 05:47 AM
Search "latex" in "All Mods" for "Titles Only" ;). Alternatively, look in the Similar Threads box.

Tim Skellett
05-22-2009, 04:51 AM
I had installed Luffy's Latex Maths & Physics Editor (https://vborg.vbsupport.ru/showthread.php?t=184807), but when I added the new Plug-In mentioned here, Bobby's LaTeX Reference Forum Plugin from bloo.us (http://www.bloo.us/pages/the-latex-reference-forum-plugin/), and using the Custom BB Code I had made as above for luffy's Add-On, it resulted in better features, with the capability of now being able to directly click on and enter TeX code straight from the plug-in Reference guide, and automatically wrapping it all in the Custom BB Code I had made for it.

Please see this thread (http://www.heathen-hub.com/showthread.php?t=1772) I made on my board to show screenshots and to explain how to use it:


http://www.heathen-hub.com/showthread.php?t=1772


Many thanks to etuitions for bringing this plug-in up, and to Bobby for making it, and to Loco. M for giving me a clue how to find it!