A
AlbertEinstein
Hola
Por favor, estoy volviendome loco para instalar LaTex en el foro vbulletin.
Tengo en mente hacer un foro, que se traten temas de física y matemáticas, pero no consigo hacerlo funcionar.
http://www.mayer.dial.pipex.com/tex.htm#latexrender
Encontré esto, que es LaTexrender, pero sobretodo está enfocado a phpbb y no vbulletin.
Descargado el archivo, el readme es este:
Lo que hago, es crear el directorio latexrender, con los dos subdirectorios o carpetas de tmp e images , edito latex.php y modifico :
Pero no consigo entender lo demás bien.
Por favor, si alguien me pudiera ayudar.
He estado buscando en google , y no hay nada que me haya podido servir, viene casi todo para phpbb.
Bueno, muchísimas gracias
Por favor, estoy volviendome loco para instalar LaTex en el foro vbulletin.
Tengo en mente hacer un foro, que se traten temas de física y matemáticas, pero no consigo hacerlo funcionar.
http://www.mayer.dial.pipex.com/tex.htm#latexrender
Encontré esto, que es LaTexrender, pero sobretodo está enfocado a phpbb y no vbulletin.
Descargado el archivo, el readme es este:
Insertar CODE, HTML o PHP:
For other PHP programs create a new folder called latexrender and inside this copy
a) the 2 files: latex.php and class.latexrender.php
b) two empty subfolders /tmp and /pictures which must be writeable by the scripts so may need to be chmod 777
In latex.php change the lines
$latexrender_path = "/home/domain_name/public_html/phpbb/latexrender";
$latexrender_path_http = "/phpbb/latexrender";
to reflect your paths.
In your program take the text that you wish to render. Surround any latex code
with the tags [tex]...[/tex]. Suppose this is in the variable $latextext.
For example:
$latextext = "This is just text but [tex]\sqrt{2}[/tex] should be shown as an image and so should [tex]\frac {1}{2}[/tex]";
Call latexrender with the 2 lines:
include_once('/full_path_here_to/latexrender/latex.php');
$latextext=latex_content($latextext);
$latextext will now contain a link to the image in latexrender/pictures
Lo que hago, es crear el directorio latexrender, con los dos subdirectorios o carpetas de tmp e images , edito latex.php y modifico :
Insertar CODE, HTML o PHP:
"/home/domain_name/public_html/phpbb/latexrender";
$latexrender_path_http = "/phpbb/latexrender";
Pero no consigo entender lo demás bien.
Por favor, si alguien me pudiera ayudar.
He estado buscando en google , y no hay nada que me haya podido servir, viene casi todo para phpbb.
Bueno, muchísimas gracias